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

Re: Can not build OpenLDAP with OpenSSL in custom location



On Thu, 4 Oct 2012, jckidder@aep.com wrote:

checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking for SSL_library_init in -lssl... no
checking for ssl3_accept in -lssl... no
configure: error: Could not locate TLS/SSL package

So it found headers but couldn't link ... probably need a tweak to the LDFLAGS. Check the relevant compilation of "conftest" (somewhere toward the bottom of your config.log) and if it's not obvious you can try posting that, either here or to your linker vendor, for more precise assistance.