-----Original Message-----
From: owner-openldap-software@OpenLDAP.org
[mailto:owner-openldap-software@OpenLDAP.org]On Behalf Of Sameer N
Ingole
Sent: Friday, July 01, 2005 12:57 AM
To: openldap-software@OpenLDAP.org
Subject: Re: trouble in installing openldap: configure: error: Could not
locate TLS/SSL package
Yoginee Bhagwat wrote:
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
Did you install libssl development libs?
Check here http://www.proscrutiny.com/howtos/OpenLDAP.html
If thats not the reason, post the output after installing libssl-devel
if you have not.
Regards,
--
Sameer N. Ingole
/*****************************************************/
Lead me not into temptation... I can find it myself.
/*****************************************************/
Yoginee Bhagwat wrote:
Hi,
It is an excellent document. I installed ldap exactly as mentioned in
document and didn't not get any errors. Also make test showed that all
the
tests were successful. Now the problem is that I don't see openldap dir
in
/usr/local/etc. There is no openldap dir or slapd.conf anywhere on the
server. How can I find out what went wrong and in this case how come
make
test was successful ?