bug-wget
[Top][All Lists]
Advanced

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

Re: Wget 1.21 and OpenSSL 1.0.2


From: Jeffrey Walton
Subject: Re: Wget 1.21 and OpenSSL 1.0.2
Date: Tue, 12 Jan 2021 22:57:08 -0500

On Tue, Jan 12, 2021 at 10:04 PM Jeffrey Walton <noloader@gmail.com> wrote:
>
> ...
> 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.

It looks like autoconf should add:

    -lresolv -lsocket -lnsl

as needed for Solaris. Modern Solaris wants all three of them in that
exact order. Also see
https://docs.oracle.com/cd/E23824_01/html/821-1464/libresolv-3lib.html.

I seem to recall older Solaris use only two of the three libraries. I
don't recall which two.

Jeff



reply via email to

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