aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: aMule error on startup  (Read 2936 times)

marek_bl

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 1
aMule error on startup
« 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
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: aMule error on startup
« Reply #1 on: November 17, 2004, 02:01:07 AM »

hi marek,

looks like wrong wxgtk version

cheers

GonoszTopi

  • The current man in charge of most things.
  • Administrator
  • Hero Member
  • *****
  • Karma: 169
  • Offline Offline
  • Posts: 2685
Re: aMule error on startup
« Reply #2 on: November 17, 2004, 08:25:51 AM »

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.
Logged
concordia cum veritate

lfroen

  • Guest
Re: aMule error on startup
« Reply #3 on: November 17, 2004, 10:51:36 AM »

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 :)
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: aMule error on startup
« Reply #4 on: November 17, 2004, 05:46:29 PM »

oops yeah.. my bad ;)