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 does not want to start  (Read 2229 times)

Belegdol

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 32
Amule does not want to start
« on: December 22, 2004, 01:26:19 PM »

Code: [Select]
[jsikorski@DOMOWY aMule-2.0.0rc8]$ amule
Fatal Error: Mismatch between the program and library build versions detected.
The library used 2.5.3 (no debug,Unicode,compiler with C++ ABI 102,wx containers,compatible with 2.4),
and your program used 2.5.3 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.4).
Aborted
[jsikorski@DOMOWY aMule-2.0.0rc8]
I presume it is a result of compiling wx with gcc 3.3 some time ago and now amule with 3.4. Am I right?

[edit]
Here is what I got after recompiling only wx:
Code: [Select]
[jsikorski@DOMOWY aMule-2.0.0rc8]$ amule
amule: relocation error: amule: symbol _ZTI12wxEvtHandler, version WXU_2.5 not defined in file libwx_gtk2u_core-2.5.so.3 with link time reference
[jsikorski@DOMOWY aMule-2.0.0rc8]$
I'll try to recompile amule as well.

[edit2]
Now everything works fine.
« Last Edit: December 22, 2004, 02:09:17 PM by Belegdol »
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: Amule does not want to start
« Reply #1 on: December 22, 2004, 03:52:47 PM »

Good to know ;)
Logged

Belegdol

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 32
Re: Amule does not want to start
« Reply #2 on: December 22, 2004, 10:19:06 PM »

I think I should stop talking to myself and first try to solve problems, then post ;)
Logged