On Jul 2, 2008, at 19:43, JORGENSON,GARY wrote:
I am running configure with the -with-openssl=path option and have
tried every path for SSL that I can find, yet it always gives the
message "checking for openssl library... none found". We use
OpenSSL on this server for other things, so SSL is installed.
It's still possible that you are missing the development header files
for OpenSSL and only have the libraries installed.
What is a particular file or files that configure is looking for, so
I can verify they are on the system and that I am giving the correct
path to them???
The configure script seems to be checking for openssl/ssl.h, openssl/
rand.h and the libraries libssl and libcrypto.
So if:
locate openssl/ssl.h
...finds it in:
/usr/include/openssl/ssl.h
...then your configure setting would be --with-openssl=/usr
You should be able to figure out what went wrong by reading the
"config.log" file after your failed ./configure step.