aMule Forum
English => Compilation problems => Topic started by: p.r. on March 18, 2009, 04:12:57 PM
-
Grepping "Reference Manual" NOW is not a correct way to get CRYPTOPP_VERSION_NUMBER.
Configure script should be updated to get a version from the string in config.h:
#define CRYPTOPP_VERSION XXX
-
Fixed. Thanks for the report.
-
Perhaps this is relevant to my installation problem with amule v.2.2.3
During configuration I get the error message
bash-3.1# ./configure --with-crypto-prefix=/usr/local/src/crypto
........
checking for crypto++ version >= 5.1... no (version is not new enough)
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).
My crypto++ version is 5.6. How can I fix the amule configure script
to recognize the version number?
Thankyou.
-
Best approach is to use aMule-2.2.4.
If you need to compile 2.2.3 with Crypto++-5.6.0, then in configure, look for 'grep "Reference Manual"' and change it to '$EGREP "Reference Manual|API Reference"'.
-
GonoshTopi: I followed your advice and installed v.2.2.4.
Many thanks for your help :)