srinivasgumdelli / clamz

Automatically exported from code.google.com/p/clamz
0 stars 0 forks source link

Configure issue: dpkg cannot find libcurl #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. attempt to build (on x86_64 Kubuntu 8.04)
2. Run ./configure

What is the expected output? What do you see instead?
---------------------------------------------------------------
checking for LIBCURL... configure: error: Package requirements (libcurl)
were not met:

No package 'libcurl' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables LIBCURL_CFLAGS
and LIBCURL_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
---------------------------------------------------------------

Note:
---------------------------------------------------------------
jeromio@blirp:~/src/clamz$ dir /usr/lib/libcurl*
libcurl-gnutls.so.3      libcurl-gnutls.so.4.0.1  libcurl.so.4
libcurl-gnutls.so.4      libcurl.so.3             libcurl.so.4.0.1
---------------------------------------------------------------
What version of the product are you using? On what operating system?
clamz 0.1
Kubuntu 8.04 on x86_64

Please provide any additional information below.

Original issue reported on code.google.com by jero...@gmail.com on 7 May 2008 at 1:49

GoogleCodeExporter commented 9 years ago
You need the devel packages: i have both libcurl4-gnutls-dev and 
libcurl4-openssl-dev, and configure works.

Original comment by geoffroy...@gmail.com on 19 Jun 2008 at 8:49

GoogleCodeExporter commented 9 years ago

Original comment by Benjamin...@gmail.com on 11 Oct 2008 at 3:41