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

trouble in installing openldap: configure: error: Could not locate TLS/SSL package



Hi ,

 

I am trying to install openldap2.2.26 on linux. I have installed
openssl0.9.8-beta6 and BerkeleyDB4.3

Here is how I am running config :

env CPPFLAGS="-I/usr/local/ssl/include -I/usr/local/ssl/include/openssl
-I/usr/kerberos/include -I/usr/local/BerkeleyDB.4.3/include"
LDFLAGS="-R/usr/local/ssl/lib -L/usr/local/ssl/lib
-R/usr/local/BerkeleyDB.4.3/lib -L/usr/local/BerkeleyDB.4.3/lib"
./configure --with-tls --enable-slurpd

 

but I get following error. 

checking for sys/un.h... yes

checking for openssl/ssl.h... yes

checking for ssl.h... yes

checking for SSLeay_add_ssl_algorithms in -lssl... no

checking for SSL_library_init in -lssl... no

checking for ssl3_accept in -lssl... no

configure: error: Could not locate TLS/SSL package

 

After this configure terminates. Can anybody tell me what the problem
is? I am new to ldap, doing this for first time. I have attached my
config.log file for reference.

 

Thanks for help,

-Yoginee