bug-wget
[Top][All Lists]
Advanced

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

Re: [Bug-wget] [wget 1.13] [configure error] Forcing to use GnuTLS? --wi


From: Jochen Roderburg
Subject: Re: [Bug-wget] [wget 1.13] [configure error] Forcing to use GnuTLS? --with-ssl was given, but GNUTLS is not available
Date: Sat, 13 Aug 2011 17:39:42 +0200
User-agent: Internet Messaging Program (IMP) H3 (4.3.7)

Zitat von Douglas Mencken <address@hidden>:

Looks like this version forces users to have GnuTLS, but not OpenSSL
(which I do have):

checking for compress in -lz... yes
checking for gpg_err_init in -lgpg-error... no
checking for gcry_control in -lgcrypt... no
checking for main in -lgnutls... no
configure: error: --with-ssl was given, but GNUTLS is not available.

I don't specify --with-ssl for ./configure (at least, explicitely):

./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man \
--disable-nls --disable-rpath --with-gnu-ld

You want  --with-ssl=openssl

This was the default in older versions, now no longer.
And in general they seem to want to steer away the users from openssl to gnutls and in order to do that the configure script doesn't even mention this option any longer. :-(

And in the same vein the option --with-libssl-prefix has completely disappeared, which used to be helpful when you had your preferred ssl library in a non-standard place. Now you have to trick around with compiler options to achieve that.

Best regards,
Jochen Roderburg





reply via email to

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