beta2 not finding openssl
Beta2 of 8.0.0 doesn't find openssl. 7.4.1 on the same system does.
This is RH 9 (kernel 2.4.20-8) with openssl-0.9.7b installed from the
source code.
I get:
checking openssl/ssl.h usability... no
checking openssl/ssl.h presence... no
checking for openssl/ssl.h... no
configure: error: header file <openssl/ssl.h> is required for OpenSSL
--
Mike Nolan
Mike Nolan <nolan@gw.tssi.com> writes:
Beta2 of 8.0.0 doesn't find openssl. 7.4.1 on the same system does.
8.0 expects you to explicitly point to /usr/local/ssl, or wherever
ssl is installed, using --with-includes and --with-libraries.
Prior versions would default to looking in /usr/local/ssl if you
just said "--with-openssl". Peter made this change to make things
more uniform, but I fear it's a step backwards in friendliness
(at least for those who install ssl in its default place).
regards, tom lane