aMule Forum
July 10, 2025, 08:37:50 PM
Welcome,
Guest
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
We're back! (IN POG FORM)
Home
Help
Bugs
Wiki
Search
Login
Register
aMule Forum
>
English
>
Compilation problems
>
aMule 2.2.3 + Cryptopp 5.6.0
« previous
next »
Pages: [
1
]
Print
Author
Topic: aMule 2.2.3 + Cryptopp 5.6.0 (Read 4178 times)
p.r.
Jr. Member
Karma: 0
Offline
Posts: 50
aMule 2.2.3 + Cryptopp 5.6.0
«
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:
Code:
[Select]
#define CRYPTOPP_VERSION XXX
Logged
GonoszTopi
The current man in charge of most things.
Administrator
Hero Member
Karma: 169
Offline
Posts: 2685
Re: aMule 2.2.3 + Cryptopp 5.6.0
«
Reply #1 on:
March 20, 2009, 07:45:52 AM »
Fixed. Thanks for the report.
Logged
concordia cum veritate
wootletootle
Approved Newbie
Karma: 0
Offline
Posts: 5
Re: aMule 2.2.3 + Cryptopp 5.6.0
«
Reply #2 on:
April 11, 2009, 02:37:35 PM »
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.
Logged
GonoszTopi
The current man in charge of most things.
Administrator
Hero Member
Karma: 169
Offline
Posts: 2685
Re: aMule 2.2.3 + Cryptopp 5.6.0
«
Reply #3 on:
April 11, 2009, 03:10:52 PM »
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"
'.
Logged
concordia cum veritate
wootletootle
Approved Newbie
Karma: 0
Offline
Posts: 5
Re: aMule 2.2.3 + Cryptopp 5.6.0
«
Reply #4 on:
April 12, 2009, 02:39:19 PM »
GonoshTopi: I followed your advice and installed v.2.2.4.
Many thanks for your help
Logged
Print
Pages: [
1
]
« previous
next »
aMule Forum
>
English
>
Compilation problems
>
aMule 2.2.3 + Cryptopp 5.6.0