aMule Forum

English => en_Linux => Topic started by: GraFFitiST on March 20, 2006, 05:50:03 PM

Title: Can't run :(
Post by: GraFFitiST 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?
Title: Re: Can't run :(
Post by: wuischke 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)
Title: Re: Can't run :(
Post by: GraFFitiST on March 20, 2006, 07:04:37 PM
Big thanx :))))
Title: Re: Can't run :(
Post by: Gerd78 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
Title: Re: Can't run :(
Post by: mrln 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?
Title: Re: Can't run :(
Post by: Gerd78 on April 08, 2006, 12:19:57 PM
Are you trying to install Fedora RPMs on your Mandriva system?
Title: Re: Can't run :(
Post by: mrln 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/
Title: Re: Can't run :(
Post by: grissom_pt 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.