aMule Forum

English => Distro-Specific Packages => Packages for older versions => Topic started by: tony85poon on December 07, 2006, 02:45:33 AM

Title: Fedora core 6 , amule rpm package install file
Post by: tony85poon on December 07, 2006, 02:45:33 AM
http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/6/amule/

"amule-2.1.3-1.fc6.i386.rpm      18-Sep-2006 17:43  2.6M  Binary x86 rpm package"

Works for me.
Title: fatal error: Mismatch between program and library
Post by: MJoergen on January 24, 2007, 02:09:20 PM
Hi,

just installed amule for FC6 with the latest wx* rpm's. However, when I start amule I get the following unexpected error (see below). What am I doing wrong?

-Michael.

[mij@mij-6 ~]$ amule
Fatal Error: Mismatch between the program and library build versions detected.
The library used 2.6 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.4),
and your program used 2.6 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.2,compatible with 2.4).
Aborted
[mij@mij-6 ~]$ rpm -q amule
amule-2.1.3-1.fc6
[mij@mij-6 ~]$ rpm -q -a | grep wx
wx-base-unicode-2.6.3-1
wx-gtk2-unicode-2.6.3-1
Title: Re: Fedora core 6 , amule rpm package install file
Post by: wuischke on January 24, 2007, 08:08:17 PM
Hi MJoergen!

The aMule packages is built against another version of wx as you are using. Try searching for another package or build yourself.
Title: Re: Fedora core 6 , amule rpm package install file
Post by: wardevil on January 24, 2007, 10:10:40 PM
Just remove the wx-base and wx-gtk packages....then yum install wxGTK.
I believe that solves the issue....
I think that fedora core 6 amule rpm is built against wxGTK provided by Fedora.


Cheers....
Title: Re: Fedora core 6 , amule rpm package install file
Post by: MJoergen on January 25, 2007, 09:00:11 AM
wardevil, thanks! That works for me now.

-Michael.