Re: building Gnutls on Ubuntu 18.04.1
Alice Wonder <[email protected]>
| Newsgroups | gmane.network.gnutls.general |
|---|---|
| Message-ID | <[email protected]> |
On 1/7/19 3:52 AM, Alice Wonder wrote: > On 1/7/19 3:35 AM, Catonano wrote: >> Hello, >> >> with Gnutls checed out from master, this is qhat I get >> >> checking for getentropy... no >> checking for NETTLE... no >> configure: error: >> *** >> *** Libnettle 3.4.1 was not found. >> >> I also built Nettle 3.4.1 and installed it in my $HOME/opt >> >> But I don't know how to instruct Gnutls to hook with my version >> instead of the system provided one >> >> Thanks in advance > > export PKG_CONFIG_PATH="$HOME/opt" > ./configure > > That should tell pkgconfig to look in $HOME/opt/lib/pkgconfig first for > the pkgconfig file. GAH - typo should be export PKG_CONFIG_PATH="$HOME/opt/lib/pkgconfig" _______________________________________________ Gnutls-help mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnutls-help