Am 07.10.2011 10:47, schrieb Dale:
Jonas de Buhr wrote:
Am 07.10.2011 10:03, schrieb Dale:
/usr/lib64/libneon.so.27: undefined reference to `gnutls_certificate_verify_peers'
gnutls_certificate_verify_peers is deprecated in gnutls.

you could try emerging net-libs/neon with

USE="-gnutls ssl"

for a quick workaround.



For those who run into this, just remove the gnutls flag and do a emerge -uvaDN world. I had it in make.conf so I must have needed it at some point in the past. Man that is a old USE line. lol

Thanks for the tip.  It worked.
i think you should file a bug on this. i guess the deprecated function has finally been removed from gnutls and thats why you get the undefined reference error. so we either need a new version of neon which uses gnutls_certificate_verify_peers2() or the ebuild needs to be changed not to use gnutls (at least not above a certain version).

Reply via email to