[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Hobbit on Solaris Doesn't work
- To: <hobbit (at) hswn.dk>
- Subject: Hobbit on Solaris Doesn't work
- From: "James Wade" <jkwade (at) futurefrontiers.com>
- Date: Thu, 2 Nov 2006 13:33:02 -0600
- Thread-index: Acb+rYDHwd5VUupDQd+KQtFc+ZoX9gABcmZA
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