Hi,
I compiled Apache 2.2.31 in Solaris 10 with openssl-1.0.2f:
# env LDFLAGS="-ldl" ./configure --prefix=/usr/local/Apache2 --enable-proxy --enable-proxy-ajp --enable-deflate --enable-ssl --with-ssl=/usr/local/ssl/ --with-apr=/usr/local/apr-httpd/ --with-apr-util=/usr/local/apr-util-httpd/ --with-pcre=/usr/local/pcre/
it failed with the message below:
:
configure: error: ... Error, SSL/TLS libraries were missing or unusable
:
Appreciate any pointer for rectification?