aMule Forum
English => aMule Help => Topic started by: marek_bl on November 17, 2004, 12:56:29 AM
-
Hi!
When i try to startup aMule i get something like this:
[root@linux marek]# amule
amule: Symbol `_ZTIN8CryptoPP9PK_SignerE' has different size in shared object, consider re-linking
amule: Symbol `_ZTVN8CryptoPP22BufferedTransformationE' has different size in shared object, consider re-linking
amule: Symbol `_ZTIN8CryptoPP10RandomPoolE' has different size in shared object, consider re-linking
amule: Symbol `_ZTVN8CryptoPP9PK_SignerE' has different size in shared object, consider re-linking
amule: Symbol `_ZTVN8CryptoPP6FilterE' has different size in shared object, consider re-linking
amule: Symbol `_ZTIN8CryptoPP6FilterE' has different size in shared object, consider re-linking
amule: Symbol `_ZTVN8CryptoPP13TF_SignerBaseE' has different size in shared object, consider re-linking
amule: Symbol `_ZTVN8CryptoPP21InvertibleRSAFunctionE' has different size in shared object, consider re-linking
amule: Symbol `_ZTVN8CryptoPP11PK_VerifierE' has different size in shared object, consider re-linking
amule: Symbol `_ZTVN8CryptoPP10RandomPoolE' has different size in shared object, consider re-linking
amule: Symbol `_ZTVN8CryptoPP13BaseN_EncoderE' has different size in shared object, consider re-linking
amule: Symbol `_ZTVN8CryptoPP9FileStoreE' has different size in shared object, consider re-linking
amule: Symbol `_ZTIN8CryptoPP11PK_VerifierE' has different size in shared object, consider re-linking
amule: Symbol `_ZTVN8CryptoPP23FilterWithBufferedInputE' has different size in shared object, consider re-linking
amule: Symbol `_ZTVN8CryptoPP15TF_VerifierBaseE' has different size in shared object, consider re-linking
amule: Symbol `_ZTVN8CryptoPP5StoreE' has different size in shared object, consider re-linking
amule: Symbol `_ZTVN8CryptoPP11ProxyFilterE' has different size in shared object, consider re-linking
amule: Symbol `_ZTVN8CryptoPP13BaseN_DecoderE' has different size in shared object, consider re-linking
amule: Symbol `_ZTVN8CryptoPP8FileSinkE' has different size in shared object, consider re-linking
amule: Symbol `_ZTVN8CryptoPP11StringStoreE' has different size in shared object, consider re-linking
amule: Symbol `_ZTVN8CryptoPP7GrouperE' has different size in shared object, consider re-linking
amule: Symbol `_ZTIN8CryptoPP22BufferedTransformationE' has different size in shared object, consider re-linking
amule: Symbol `_ZTVN8CryptoPP6SourceE' has different size in shared object, consider re-linking
amule: Symbol `_ZTVN8CryptoPP9ArraySinkE' has different size in shared object, consider re-linking
amule: Symbol `_ZTVN8CryptoPP13Base64EncoderE' has different size in shared object, consider re-linking
Initialising aMule
Userhash loaded: CBBF9D59AE0E878D0FFAC759D7A36F26
*** UDP socket at 4665
*** UDP socket at 4672
No cryptkey.dat found, creating
amule: symbol lookup error: amule: undefined symbol: _ZNK8CryptoPP23AlgorithmParametersBase12GetVoidValueEPKcRKSt9type_infoPv
could anybody tell me what does it mean and (most important) how to fix it?
--
thx in advance Mark
-
hi marek,
looks like wrong wxgtk version
cheers
-
deltaHF, look at his post carefully
Wrong Crypto++ version.
marek, how did you install aMule?
I guess, from a binary package. If you want to keep using that binary pacakge, please contact the creator of the package, to find out what Crypto++ version he used, and you should install the same version.
Or, get a source tarball, and install from source.
-
Each binary package rpm, dep, whatever must check by itself for right version of crypto++ and refuse to install when there's no match. Isn't it obvious ?
However if you installed from sources and THEN changed crypto++ version - you should "consider re-linking" as error message suggest (meaning recompile it :)
-
oops yeah.. my bad ;)