[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:
[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.