[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnutls : error compiling
From: |
Ted Zlatanov |
Subject: |
Re: gnutls : error compiling |
Date: |
Thu, 05 May 2011 05:32:44 -0500 |
User-agent: |
Gnus/5.110016 (No Gnus v0.16) Emacs/24.0.50 (gnu/linux) |
On Wed, 4 May 2011 20:37:10 -0700 "T.V. Raman" <address@hidden> wrote:
TVR> Here is what Ihave for the gnutls libs:
TVR> aptitude show libgnutls-dev
TVR> Package: libgnutls-dev
TVR> State: installed
TVR> Automatically installed: no
TVR> Version: 2.4.2-6ubuntu0.1
OK, so we're checking for 2.2.4 but using features from 2.6:
PKG_CHECK_MODULES([LIBGNUTLS], [gnutls >= 2.2.4], HAVE_GNUTLS=yes,
HAVE_GNUTLS=no)
Could someone with GnuTLS 2.6.x see if it compiles OK for them? I don't
have any such machines.
I'll bump the version correspondingly. I'd rather not try to be
backwards compatible with 2.4.x, as already discussed.
T.V., you can use "--without-gnutls" meanwhile to get your compilation
working.
Thanks
ted