Package: libcurl4-gnutls
Version: 7.16.2-3
Severity: minor
Tags: patch

Chasing a different problem and recompiling the libcurl4-packages while
debugging I found the following (probably small/harmless) bug:

While running configure for building the libcurl4-gnutls package the
following error message is displayed in the build log:

...
checking libssh2.h presence... no
checking for libssh2.h... no
checking for gnutls_check_version in -lgnutls... yes
./configure: line 26646: GNUTLS_ENABLED: command not found
configure: detected GnuTLS version 1.6.2
configure: Added /usr/lib to LD_LIBRARY_PATH
configure: WARNING: SSL disabled, you will not be able to use HTTPS, FTPS,
NTLM and more.
configure: WARNING: Use --with-ssl, --with-gnutls or --with-nss to address
this.
checking CA cert bundle install path... /etc/ssl/certs/ca-certificates.crt
checking if libraries can be versioned... yes
...

The "GNUTLS_ENABLED: command not found" bug is easily fixed with the
following patch to configure.ac (patch may be whitespace-damaged in the
bugreport!):

--- curl-7.16.2.orig/configure.ac
+++ curl-7.16.2/configure.ac
@@ -1337,7 +1337,7 @@
        [
        AC_DEFINE(USE_GNUTLS, 1, [if GnuTLS is enabled])
        AC_SUBST(USE_GNUTLS, [1])
-       GNUTLS_ENABLED = 1
+       GNUTLS_ENABLED=1
        USE_GNUTLS="yes"
        curl_ssl_msg="enabled (GnuTLS)"
        ],


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.20-sdinet14-aurora (SMP w/2 CPU cores)
Locale: LANG=en_US.ISO-8859-1, LC_CTYPE=de_DE.ISO-8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages libcurl4-gnutls depends on:
ii  libc6                       2.5-7        GNU C Library: Shared libraries
ii  libgnutls13                 1.6.2-2      the GNU TLS library - runtime libr
ii  libidn11                    0.6.5-1      GNU libidn library, implementation
ii  libkrb53                    1.6.dfsg.1-4 MIT Kerberos runtime libraries
ii  zlib1g                      1:1.2.3-14   compression library - runtime

Versions of packages libcurl4-gnutls recommends:
ii  ca-certificates               20070303   Common CA Certificates PEM files

-- debconf-show failed


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to