if you want to skip adding things to library/linker variables like LD_LIBRARY_PATH, you might want to run crle ( crle -u -v -i /usr/local/lib:LIBRARY_DIR:LIBRARY_DIR ).. -v turns on verbose so you know what is happening.
that way your applications will run without trouble of not finding the libraries.
hope this helps.
On 11/2/06, James Wade <jkwade at futurefrontiers.com> wrote:
I've got it working now.
Does hobbit come with vmstat, iostat, netstat tests?
I'm moving my Big Brother monitoring over, and I've loaded the client on one system, but vmstat, iostat, netstat is gone. I did have larrd running on the client.
I thought hobbit would do vmstat, iostat, etc..
Thanks again...>James
-----Original Message----- From: Henrik Stoerner [mailto:henrik at hswn.dk] Sent: Thursday, November 02, 2006 3:02 PM To: hobbit at hswn.dk Subject: Re: [hobbit] Hobbit on Solaris Doesn't work
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
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk