aMule Forum

English => en_Bugs => Topic started by: skolnick on July 19, 2008, 04:54:35 AM

Title: bug (?) in configure
Post by: skolnick on July 19, 2008, 04:54:35 AM
Hi!

I found this interesting bug while trying to compile aMule-CVS-20080718:

Code: [Select]
checking pkg-config is at least version 0.9.0... yes
checking for libupnp version >= 1.6.6... yes (version 1.6.6)
checking for crypto++ version >= 5.1... no (version 1.6.6)
configure: error:
Could not find crypto++ header file "cryptlib.h".
Please try again with --with-crypto-prefix=/my_crypto_prefix
(replace /my_crypto_prefix with a valid path to your crypto++
installation directory).
[root@hades aMule-CVS-20080718]#

The error in itself is OK (I forgot to install cryptopp on my fedora) however, notice that it reports the same version number for cryptopp as for libupnp. I'm sure is just a copy/paste mistake, but I want amule to be perfect ;)

Thanks and regards.
Title: Re: bug (?) in configure
Post by: phoenix on July 19, 2008, 02:35:03 PM
Hi skolnick,

Indeed, you are right. I have just fixed it in the latest svn, could you please test and report?

Cheers!