aMule Forum

English => Compilation problems => Topic started by: nig on December 26, 2004, 01:06:53 AM

Title: WARNING: curl >= 7.9.5 is not found.
Post by: nig on December 26, 2004, 01:06:53 AM
WARNING: curl >= 7.9.5 is not found.
        Please check that curl-config is in your default path, check out
        LD_LIBRARY_PATH or equivalent variable.
        Or this might also be that your curl-config has other name.
        Please try again with --with-curl-config=/usr/bin/curl-config
        (replace /usr/bin/curl-config with a valid path to your curl-config).
        If you use compiled packages check if you have devel pack installed.
        To download the lastest version check http://curl.haxx.se/download.html for sources.



what do i have to do ?
Title: Re: WARNING: curl >= 7.9.5 is not found.
Post by: deltaHF on December 26, 2004, 01:09:28 AM
hi,

install curl (and/or) libcurl + curl-devel (and/or) libcurl-devel

i think you have curl already installed, but you lack the devel package

cheers
Title: Re: WARNING: curl >= 7.9.5 is not found.
Post by: nig on December 26, 2004, 01:29:48 AM
hello

curl-7.12.1-1mdk and libcurl3-7.12.1-1mdk is installed, but i cant find curl-devel and libcurl-devel for mandrake ?
Title: Re: WARNING: curl >= 7.9.5 is not found.
Post by: deltaHF on December 26, 2004, 01:36:40 AM
mdk 10 or 10.1 ?
Title: Re: WARNING: curl >= 7.9.5 is not found.
Post by: nig on December 26, 2004, 01:40:45 AM
10.1, the latest

known bugs for this distribution ?
Title: Re: WARNING: curl >= 7.9.5 is not found.
Post by: deltaHF on December 26, 2004, 01:50:39 AM
http://ftp://ftp.gwdg.de/pub/linux/mandrakelinux/official/10.1/i586/media/main/libcurl3-devel-7.12.1-1mdk.i586.rpm

and sorry, i don't use mdk so i don't know anything about its bugs ;)
Title: Re: WARNING: curl >= 7.9.5 is not found.
Post by: xalibur on January 06, 2005, 11:09:10 AM
Hi, working with mdk 10.1 com here...

You need:
libcurl3:libcurl3-7.12.1-1mdk.i586.rpm
curl:curl-7.12.1-1mdk.i586.rpm
libcurl3-devel:libcurl3-devel-7.12.1-1mdk.i586.rpm

However, during ./configure I do see this:

checking for curl >= 7.9.5... ./configure: line 1: bc: command not found yes (version 7.12.1)
Title: Re: WARNING: curl >= 7.9.5 is not found.
Post by: phoenix on January 06, 2005, 11:42:33 AM
xalibur,

Apparently you don't have bc installed. In my system (Fedora Core 3):

$ rpm -qf $(which bc)
bc-1.06-17.1

Try to find the bc rpm for your distro and install it.

Cheers!
Title: Re: WARNING: curl >= 7.9.5 is not found.
Post by: xalibur on January 06, 2005, 12:29:18 PM
:P stupid, didn't see the BC (the two characters) in the error message  :]

tnx