← Back to team overview

linux-traipu team mailing list archive

[Bug 931742] [NEW] configuration script can not find libcurl4-gnutls-dev

 

Public bug reported:

Configuration script can not find libcurl4-gnutls-dev package, although it is installed in my system. My OS is Ubuntu 11.10 using Linux Kernel 3.0.0-15-generic.
I made two attempts to install libcurl4-gnutls-dev . The first attempt was to install libcurl4-gnutls-dev following the "Installing build dependencies" instructions in the drizzle website. The second was from the synaptic pkg manager of Ubuntu.

There is the output from my terminal:

zisis@X58:~/Desktop/drizzle7-2011.03.13$ dpkg --status libcurl4-gnutls-dev
Package: libcurl4-gnutls-dev
Status: install ok installed
Priority: optional
Section: libdevel
Installed-Size: 2876
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@xxxxxxxxxxxxxxxx>
Architecture: amd64
Source: curl
Version: 7.21.6-3ubuntu3.2
Replaces: libcurl-dev, libcurl-ssl-dev, libcurl3-gnutls-dev, libcurl4-dev
Provides: libcurl-dev, libcurl-ssl-dev, libcurl3-gnutls-dev, libcurl4-dev
Depends: libcurl3-gnutls (= 7.21.6-3ubuntu3.2), libc6-dev | libc-dev, libgnutls-dev, zlib1g-dev, libidn11-dev, libkrb5-dev, libldap2-dev
Suggests: libcurl3-dbg
Conflicts: libcurl-dev
Description: Development files and documentation for libcurl (GnuTLS)
 These files (ie. includes, static library, manual pages) allow to
 build software which uses libcurl.
 .
 SSL support is provided by GnuTLS.
 .
 HTML and PDF versions of all the manual pages are also provided.
Homepage: http://curl.haxx.se
Original-Maintainer: Ramakrishnan Muthukrishnan <rkrishnan@xxxxxxxxxx>
zisis@X58:~/Desktop/drizzle7-2011.03.13$ ./configure | grep WARNING
configure: WARNING: libcurl development lib not found. On Debian this is found in libcurl4-gnutls-dev. On RHEL5/Fedora11 it's in curl-devel. On RHEL6/Fedora12 it's in libcurl-devel.
configure: WARNING: libcurl not found: not building auth_http
configure: WARNING: libcurl development lib not found. On Debian this is found in libcurl4-gnutls-dev. On RHEL5/Fedora11 it's in curl-devel. On RHEL6/Fedora12 it's in libcurl-devel.
configure: WARNING: libcurl development lib not found: not building PrimeBase Media Stream Daemon (pbms) plugin.
configure: WARNING: Couldn't find both rabbitmq c client and server support, rabbitmq plugin will not be built.

** Affects: drizzle
     Importance: Undecided
         Status: New

** Description changed:

  Configuration script can not find libcurl4-gnutls-dev package, although it is installed in my system. My OS is Ubuntu 11.10 using Linux Kernel 3.0.0-15-generic.
- I made to attempts to install libcurl4-gnutls-dev . The first attempt was to install libcurl4-gnutls-dev following the "Installing build dependencies" instructions in the drizzle website. The second was from the synaptic pkg manager of Ubuntu.
+ I made two attempts to install libcurl4-gnutls-dev . The first attempt was to install libcurl4-gnutls-dev following the "Installing build dependencies" instructions in the drizzle website. The second was from the synaptic pkg manager of Ubuntu.
  
  There is the output from my terminal:
  
- zisis@X58:~/Desktop/drizzle7-2011.03.13$ dpkg --status libcurl4-gnutls-dev 
+ zisis@X58:~/Desktop/drizzle7-2011.03.13$ dpkg --status libcurl4-gnutls-dev
  Package: libcurl4-gnutls-dev
  Status: install ok installed
  Priority: optional
  Section: libdevel
  Installed-Size: 2876
  Maintainer: Ubuntu Developers <ubuntu-devel-discuss@xxxxxxxxxxxxxxxx>
  Architecture: amd64
  Source: curl
  Version: 7.21.6-3ubuntu3.2
  Replaces: libcurl-dev, libcurl-ssl-dev, libcurl3-gnutls-dev, libcurl4-dev
  Provides: libcurl-dev, libcurl-ssl-dev, libcurl3-gnutls-dev, libcurl4-dev
  Depends: libcurl3-gnutls (= 7.21.6-3ubuntu3.2), libc6-dev | libc-dev, libgnutls-dev, zlib1g-dev, libidn11-dev, libkrb5-dev, libldap2-dev
  Suggests: libcurl3-dbg
  Conflicts: libcurl-dev
  Description: Development files and documentation for libcurl (GnuTLS)
-  These files (ie. includes, static library, manual pages) allow to
-  build software which uses libcurl.
-  .
-  SSL support is provided by GnuTLS.
-  .
-  HTML and PDF versions of all the manual pages are also provided.
+  These files (ie. includes, static library, manual pages) allow to
+  build software which uses libcurl.
+  .
+  SSL support is provided by GnuTLS.
+  .
+  HTML and PDF versions of all the manual pages are also provided.
  Homepage: http://curl.haxx.se
  Original-Maintainer: Ramakrishnan Muthukrishnan <rkrishnan@xxxxxxxxxx>
  zisis@X58:~/Desktop/drizzle7-2011.03.13$ ./configure | grep WARNING
  configure: WARNING: libcurl development lib not found. On Debian this is found in libcurl4-gnutls-dev. On RHEL5/Fedora11 it's in curl-devel. On RHEL6/Fedora12 it's in libcurl-devel.
  configure: WARNING: libcurl not found: not building auth_http
  configure: WARNING: libcurl development lib not found. On Debian this is found in libcurl4-gnutls-dev. On RHEL5/Fedora11 it's in curl-devel. On RHEL6/Fedora12 it's in libcurl-devel.
  configure: WARNING: libcurl development lib not found: not building PrimeBase Media Stream Daemon (pbms) plugin.
  configure: WARNING: Couldn't find both rabbitmq c client and server support, rabbitmq plugin will not be built.

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/931742

Title:
  configuration script can not find libcurl4-gnutls-dev

Status in A Lightweight SQL Database for Cloud Infrastructure and Web Applications:
  New

Bug description:
  Configuration script can not find libcurl4-gnutls-dev package, although it is installed in my system. My OS is Ubuntu 11.10 using Linux Kernel 3.0.0-15-generic.
  I made two attempts to install libcurl4-gnutls-dev . The first attempt was to install libcurl4-gnutls-dev following the "Installing build dependencies" instructions in the drizzle website. The second was from the synaptic pkg manager of Ubuntu.

  There is the output from my terminal:

  zisis@X58:~/Desktop/drizzle7-2011.03.13$ dpkg --status libcurl4-gnutls-dev
  Package: libcurl4-gnutls-dev
  Status: install ok installed
  Priority: optional
  Section: libdevel
  Installed-Size: 2876
  Maintainer: Ubuntu Developers <ubuntu-devel-discuss@xxxxxxxxxxxxxxxx>
  Architecture: amd64
  Source: curl
  Version: 7.21.6-3ubuntu3.2
  Replaces: libcurl-dev, libcurl-ssl-dev, libcurl3-gnutls-dev, libcurl4-dev
  Provides: libcurl-dev, libcurl-ssl-dev, libcurl3-gnutls-dev, libcurl4-dev
  Depends: libcurl3-gnutls (= 7.21.6-3ubuntu3.2), libc6-dev | libc-dev, libgnutls-dev, zlib1g-dev, libidn11-dev, libkrb5-dev, libldap2-dev
  Suggests: libcurl3-dbg
  Conflicts: libcurl-dev
  Description: Development files and documentation for libcurl (GnuTLS)
   These files (ie. includes, static library, manual pages) allow to
   build software which uses libcurl.
   .
   SSL support is provided by GnuTLS.
   .
   HTML and PDF versions of all the manual pages are also provided.
  Homepage: http://curl.haxx.se
  Original-Maintainer: Ramakrishnan Muthukrishnan <rkrishnan@xxxxxxxxxx>
  zisis@X58:~/Desktop/drizzle7-2011.03.13$ ./configure | grep WARNING
  configure: WARNING: libcurl development lib not found. On Debian this is found in libcurl4-gnutls-dev. On RHEL5/Fedora11 it's in curl-devel. On RHEL6/Fedora12 it's in libcurl-devel.
  configure: WARNING: libcurl not found: not building auth_http
  configure: WARNING: libcurl development lib not found. On Debian this is found in libcurl4-gnutls-dev. On RHEL5/Fedora11 it's in curl-devel. On RHEL6/Fedora12 it's in libcurl-devel.
  configure: WARNING: libcurl development lib not found: not building PrimeBase Media Stream Daemon (pbms) plugin.
  configure: WARNING: Couldn't find both rabbitmq c client and server support, rabbitmq plugin will not be built.

To manage notifications about this bug go to:
https://bugs.launchpad.net/drizzle/+bug/931742/+subscriptions


Follow ups

References