aMule Forum

English => aMule Help => Topic started by: Lygion on December 15, 2004, 02:59:26 PM

Title: curl 7.9.5 is not found
Post by: Lygion 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
Title: Re: curl 7.9.5 is not found
Post by: stefanero on December 15, 2004, 04:36:17 PM
install curl2-devel -- you should find the package on the suse dvd just use yast...

stefasneo
Title: Re: curl 7.9.5 is not found
Post by: Lygion 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
Title: Re: curl 7.9.5 is not found
Post by: deltaHF 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
Title: Re: curl 7.9.5 is not found
Post by: Jacobo221 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
Title: Re: curl 7.9.5 is not found
Post by: deltaHF on December 16, 2004, 02:24:41 AM
why that? same problems like on every rpm based distri (lack of devel pkgs)
Title: Re: curl 7.9.5 is not found
Post by: Jacobo221 on December 16, 2004, 09:51:46 AM
(lack of devel pkgs) <- exactly because of that ;)