Hi all I can't install amule an my brand new suse 9.2 because the rpms are depending on libcurl.so.2 and I've got the .3 one and installing from sources give me this
errorevilangel@linux:~/aMule-2.0.0rc7> make
make all-recursive
make[1]: Entering directory `/home/evilangel/aMule-2.0.0rc7'
Making all in m4
make[2]: Entering directory `/home/evilangel/aMule-2.0.0rc7/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/evilangel/aMule-2.0.0rc7/m4'
Making all in intl
make[2]: Entering directory `/home/evilangel/aMule-2.0.0rc7/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/evilangel/aMule-2.0.0rc7/intl'
Making all in po
make[2]: Entering directory `/home/evilangel/aMule-2.0.0rc7/po'
rm -f en_GB.gmo && /usr/bin/msgfmt -c --statistics -o en_GB.gmo en_GB.po
0 translated messages, 459 untranslated messages.
rm -f es.gmo && /usr/bin/msgfmt -c --statistics -o es.gmo es.po
1343 translated messages.
rm -f de.gmo && /usr/bin/msgfmt -c --statistics -o de.gmo de.po
1370 translated messages.
rm -f fr.gmo && /usr/bin/msgfmt -c --statistics -o fr.gmo fr.po
1343 translated messages.
rm -f it.gmo && /usr/bin/msgfmt -c --statistics -o it.gmo it.po
1343 translated messages.
rm -f ko.gmo && /usr/bin/msgfmt -c --statistics -o ko.gmo ko.po
355 translated messages, 104 untranslated messages.
rm -f pl.gmo && /usr/bin/msgfmt -c --statistics -o pl.gmo pl.po
1343 translated messages.
rm -f et_EE.gmo && /usr/bin/msgfmt -c --statistics -o et_EE.gmo et_EE.po
351 translated messages, 108 untranslated messages.
rm -f ru.gmo && /usr/bin/msgfmt -c --statistics -o ru.gmo ru.po
456 translated messages.
rm -f bg.gmo && /usr/bin/msgfmt -c --statistics -o bg.gmo bg.po
389 translated messages, 375 untranslated messages.
rm -f es_MX.gmo && /usr/bin/msgfmt -c --statistics -o es_MX.gmo es_MX.po
348 translated messages, 111 untranslated messages.
rm -f pt_BR.gmo && /usr/bin/msgfmt -c --statistics -o pt_BR.gmo pt_BR.po
1045 translated messages, 3 fuzzy translations.
rm -f gl.gmo && /usr/bin/msgfmt -c --statistics -o gl.gmo gl.po
514 translated messages, 263 untranslated messages.
rm -f eu.gmo && /usr/bin/msgfmt -c --statistics -o eu.gmo eu.po
1343 translated messages.
rm -f nl.gmo && /usr/bin/msgfmt -c --statistics -o nl.gmo nl.po
1343 translated messages.
rm -f ar.gmo && /usr/bin/msgfmt -c --statistics -o ar.gmo ar.po
695 translated messages, 233 untranslated messages.
rm -f fi.gmo && /usr/bin/msgfmt -c --statistics -o fi.gmo fi.po
833 translated messages.
rm -f zh_CN.gmo && /usr/bin/msgfmt -c --statistics -o zh_CN.gmo zh_CN.po
881 translated messages, 74 untranslated messages.
rm -f zh_TW.gmo && /usr/bin/msgfmt -c --statistics -o zh_TW.gmo zh_TW.po
881 translated messages, 74 untranslated messages.
rm -f da.gmo && /usr/bin/msgfmt -c --statistics -o da.gmo da.po
741 translated messages, 139 untranslated messages.
rm -f hu.gmo && /usr/bin/msgfmt -c --statistics -o hu.gmo hu.po
1343 translated messages.
rm -f ca.gmo && /usr/bin/msgfmt -c --statistics -o ca.gmo ca.po
1337 translated messages, 6 untranslated messages.
rm -f it_CH.gmo && /usr/bin/msgfmt -c --statistics -o it_CH.gmo it_CH.po
851 translated messages, 198 fuzzy translations, 201 untranslated messages.
rm -f pt_PT.gmo && /usr/bin/msgfmt -c --statistics -o pt_PT.gmo pt_PT.po
833 translated messages.
rm -f hr.gmo && /usr/bin/msgfmt -c --statistics -o hr.gmo hr.po
882 translated messages.
make[2]: Leaving directory `/home/evilangel/aMule-2.0.0rc7/po'
Making all in docs
make[2]: Entering directory `/home/evilangel/aMule-2.0.0rc7/docs'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/evilangel/aMule-2.0.0rc7/docs'
Making all in src
make[2]: Entering directory `/home/evilangel/aMule-2.0.0rc7/src'
make all-recursive
make[3]: Entering directory `/home/evilangel/aMule-2.0.0rc7/src'
Making all in utils
make[4]: Entering directory `/home/evilangel/aMule-2.0.0rc7/src/utils'
Making all in xas
make[5]: Entering directory `/home/evilangel/aMule-2.0.0rc7/src/utils/xas'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/evilangel/aMule-2.0.0rc7/src/utils/xas'
Making all in cas
make[5]: Entering directory `/home/evilangel/aMule-2.0.0rc7/src/utils/cas'
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/include -D__GD__ -W -Wall -g -ggdb -fno-inline -D__DEBUG__ -fmessage-length=0 -MT cas-cas.o -MD -MP -MF ".deps/cas-cas.Tpo" \
-c -o cas-cas.o `test -f 'cas.c' || echo './'`cas.c; \
then mv -f ".deps/cas-cas.Tpo" ".deps/cas-cas.Po"; \
else rm -f ".deps/cas-cas.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/include -D__GD__ -W -Wall -g -ggdb -fno-inline -D__DEBUG__ -fmessage-length=0 -MT cas-configfile.o -MD -MP -MF ".deps/cas-configfile.Tpo" \
-c -o cas-configfile.o `test -f 'configfile.c' || echo './'`configfile.c; \
then mv -f ".deps/cas-configfile.Tpo" ".deps/cas-configfile.Po"; \
else rm -f ".deps/cas-configfile.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/include -D__GD__ -W -Wall -g -ggdb -fno-inline -D__DEBUG__ -fmessage-length=0 -MT cas-functions.o -MD -MP-MF ".deps/cas-functions.Tpo" \
-c -o cas-functions.o `test -f 'functions.c' || echo './'`functions.c; \
then mv -f ".deps/cas-functions.Tpo" ".deps/cas-functions.Po"; \
else rm -f ".deps/cas-functions.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/include -D__GD__ -W -Wall -g -ggdb -fno-inline -D__DEBUG__ -fmessage-length=0 -MT cas-graphics.o -MD -MP -MF ".deps/cas-graphics.Tpo" \
-c -o cas-graphics.o `test -f 'graphics.c' || echo './'`graphics.c; \
then mv -f ".deps/cas-graphics.Tpo" ".deps/cas-graphics.Po"; \
else rm -f ".deps/cas-graphics.Tpo"; exit 1; \
fi
graphics.c:32:16: gd.h: No such file or directory
graphics.c: In function `createimage':
graphics.c:44: error: `FILE' undeclared (first use in this function)
graphics.c:44: error: (Each undeclared identifier is reported only once
graphics.c:44: error: for each function it appears in.)
graphics.c:44: error: `in' undeclared (first use in this function)
graphics.c:44: error: `out' undeclared (first use in this function)
graphics.c:44: warning: left-hand operand of comma expression has no effect
graphics.c:46: error: `gdImagePtr' undeclared (first use in this function)
graphics.c:46: error: parse error before "im"
graphics.c:50: warning: implicit declaration of function `fopen'
graphics.c:51: warning: implicit declaration of function `printf'
graphics.c:54: warning: implicit declaration of function `fclose'
graphics.c:61: error: `im' undeclared (first use in this function)
graphics.c:61: warning: implicit declaration of function `gdImageCreateFromPng'
graphics.c:62: warning: implicit declaration of function `gdImageColorResolve'
graphics.c:66: warning: implicit declaration of function `gdImageStringFT'
graphics.c:78: warning: implicit declaration of function `gdImagePng'
graphics.c:81: warning: implicit declaration of function `gdImageDestroy'
make[5]: *** [cas-graphics.o] Error 1
make[5]: Leaving directory `/home/evilangel/aMule-2.0.0rc7/src/utils/cas'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/evilangel/aMule-2.0.0rc7/src/utils'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/evilangel/aMule-2.0.0rc7/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/evilangel/aMule-2.0.0rc7/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/evilangel/aMule-2.0.0rc7'
make: *** [all] Error 2