[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: openldap compile w/ TLS on solaris 8



On Mon, Dec 10, 2001 at 03:22:15PM -0500, JR Mayberry wrote:
> I've tried compiling and recompiling at least half a dozen times on Solaris
> 8 -- I for the life of me am not able to get libldap.so to say its compiled
> with libcrypto.a and libssl.a.
> 

http://www.bolthole.com/solaris/LDAP.html

> LDFLAGS="-L/usr/local/BerkeleyDB/lib -L/opt/openssl/lib -L/opt/openldap/lib 
> -R/opt/openssl/lib:/usr/local/lib"

1. you left out -R/usr/local/BerkeleyDB/lib
2. you shouldnt have it in /usr/local/BerkeleyDB in the first place.
   recompile and reinstall it to /usr/local and make your life easier.