aMule Forum

English => aMule Help => Topic started by: STuFf0r on July 10, 2004, 09:45:18 AM

Title: cannot find -lcryptopp Problem
Post by: STuFf0r on July 10, 2004, 09:45:18 AM
After ./configure, su and make, it replies the following text:


Code: [Select]
make[2]: Entering directory `/home/jan/install/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    -lcryptopp
/usr/bin/ld: cannot find -lcryptopp
collect2: ld returned 1 exit status
make[2]: *** [cas] Fehler 1
make[2]: Leaving directory `/home/jan/install/aMule-2.0.0rc3/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/jan/install/aMule-2.0.0rc3'
make: *** [all] Fehler 2
[root@localhost aMule-2.0.0rc3]#

Pls help me.
STuFf0r
Title: Re: cannot find -lcryptopp Problem
Post by: Supersnail on July 10, 2004, 11:11:37 AM
Have you installed libcryptopp? It can be found in the download section of the aMule website.

btw. If you can run ./configure without root permissions, you can also run make without root permissions. In that case you only have to use su before you run 'make install'.
Title: Re: cannot find -lcryptopp Problem
Post by: Jacobo221 on July 10, 2004, 06:00:09 PM
Follow the compilation HowTo please:
http://www.amule.org/wiki or http://wiki.amule.org
Greetings!