aMule Forum

English => en_Linux => Topic started by: perps on April 30, 2006, 01:14:46 PM

Title: amule: error while loading shared libraries: libwx_gtk2_adv-2.6.so.0: cannot open shared object file
Post by: perps on April 30, 2006, 01:14:46 PM
Greetings to all.

I've just installed amule 2.1.1 on ubuntu breezy but i'm gettting the following error when trying to run amule from the konsole:

amule: error while loading shared libraries: libwx_gtk2_adv-2.6.so.0: cannot open shared object file: No such file or directory

I've compiled wxGTK-2.6.3 from source, and everything appeared to go ok, so I'm not sure what needs to be done at this point. I've searched through the forums and seen this problem mentioned a number of times, but I'm not entirely sure what needs to done (only been using linux for two weeks).

Can anyone help me out??

Thanks in advance,

- perps.
Title: Re: amule: error while loading shared libraries: libwx_gtk2_adv-2.6.so.0: cannot open shared object file
Post by: Gerd78 on May 01, 2006, 09:23:36 AM
Try this (as root):
Code: [Select]
echo "/usr/local/lib" >> /etc/ld.so.conf
/sbin/ldconfig
aMule should work correctly afterwards.