I've followed the how to to install amule but i get an error when compiling
make[2]: Entering directory `/home/antipop/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 `/home/antipop/aMule-compilation/aMule-2.0.0rc3/src'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/home/antipop/aMule-compilation/aMule-2.0.0rc3/src'
make: *** [install-recursive] Error 1
I've followed the how to to install it with debian, i install the libcrypto++ and i make the link, i checked all the other library but i don't find the problem, i searched here and the problem mostly come from people not making the link or installing the lib, but i did both