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

Compiling error vis-a-vis TLS/SSL



Hi all,

I'm attempting to compile openldap-2.1.22 with TLS/SSL, but "configure" complains that it "could not locate TLS/SSL package". I'm compiling this on a RedHat 9.0 system with openssl-0.9.7a-20 and openssl-devel-0.9.7a-20 rpms installed (ssl.h resides in /usr/include/openssl). I've tried setting:

CPPFLAGS=-I/usr/include/openssl; export CPPFLAGS
LDFLAGS=-L/usr/include/openssl; export LDFLAGS

but, it still fails.

Any ideas?

Thanks,

Philip Juels