[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: Could not locate TLS/SSL package
try
env CPPFLAGS="-I/usr/local/ssl/include" LDFLAGS="-L/usr/local/ssl/lib"
./configure --with-tls [other options]
you are making the mistake here in CPP flags
"-I/usr/local/ssl/include/openssl"
Regards
Ravi
-----Original Message-----
From: owner-openldap-software@OpenLDAP.org
[mailto:owner-openldap-software@OpenLDAP.org]On Behalf Of Ronald Warner
Sent: Wednesday, September 27, 2000 10:38 AM
To: openldap-software@OpenLDAP.org
Subject: Could not locate TLS/SSL package
I am installing openldap-2.0.4 on redhat6.2
openssl0.9.5a is installed in /usr/local/ssl and ssl.h is in
/usr/local/ssl/include/openssl/
for configure, I entered the following:
env CPPFLAGS="-I/usr/local/ssl/include/openssl" LIBS="-L/usr/local/ssl/lib"
\
./configure --prefix=/usr/local/ldap --with-tls --enable-crypt --enable-wrap
pers
but I get the following:
checking for ssl/ssl.h... no
checking for ssl.h... no
configure: error: Could not locate TLS/SSL package
what am i doing wrong?
thanks for the help.