[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Ubuntu Build: Libnettle 2.1 vs Libnettle 3
From: |
Brad Hards |
Subject: |
Re: Ubuntu Build: Libnettle 2.1 vs Libnettle 3 |
Date: |
Wed, 17 Nov 2010 21:16:49 +1100 |
User-agent: |
KMail/1.13.5 (Linux/2.6.32.23-170.fc12.x86_64; KDE/4.4.5; x86_64; ; ) |
On Wednesday, November 17, 2010 08:59:06 pm Jeffrey Walton wrote:
> $ apt-cache pkgnames | grep nettle
> libnettle1
> libnettle3
> nettle-bin
> nettle-dbg
> nettle-dev
> libnettle-dev
> $ sudo apt-get install libnettle3
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> libnettle3 is already the newest version.
This is nothing to do with gnutls. Debian (and derivatives, such as Ubuntu)
name packages according to convention. You can find this convention if you
search for it, but the important part here is that if you want to compile
something, you want the -dev variant.
That is, install libnettle-dev.
Brad