2 Nov
2006
2 Nov
'06
9:02 p.m.
Hi James,
On Thu, Nov 02, 2006 at 01:33:02PM -0600, James Wade wrote:
I finally got it to compile and install, but none of the applications know where the libraries are. ie.if I do a ldd, I get the library is not found. (it's in /usr/local)
Put LD_LIBRARY_PATH=/usr/local/lib in etc/hobbitserver.cfg, and LD_LIBRARY_PATH=/usr/local/lib export LD_LIBRARY_PATH in etc/hobbitcgi.cfg
I submitted a problem earlier about it not compiling with LDAP.. I figured out what the problem was, it was sourcing ldap from /usr/lib verses /usr/local/lib.
I harded coded it in the ldap.sh
You could have run the configure script with --ldapinclude and --ldaplib options.
Regards, Henrik