same problem here, debian sid
"make" failed beacuse ld could'nt find -lcryptopp
i installed libcrypto++-5.1 and libcrypto++-dev only after the first run of configure and make, so i did "make distclean" and "./configure --prefix=/usr/local"
then it fails because ld can't find -lcrypto++
?(
i did "cryptest v" and everything is ok
I also tried installing libcrypto++ 5.1 from .tar source, and then passing the path with "./configure --with-crypto-etc...=/usr/local/crypto++/" , configure works and says I'm using "mdk" crypto++ style, but it continues saying that ld can't find -lcryptopp
I read something about symlinks... can anyone tell me something more about that? I also read that it's not necessary, because configure checks for the filenames.. but I don't know what else can I do.