Glam Prestige Journal

Bright entertainment trends with youth appeal.

I need to compile and install libnettle 3.7 on Ubuntu 20.04.3 LTS. I need it to compile and install GnuTls 3.7 and libfilezilla 0.35 and FileZilla 3.57. So, I downloaded nettle-3.7.3.tar.gz. Configure, make and install. And just to be sure

sudo ldconfig /usr/local/lib64/

Bu when I configure GnuTLS from sources gnutls-3.7.2.tar.xz I get

checking for NETTLE... no
configure: error: *** *** Libnettle 3.6 was not found.

What am I doing wrong? Is it possible to install it on Ubuntu 20.04?


Answering to @steeldriver

There are two files in /usr/local/lib64/pkconfig: hogweed.pc and nettle.pc.

PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig/ pkg-config --cflags --libs nettle returns:

-I/usr/local/include -L/usr/local/lib64 -lnettle

BTW Synaptic shows that libnettle 3.5.1 is installed.

1 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy