bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] libgnutls config error


From: Daniel Kahn Gillmor
Subject: Re: [Bug-wget] libgnutls config error
Date: Sat, 06 Apr 2013 08:25:27 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130315 Icedove/17.0.4

On 04/05/2013 04:16 PM, McFate, Mark wrote:
> checking for libgnutls... no
> configure: error: --with-ssl was given, but GNUTLS is not available.

the general pattern on debian-derived systems (including ubuntu) is that
the basline library packages (e.g. libgnutls26) provide only running
code, but no development headers or configuration utilities.

If you want to build code against a given library, you'll need its
associated -dev package.

So you should make sure you have the libgnutls-dev package installed:

  sudo apt-get install libgnutls-dev

> I believe I have libgnutls on both systems.  I found the following...
> 
> $ sudo find . -name libgnutls*

(side note: there's no reason to use sudo here -- your build was running
as your (non-priviliged) user, so if a non-privileged find couldn't turn
up anything relevant, that's sufficient to answer the question you're
asking;  running find with superuser privileges doesn't provide any more
useful information; it's better to avoid elevating privileges if you can
do so.)

hth,

        --dkg

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]