aMule Forum
English => Compilation problems => Topic started 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 ?
-
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
-
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 ?
-
mdk 10 or 10.1 ?
-
10.1, the latest
known bugs for this distribution ?
-
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 ;)
-
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)
-
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!
-
:P stupid, didn't see the BC (the two characters) in the error message :]
tnx