Talk:HowTo Compile In Debian/Ubuntu
From AMule Project FAQ
To successully compile aMule in my Sarge I had to create a link like this:
ln -s /usr/include/crypto++ /usr/include/cryptopp
because the make process searchs for config.h in cryptopp directory, not in crypto++.