9.0-beta3: configure does not find OpenSSL (1.0.0a) libcrypto in /usr/local/ssl - Mailing list pgsql-testers

From Lou Picciano
Subject 9.0-beta3: configure does not find OpenSSL (1.0.0a) libcrypto in /usr/local/ssl
Date
Msg-id 5B7C158E-0CC2-41E3-A1E7-F65E35674EFB@comcast.net
Whole thread Raw
Responses Re: 9.0-beta3: configure does not find OpenSSL (1.0.0a) libcrypto in /usr/local/ssl  (Josh Berkus <josh@agliodbs.com>)
List pgsql-testers
TEST REPORT]
[Release]: 9.0Beta3
[Test Type]: ./configure Source...
[Test]: Attempted ./configure on 9.0-beta3 source tree with various options...
[Platform]: Solaris 10 Sun4u Ultra Enterprise 450 Quad
[Parameters]: 
./configure 
--with-openssl
[Failure]: Yes
[Results]: ./configure --with-openssl
configure: error: library 'crypto' is required for OpenSSL
-LOG OUTPUT:
checking whether to build with OpenSSL support... yes
...
checking for library containing crypt... none required
...
checking for CRYPTO_new_ex_data in -lcrypto... no
[Comments]: Again, this seems to be new behavior, as previous builds had been able to find OpenSSL without explicit direction to includes and libs.
After adding explicit options for includes and libs paths, configure does find OpenSSL AOK:
--with-includes=/usr/local/ssl/include \
--with-libs=/usr/local/ssl/lib \

pgsql-testers by date:

Previous
From: Lou Picciano
Date:
Subject: 9.0-beta3: configure 64-bit reports readline not found
Next
From: postgresql@raveland.org
Date:
Subject: [Postgresql beta3] Regress fails on OpenBSD/sparc64