aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: amule: error while loading shared libraries: libwx_gtk2_adv-2.6.so.0: cannot open shared object file  (Read 3651 times)

perps

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2

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.
Logged

Gerd78

  • Hero Member
  • *****
  • Karma: 9
  • Offline Offline
  • Posts: 681

Try this (as root):
Code: [Select]
echo "/usr/local/lib" >> /etc/ld.so.conf
/sbin/ldconfig
aMule should work correctly afterwards.
Logged