aMule Forum

English => aMule Help => Topic started by: frabbo on April 25, 2005, 06:11:55 PM

Title: error when starting amuled
Post by: frabbo on April 25, 2005, 06:11:55 PM
Ok let's start.
I installed wxGTK 2.6 rpm then download the last daily CVS (aMule-CVS-20050425)

Code: [Select]
./configure --enable-amulecmd --enable-webserver --disable-monolithic --enable-amule-daemon && make
Code: [Select]
make install
after this when I start amuled I get:

Code: [Select]
amuled
Fatal Error: Mismatch between the program and library build versions detected.
The library used 2.6 (no debug,ANSI,compiler with C++ ABI 102,wx containers,compatible with 2.4),
and your program used 2.6 (no debug,ANSI,compiler with C++ ABI 1002,wx containers,compatible with 2.4).
Aborted

Code: [Select]
ls -l /usr/bin/wx* lrwxrwxrwx  1 root root    39 25 apr 18:00 /usr/bin/wx-config -> /usr/lib/wx/config/gtk-ansi-release-2.6
lrwxrwxrwx  1 root root     8 25 apr 18:00 /usr/bin/wxrc -> wxrc-2.6
-rwxr-xr-x  1 root root 74642 24 apr 03:12 /usr/bin/wxrc-2.6
Code: [Select]
rpm -qa | grep wx wxGTK-2.6.0-1
Having already installed before wxBase I uninstalled it. And then I tryed with:

Code: [Select]
wx_config_args="--toolkit=gtk" ./configure  --enable-amulecmd --enable-webserver --disable-monolithic --enable-amule-daemon && make
I get the same error as before both running amuled amuleweb and amulecmd:

Code: [Select]
amulecmd
Fatal Error: Mismatch between the program and library build versions detected.
The library used 2.6 (no debug,ANSI,compiler with C++ ABI 102,wx containers,compatible with 2.4),
and your program used 2.6 (no debug,ANSI,compiler with C++ ABI 1002,wx containers,compatible with 2.4).
Aborted

Help! I can't stand to use MLDonkey  :baby:
Title: Re: error when starting amuled
Post by: stefanero on April 25, 2005, 07:07:05 PM
well you run a different gcc-version then deltaHF who made those rpms...

a fix would be remove the wxGTK rpms and recompile wxGTK yourself :)
Title: Re: error when starting amuled
Post by: frabbo on April 26, 2005, 10:17:57 PM
It worked!
Thanks!!!  :baby: :baby: :baby: :baby:
Title: Re: error when starting amuled
Post by: stefanero on April 27, 2005, 05:41:52 PM
np I had the same issues before ;)