Comment 5 for bug 678020

Revision history for this message
Jeff Ro (jeffreyro1) wrote :

This hasn't been commented on in a while, but I believe this is affecting my ability to compile libfilezilla-0.19.3 properly. I receive the message:

checking for gnutls >= 3.5.7... no
configure: error: GnuTLS 3.5.7 or greater was not found. You can get it from https://gnutls.org/

More detailed logs say:

configure:18612: checking for gnutls >= 3.5.7
configure:18619: $PKG_CONFIG --exists --print-errors "gnutls >= 3.5.7"
Package gnutls was not found in the pkg-config search path.
Perhaps you should add the directory containing `gnutls.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gnutls' found
configure:18622: $? = 1
configure:18636: $PKG_CONFIG --exists --print-errors "gnutls >= 3.5.7"
Package gnutls was not found in the pkg-config search path.
Perhaps you should add the directory containing `gnutls.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gnutls' found
configure:18639: $? = 1
configure:18653: result: no
No package 'gnutls' found
configure:18670: error: GnuTLS 3.5.7 or greater was not found. You can get it from https://gnutls.org/

However, I have 3.5.18 installed through the ubuntu repository gnutls-bin:

apt show gnutls-bin
Package: gnutls-bin
Version: 3.5.18-1ubuntu1.2
Priority: optional
Section: universe/net
Source: gnutls28
Origin: Ubuntu
Maintainer: Ubuntu Developers <email address hidden>
Original-Maintainer: Debian GnuTLS Maintainers <email address hidden>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1,174 kB
Depends: libc6 (>= 2.17), libgnutls-dane0 (>= 3.5.6), libgnutls30 (>= 3.5.10-0+private+1), libopts25 (>= 1:5.18.12), libtasn1-6 (>= 4.12)
Homepage: http://www.gnutls.org/
Download-Size: 247 kB
APT-Manual-Installed: yes
APT-Sources: http://mirror.us.leaseweb.net/ubuntu bionic-updates/universe amd64 Packages

Thanks for the work keeping this up!

ps. I am using Ubuntu 18.04.3 LTS with the latest updates.