aMule Forum

English => aMule Help => Topic started by: hal9ooo on April 12, 2004, 09:29:26 PM

Title: amule relocation error
Post by: hal9ooo on April 12, 2004, 09:29:26 PM
Since I installed aMule RC2, I keeps getting an "emule relocation error" on startup.
My wxGTK version is 2.4.2 installed from the rpms available on your website; my OS is a red hat 9.
Title: Re: amule relocation error
Post by: deltaHF on April 12, 2004, 09:50:42 PM
be more verbose plz..
Title: Re: amule relocation error
Post by: hal9ooo on April 13, 2004, 11:15:47 AM
Output of aMule:

hal9ooo@hal9000 hal9ooo]$ amule
Initialising aMule
Loading preferences from /home/hal9ooo/.aMule/preferences.ini
*** UDP socket at 4665  (chat)
*** TCP socket at 4662
*** UDP socket at 4672
Serverlist loaded.
*** reading servers
Save ServerCount = 68 /0x44/
Saved ServerCount endian = 68 /0x44/
Loading temp files from /home/hal9ooo/.aMule/Temp/*.part.met.
amule: relocation error: amule: symbol _ZNK13wxIPV4address9IPAddressEv,
version
WXGTK_2.4 not defined in file libwx_gtk-2.4.so.0 with link time reference


wx Package installed:

[hal9ooo@hal9000 hal9ooo]$ rpm -qa | grep wx
wxBase-2.4.2-1
wxGTK-2.4.2-1
wxPythonGTK-py2.2-2.4.0.7-1
wxGTK-devel-2.4.2-1

I have this relocation problem only with aMule-2.0.0rc2-1.i386-RH_9.0.rpm; aMule-2.0.0rc1.i386-RH_9.0.rpm works fine.

My platform is Linux RedHat 9 with 2.4.20-30.9  kernel.
Title: Re: amule relocation error
Post by: Kry on April 13, 2004, 01:17:08 PM
Someone (you or the packager) have wrong version of the libraries.

Try uninstalling all your wxGTK and getting those on our webpage.
Title: Re: amule relocation error
Post by: bootstrap on April 13, 2004, 02:28:30 PM
I made the rh9 rpm using wxBase/wxBase-devel wxGTK/wxGTK-devel 2.4.2 from wxwidgets.org.
I'm also not having problems with rc2 on rh9 or fc1 - which are both made from the same spec using the same libs, but i'll check that again.
Please see rpm -qi aMule and paste the output here.
Title: Re: amule relocation error
Post by: bootstrap on April 13, 2004, 02:42:39 PM
I just checked that on rh9 and i'm not having any problems on running aMule 2.0.0rc2.
Maybe you should try the rpms from http://www.wxwidgets.org. To run aMule it should be enough if you install wxBase and wxGTK. The -devel packages are needed for compiling aMule, but since you're running the rpm you normally don't need them.
Title: Re: amule relocation error
Post by: skolnick on April 13, 2004, 05:50:04 PM
There's nothing like compiling your stuff by yourself...

Regards.
Title: Re: amule relocation error
Post by: deltaHF on April 13, 2004, 06:24:00 PM
try to remove wxpython and reinstall amule

greets
Title: Re: amule relocation error
Post by: hal9ooo on April 13, 2004, 07:24:42 PM
Quote
Originally posted by skolnick
There's nothing like compiling your stuff by yourself...

This was the reason why I had this problem in first place :-)
There where some orphaned wx libraries which I compiled myself some time ago in the lib directories; did a cleanup, ldconfig and now works.
Thank you all for your help.