bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Wget 1.21 and OpenSSL 1.0.2


From: Jeffrey Walton
Subject: Wget 1.21 and OpenSSL 1.0.2
Date: Tue, 12 Jan 2021 22:04:39 -0500

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
Description: Zip archive


reply via email to

[Prev in Thread] Current Thread [Next in Thread]