aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: WARNING: curl >= 7.9.5 is not found.  (Read 6442 times)

nig

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
WARNING: curl >= 7.9.5 is not found.
« 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 ?
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: WARNING: curl >= 7.9.5 is not found.
« Reply #1 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

nig

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
Re: WARNING: curl >= 7.9.5 is not found.
« Reply #2 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 ?
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: WARNING: curl >= 7.9.5 is not found.
« Reply #3 on: December 26, 2004, 01:36:40 AM »

mdk 10 or 10.1 ?

nig

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
Re: WARNING: curl >= 7.9.5 is not found.
« Reply #4 on: December 26, 2004, 01:40:45 AM »

10.1, the latest

known bugs for this distribution ?
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: WARNING: curl >= 7.9.5 is not found.
« Reply #5 on: December 26, 2004, 01:50:39 AM »

xalibur

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 9
    • http://beurdy.xs4all.nl/blog
Re: WARNING: curl >= 7.9.5 is not found.
« Reply #6 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)
Logged

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: WARNING: curl >= 7.9.5 is not found.
« Reply #7 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!
Logged

xalibur

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 9
    • http://beurdy.xs4all.nl/blog
Re: WARNING: curl >= 7.9.5 is not found.
« Reply #8 on: January 06, 2005, 12:29:18 PM »

:P stupid, didn't see the BC (the two characters) in the error message  :]

tnx
« Last Edit: January 06, 2005, 12:29:41 PM by xalibur »
Logged