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

Configure does detect OpenSSL 0.9.6 during configure. (ITS#994)



Full_Name: Phil Ellett
Version: 2.0.7
OS: Redhat Linux 6.2 
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (212.159.1.5)


My system which has had various versions of OpenSSL and Apache/PHP compiled on
it without problems will not detect the presence of my OpenSSL 0.9.6
installation (although its was a standard "out of the box" ./config
installation.) during the configure stage.

Can you please advise what additional compiler options are required in order to
get OpenLDAP to compile (I am using gcc egcs-2.91.66)

The error given is :-

checking for openssl/ssl.h... no
checking for ssl.h... no
configure: warning: Could not locate TLS/SSL package
configure: warning: TLS privacy protection not supported!

ssl.h exists in /usr/local/ssl/include/openssl

My limited compiler knowledge has tried 
CFLAGS='-I/usr/local/ssl/include/openssl' ./configure
CPPFLAGS='-I/usr/local/ssl/include/openssl' ./configure
LIBS='-lssl' ./configure

But to no avail ....

TIA.