aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: curl 7.9.5 is not found  (Read 2636 times)

Lygion

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
    • http://www.insideearth.de
curl 7.9.5 is not found
« on: December 15, 2004, 02:59:26 PM »

Hi,
I received following message in the end of "./configure":

Code: [Select]
checking for curl >= 7.9.5... ./configure: line 8670: curl-config: command not found
./configure: line 8671: curl-config: command not found
no
configure: WARNING: curl-config was not found
configure: error:
        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 [URL]http://curl.haxx.se/download.html[/URL] for sources.

I have installed following packs (Suse9.2):

compat-curl2
curl 7.12.0-2
php4-curl


Do I need the devel pack? Or what is the problem? Where can I download the needed files?
Thanks for help
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: curl 7.9.5 is not found
« Reply #1 on: December 15, 2004, 04:36:17 PM »

install curl2-devel -- you should find the package on the suse dvd just use yast...

stefasneo
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

Lygion

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
    • http://www.insideearth.de
Re: curl 7.9.5 is not found
« Reply #2 on: December 15, 2004, 05:49:33 PM »

Ok thx, installed devel..
But I still need more :(

Code: [Select]
wxWidgets       Not detected
GTK                Not detected

.Lygion
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: curl 7.9.5 is not found
« Reply #3 on: December 15, 2004, 07:35:08 PM »

install gtk-1.2.10 and gtk-devel-1.2.10 (from your cd)

+ wxgtk/wxgtk-devel and wxbase from here -> http://www.amule.org/files/files.php?cat=12

then do this:

as root:

ln -sf /usr/bin/wxgtk-2.4-config /usr/bin/wx-config
ln -sf /usr/bin/wxbase-2.4-config /usr/bin/wxbase-config
ldconfig

and recompile amule as user again

cheers

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: curl 7.9.5 is not found
« Reply #4 on: December 16, 2004, 02:02:15 AM »

someone should write a howto compile aMule on suse.
too many ppl with problems compiling there already...

/me suggests
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: curl 7.9.5 is not found
« Reply #5 on: December 16, 2004, 02:24:41 AM »

why that? same problems like on every rpm based distri (lack of devel pkgs)

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: curl 7.9.5 is not found
« Reply #6 on: December 16, 2004, 09:51:46 AM »

(lack of devel pkgs) <- exactly because of that ;)
Logged