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

RE: openldap compile w/ TLS on solaris 8



make sure you've compiled openssl with the shared that's what will create
libcrypto.a.

I hope this helps.

-----Original Message-----
From: owner-openldap-software@OpenLDAP.org
[mailto:owner-openldap-software@OpenLDAP.org]On Behalf Of Philip Brown
Sent: Thursday, December 13, 2001 2:48 PM
To: openldap-software@OpenLDAP.org
Subject: 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.