[gnutls-devel] GnuTLS | configure fails on *ubuntu 18.04.1 LTS because libnettle is not found (#681)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Wed Jan 23 17:09:08 CET 2019


New Issue was created.

Issue 681: https://gitlab.com/gnutls/gnutls/issues/681
Author:    Matthias Gierlings
Assignee:  

Trying to verify the fix for #682, I was unable build the latest master on Kubuntu 18.04.1 LTS. The last version I managed to build without problem is `tags/gnutls_3_6_4`.

Building the latest master `./configure` aborts with the following output:
```
checking for NETTLE... no
configure: error: 
  ***
  *** Libnettle 3.4.1 was not found.
```

Using the version tagged `gnutls_3_6_5`:

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

Libnettle shipped with the distribution:
```
ldconfig -p | grep nettle && apt show nettle*
	libnettle.so.6 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libnettle.so.6
	libnettle.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libnettle.so
Package: nettle-dev
Version: 3.4-1
Priority: optional
Section: libdevel
Source: nettle
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Original-Maintainer: Magnus Holmgren <holmgren at debian.org>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2.515 kB
Depends: libnettle6 (= 3.4-1), libhogweed4 (= 3.4-1), libgmp10-dev, dpkg (>= 1.15.4) | install-info
Conflicts: libnettle-dev
Replaces: libnettle-dev
Homepage: http://www.lysator.liu.se/~nisse/nettle/
Supported: 5y
Download-Size: 951 kB
APT-Manual-Installed: yes
...
```

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/issues/681
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20190123/1bb79287/attachment-0001.html>


More information about the Gnutls-devel mailing list