Dear Sir,
I have already installed OpenSSL in /dir/ssl ( not under /usr/local ). But configure: error: Could not locate TLS/SSL package is found.
My configure command is
env CC=gcc ./configure --prefix=/dir/openldap --enable-ldap=yes --enable-bdb=no â??with-libs=/dir/ssl --with-ssl â??with-tls
configuration error is
.................................
checking for sys/un.h... yes
checking for openssl/ssl.h... no
checking for ssl.h... no
configure: error: Could not locate TLS/SSL package
...................................
My config.log shows
#include <openssl/ssl.h>
configure:10654: checking for ssl.h
configure:10664: gcc -E conftest.c >/dev/null 2>conftest.out
In file included from configure:10660:
/usr/include/ssl.h:168:27: openssl/e_os2.h: No such file or directory
/usr/include/ssl.h:171:26: openssl/comp.h: No such file or directory
/usr/include/ssl.h:174:25: openssl/bio.h: No such file or directory
/usr/include/ssl.h:177:26: openssl/x509.h: No such file or directory
/usr/include/ssl.h:179:26: openssl/kssl.h: No such file or directory
/usr/include/ssl.h:180:31: openssl/safestack.h: No such file or directory
/usr/include/ssl.h:181:30: openssl/symhacks.h: No such file or directory
/usr/include/ssl.h:316:28: openssl/crypto.h: No such file or directory
/usr/include/ssl.h:317:27: openssl/lhash.h: No such file or directory
/usr/include/ssl.h:318:28: openssl/buffer.h: No such file or directory
/usr/include/ssl.h:319:25: openssl/pem.h: No such file or directory
/usr/include/ssl.h:938:26: openssl/ssl2.h: No such file or directory
/usr/include/ssl.h:939:26: openssl/ssl3.h: No such file or directory
/usr/include/ssl.h:940:71: openssl/tls1.h: No such file or directory
/usr/include/ssl.h:941:27: openssl/ssl23.h: No such file or directory
configure: failed program was:
#line 10659 "configure"
#include "confdefs.h"
#include <ssl.h>
How can I fix it? I have already read some related messages about it and I tried to fix my configuration problem. But I can't. Any help much appreciated. Thanks in advance!
regards,
Mitchell