[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Fwd: Problem in configuring SSL with openldap
On 10/12/06, Monica_Rana <Monica_Rana@infosys.com> wrote:
Hi All,
I have the following installed on solaris 8.
openLDAP 2.3.27
openSSL 0.9.8b.
when i try to configure using the command
env CPPFLAGS="-I/usr/local/include -I/usr/local/include/ssl -I/usr/local/include/db4"
LDFLAGS="-L/usr/local/ssl/lib -L/usr/local/lib/db4"
./configure --with-tls --with-cyrus-sasl --enable-wrappers --enable-crypt --enable-bdb
it throws the error
checking for openssl/ssl.h... yes
checking for SSL_library_init in -lssl... no
checking for ssl3_accept in -lssl... no
checking OpenSSL library version (CRL checking capability)... yes
configure: error: Could not locate TLS/SSL package.
Please consider writing plain text emails, html is bad for you.
Back in the days, here's what we had :
setenv LDFLAGS "-L/usr/local/lib -R/usr/local/lib"
setenv CPPFLAGS "-I/opt/local/include -I/usr/local/ssl/include"
setenv CC "gcc"
Our libssl was back then installed in /usr/local. This worked well for us.
Steph