Zitat von Douglas Mencken <[email protected]>:

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