Xymon Mailing List Archive search

Hobbit on Solaris Doesn't work

list James Wade
Thu, 2 Nov 2006 13:33:02 -0600
Message-Id: <000c01c6feb5$b7df2cb0$user-f73c5937562f@xymon.invalid>

I've tried getting Hobbit running on Solaris, and

it still doesn't work. I've been working on it now

for a day.

 
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) 

 
Any help would be appreciated.

 
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

 
LDAPLIB="/usr/local/lib"

LDAPINC="/usr/local/include"

 
And, I got LDAP to compile. However, when I did

the make install. Like many of the other apps.

It doesn't link to /usr/local libraries.

 
James