aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: error when starting amuled  (Read 2171 times)

frabbo

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
error when starting amuled
« 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:
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: error when starting amuled
« Reply #1 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 :)
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

frabbo

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
Re: error when starting amuled
« Reply #2 on: April 26, 2005, 10:17:57 PM »

It worked!
Thanks!!!  :baby: :baby: :baby: :baby:
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: error when starting amuled
« Reply #3 on: April 27, 2005, 05:41:52 PM »

np I had the same issues before ;)
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."