aMule Forum
English => aMule Help => Topic started 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.
-
be more verbose plz..
-
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.
-
Someone (you or the packager) have wrong version of the libraries.
Try uninstalling all your wxGTK and getting those on our webpage.
-
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.
-
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.
-
There's nothing like compiling your stuff by yourself...
Regards.
-
try to remove wxpython and reinstall amule
greets
-
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.