Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Libcurl package not found when libcurl3 is installed #22

Open
GoogleCodeExporter opened this issue Mar 19, 2015 · 1 comment
Open

Libcurl package not found when libcurl3 is installed #22

GoogleCodeExporter opened this issue Mar 19, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Using Ubuntu 10.04 by default libcurl3 is installed :
xxx@linuxlap:~/Downloads/clamz-0.4$ aptitude search libcurl 
v   libcurl-dev                                                                 
            -                                                                   

p   libcurl-ocaml                                                               
            - OCaml curl bindings (Runtime Library)                             

v   libcurl-ocaml-05o89                                                         
            -                                                                   

p   libcurl-ocaml-dev                                                           
            - OCaml libcurl bindings (Development package)                      

v   libcurl-ocaml-dev-05o89                                                     
            -                                                                   

v   libcurl-ssl-dev                                                             
            -                                                                   

i   libcurl3                                                                    
            - Multi-protocol file transfer library (OpenSSL)                    

p   libcurl3-dbg                                                                
            - libcurl compiled with debug symbols                               

v   libcurl3-dev                                                                
            -                                                                   

i   libcurl3-gnutls                                                             
            - Multi-protocol file transfer library (GnuTLS)                     

v   libcurl3-gnutls-dev                                                         
            -                                                                   

v   libcurl3-openssl-dev                                                        
            -                                                                   

v   libcurl4-dbg                                                                
            -                                                                   

v   libcurl4-dev                                                                
            -                                                                   

p   libcurl4-gnutls-dev                                                         
            - Development files and documentation for libcurl (GnuTLS)          

p   libcurl4-openssl-dev                                                        
            - Development files and documentation for libcurl (OpenSSL)         

2. follow download instruction for clamz and when ./configure is run complains 
that libcurl is not installed

What is the expected output? What do you see instead?
error = xxx@linuxlap:~/Downloads/clamz-0.4$ ./configure 
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking for update-mime-database... update-mime-database
checking for update-desktop-database... update-desktop-database
checking for XML_ParserCreate in -lexpat... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
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.


What version of the product are you using? On what operating system?
see above

Please provide any additional information below.
can clamz compile with the newer versions of libcurl and other dependencies?

Original issue reported on code.google.com by [email protected] on 17 Jul 2010 at 9:37

@GoogleCodeExporter
Copy link
Author

did not realize that by default i was only viewing the open issues.  when i 
searched through all issues i found the solution to the problem in 
http://code.google.com/p/clamz/issues/detail?id=20&can=1

installed libcurl4-gnutls-dev and all was well.  

sorry for the noise.

Original comment by [email protected] on 17 Jul 2010 at 9:48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant