Debian 2.6.7
I tried following
http://www.amule.org/wiki/index.php/HowTo_Compile_In_Debianbut i get this error with lcrypto, i can see other people has had trouple with this on slackware among others.
1 thing i was not sure on in the guide was the Note 9: <- i just need to be root user right, i dont need to change any permissions (chmod-chown)?
anyway was logged in as root when following the whole guide.
make all-recursive
make[1]: Entering directory `/root/aMule-compilation/aMule-2.0.0rc3'
Making all in .
make[2]: Entering directory `/root/aMule-compilation/aMule-2.0.0rc3'
make[2]: Leaving directory `/root/aMule-compilation/aMule-2.0.0rc3'
Making all in m4
make[2]: Entering directory `/root/aMule-compilation/aMule-2.0.0rc3/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/aMule-compilation/aMule-2.0.0rc3/m4'
Making all in intl
make[2]: Entering directory `/root/aMule-compilation/aMule-2.0.0rc3/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/aMule-compilation/aMule-2.0.0rc3/intl'
Making all in po
make[2]: Entering directory `/root/aMule-compilation/aMule-2.0.0rc3/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/aMule-compilation/aMule-2.0.0rc3/po'
Making all in src
make[2]: Entering directory `/root/aMule-compilation/aMule-2.0.0rc3/src'
gcc -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -o cas cas-cas.o cas-functions.o cas-configfile.o cas-graphics.o -ljpeg -lfreetype -lpng12 -lz -lm -lgd -lcrypto++
/usr/bin/ld: cannot find -lcrypto++
collect2: ld returned 1 exit status
make[2]: *** [cas] Error 1
make[2]: Leaving directory `/root/aMule-compilation/aMule-2.0.0rc3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/aMule-compilation/aMule-2.0.0rc3'
make: *** [all] Error 2