Moin,

ich bin Linux-Neueinsteiger und habe folgendes Problem:
beim kompilieren von amule 1.2.6 bekomme ich nach der Eingabe von ./configure folgende Meldung mit ausgegeben:
checking for wxWindows version >= 2.4.0... yes (version 2.4.2)
checking for wxbase-2.4-config... /usr/bin/wxbase-2.4-config
checking for wxWindows base version >= 2.4.0... yes (version 2.4.2)
checking for curl >= 7.9.7... ./configure: line 1: curl-config: command not found
./configure: line 1: curl-config: command not found
no
configure: WARNING: curl-config was not found
configure: error:
WARNING: curl >= 7.9.7 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.

Wenn ich das richtig verstehe, sucht er nach einer curl-config. In dem Pfad /usr/bin/ befindet sich bei mir nur eine curl datei. Was muss ich machen, damit die Kompilierung durchläuft !!!!