:O Now I know I have been gone from ED2K scene for sometimes now and haven't kept up with all the changes with aMule in general. As I am still using old CVS version Jan 1 2008 so I try to download the new CVN package off hirnriss and found that aMule now it requires crypto. Since I didn't find any help on wiki.aMule I decided to write my own for forum if anyone is looking for howto.
"checking for crypto++ version >= 5.1... configure: error:
Could not find cryptopp header file "cryptlib.h".
Please check if the path "/usr" is valid."
Download the latest crypto package from "
http://www.cryptopp.com/#download" in this case package "Crypto++ 5.5.2". Now open your console terminal and do the following commands to install the crypto package.
A) mkdir crypto
B) mv cryptopp552.zip ./crypto
C) cd crypto
D) unzip cryptopp552.zip
E) make
F) cp libcryptopp.a /usr/lib/
G) mkdir /usr/include/cryptopp
H) cp *.h /usr/include/cryptopp/
I) ldconfig