Hi Dale, if you want, you can try mkdir -p /usr/local/portage/net-libs cp -ax /usr/portage/net-libs/neon /usr/local/portage/net-libs/ echo 'PORTDIR_OVERLAY="/usr/local/portage"' >> /etc/make.conf mkdir -p /usr/local/portage/net-libs/ cp verify_peer2.patch /usr/local/portage/net-libs/files/ cp neon-0.29.6.ebuild /usr/local/portage/net-libs/neon/ ebuild /usr/local/portage/net-libs/neon-0.29.6.ebuild manifest USE="-ssl gnutls" emerge net-libs/neon kde-base/kscd with the attached patch and ebuild. neon compiles, but i dont want to install kscd on my server ;) attach it to the bug report if it works, please. 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. > > Dale > > :-) :-) >