Hi Tim/Darshit, I'm trying to build Wget 1.21 against OpenSSL 1.0.2 on Solaris. This is my bootstrap build of Wget using minimum gear to get a working Wget. The build only includes OpenSSL and Unistring.
I'm catching a autoconf failure during the bootstrap build:
checking for libssl... no
configure: error: --with-ssl=openssl was given, but SSL is not available.
OpenSSL is configured with no-shared and Unistring is configured with
--disable-shared to avoid shared objects. The runtime linker always
uses the wrong libraries in this case, so I had to switch to static
libraries. I checked and the libs are [still] there:
$ ls ~/.build-scripts/wget/lib
charset.alias libcrypto.a libunistring.a pkgconfig
engines libssl.a libunistring.la
$ ls ~/.build-scripts/wget/lib/pkgconfig
libcrypto.pc libssl.pc openssl.pc
Things were OK with Wget 1.20.3.
Did Wget 1.21 drop support for OpenSSL 1.0.2?
Jeff
<<attachment: config.log.zip>>
