On the compiling instruction it's first of all required to run
- Code: Select all
./autogen.sh
but I receive the following error message
- Code: Select all
You need GNU automake 1.7 to install from CVS (ftp://ftp.gnu.org/gnu/automake/)
which is to me installed correctly as per
- Code: Select all
athlon64 aMule-AdunanzA-3.14b3 # emerge --search automake
Searching...
[ Results for search key : automake ]
[ Applications found : 2 ]
* sys-devel/automake
Latest version available: 1.11.1-r1
Latest version installed: 1.11.1
Size of files: 1,041 kB
Homepage: http://sources.redhat.com/automake/
Description: Used to generate Makefile.in from Makefile.am
License: GPL-2
Another problem I have is libcrypto. Running ./configure the process stops at
- Code: Select all
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).
but again
- Code: Select all
athlon64 aMule-AdunanzA-3.14b3 # emerge --search crypto
Searching...
[ Results for search key : crypto ]
[ Applications found : 8 ]
[-...]
* dev-libs/crypto++
Latest version available: 5.6.1-r1
Latest version installed: 5.6.1-r1
Size of files: 1,044 kB
Homepage: http://cryptopp.com
Description: Crypto++ is a C++ class library of cryptographic schemes
License: cryptopp
How can I get through?
Thanks
Enrico
