aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Can't run :(  (Read 5017 times)

GraFFitiST

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Can't run :(
« on: March 20, 2006, 05:50:03 PM »

Sorry, i'm new in Linux ... what is thas:

[root@localhost Desktop]# amule
amule: error while loading shared libraries: libwx_gtk2u_adv-2.6.so.0: cannot open shared object file: No such file or directory

? And what i mus do?
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: Can't run :(
« Reply #1 on: March 20, 2006, 06:19:58 PM »

Welcome GraFFitiST!

Download and install these two packages after uninstalling your old wx and amule: http://www.oldfrog.info/Linux/RPMsaMule/wxGTKu%202.6.2%20(patched%20for%20locales)/wx-gtk2-unicode-2.6.2-p2-nostl.i586.rpm
http://www.oldfrog.info/Linux/RPMsaMule/wxGTKu%202.6.2%20(patched%20for%20locales)/aMule-2.1.1-mdv.i586.rpm

The commands should be: rpm -e wx* and similar with amule
rpm -Uhv wx-gtk2-unicode-2.6.2-p2-nostl.i586.rpm and the same for the amule package. (in the terminal as root)
Logged

GraFFitiST

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Re: Can't run :(
« Reply #2 on: March 20, 2006, 07:04:37 PM »

Big thanx :))))
Logged

Gerd78

  • Hero Member
  • *****
  • Karma: 9
  • Offline Offline
  • Posts: 681
Re: Can't run :(
« Reply #3 on: March 20, 2006, 07:07:15 PM »

Mandriva does not have /usr/local/lib in /etc/ld.so.conf by default.

To fix it, execute these commands with root privileges:
Code: [Select]
echo /usr/local/lib >> /etc/ld.so.conf
/sbin/ldconfig
Logged

mrln

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Re: Can't run :(
« Reply #4 on: April 08, 2006, 11:19:08 AM »

Trying to istall packages as described, getting

# rpm -Uhv wx-gtk2-unicode-2.6.3-1.i586-1.rpm
error: Failed dependencies:
        libwx_baseu-2.6.so.0 is needed by wx-gtk2-unicode-2.6.3-1.i586
        libwx_baseu_xml-2.6.so.0 is needed by wx-gtk2-unicode-2.6.3-1.i586

Any suggestions?
Logged

Gerd78

  • Hero Member
  • *****
  • Karma: 9
  • Offline Offline
  • Posts: 681
Re: Can't run :(
« Reply #5 on: April 08, 2006, 12:19:57 PM »

Are you trying to install Fedora RPMs on your Mandriva system?
Logged

mrln

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Re: Can't run :(
« Reply #6 on: April 08, 2006, 12:32:04 PM »

No, both files were downloade from this link

http://www.oldfrog.info/Linux/RPMsaMule/wxGTKu%202.6.3/
Logged

grissom_pt

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
Re: Can't run :(
« Reply #7 on: April 12, 2006, 03:08:21 PM »

Quote
Originally posted by mrln
Trying to istall packages as described, getting

# rpm -Uhv wx-gtk2-unicode-2.6.3-1.i586-1.rpm
error: Failed dependencies:
        libwx_baseu-2.6.so.0 is needed by wx-gtk2-unicode-2.6.3-1.i586
        libwx_baseu_xml-2.6.so.0 is needed by wx-gtk2-unicode-2.6.3-1.i586

Any suggestions?

the same problem here.
Logged