help-gnutls
[Top][All Lists]
Advanced

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

Re: GNUTLS 3.0.8 Compilation Error


From: Nick Khamis
Subject: Re: GNUTLS 3.0.8 Compilation Error
Date: Thu, 8 Dec 2011 13:03:58 -0500

Hello Simon,

Thank you so much for your response. Libnettle is intalled in:

/usr/lib/libnettle.a
/usr/lib/libnettle.so
/usr/lib/libnettle.so.4
/usr/lib/libnettle.so.4.3

After installing nettle, I issue an ldconfig. When trying to compile
GNU TLS using the following:

./configure --prefix=/usr or,
./configure --prefix=/usr --with-libnettle-prefix=/usr/lib or,
./configure --prefix=/usr --with-libnettle-prefix=/usr

I get the same error. There is no clean, or distclean tasks in GNUTLS?

Thanks in Advanace,

Nicholas.






On Thu, Dec 8, 2011 at 5:22 AM, Simon Josefsson <address@hidden> wrote:
> Nick Khamis <address@hidden> writes:
>
>> Hello Everyone,
>>
>> I built nettle 2.4 from source, and it is located in
>> /usr/include/nettle however, when
>> trying to build GNUTLS 3.0.8 using:
>>
>> ./congiure or,
>> ./configure --prefix=/usr --with-libnettle-prefix=/usr/include/nettle
>>
>> I am recieving the following error:
>>
>> configure: error:
>>   ***
>>   *** Libnettle 2.4 was not found.
>
> Use --with-libnettle-prefix=/usr (or just try without it).  I'm assuming
> you didn't install libnettle.so under /usr/include/nettle.  Also, did
> you run ldconfig after installing Nettle?
>
> /Simon



reply via email to

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