aMule Forum

English => aMule Help => Topic started by: Yaroujovovichous on June 22, 2005, 01:33:11 PM

Title: Can't install on SUSE 9.3
Post by: Yaroujovovichous on June 22, 2005, 01:33:11 PM
Hi,

Here is my problem :

Greg:/home/greg/Desktop/Téléchargements # rpm -Uvh wxGTK-2.6.0-1.i686-SuSE_9.2-9.3.rpm aMule-2.0.3-1.i586-SuSE_9.3.rpm
error: Failed dependencies:
        libwx_baseu-2.5.so.3 is needed by (installed) freqtweak-0.6.1-6
        libwx_baseu-2.5.so.3(WXU_2.5) is needed by (installed) freqtweak-0.6.1-6        libwx_baseu_net-2.5.so.3 is needed by (installed) freqtweak-0.6.1-6
        libwx_baseu_xml-2.5.so.3 is needed by (installed) freqtweak-0.6.1-6
        libwx_gtk2u_adv-2.5.so.3 is needed by (installed) freqtweak-0.6.1-6
        libwx_gtk2u_adv-2.5.so.3(WXU_2.5) is needed by (installed) freqtweak-0.6.1-6
        libwx_gtk2u_core-2.5.so.3 is needed by (installed) freqtweak-0.6.1-6
        libwx_gtk2u_core-2.5.so.3(WXU_2.5) is needed by (installed) freqtweak-0.6.1-6
        libwx_gtk2u_html-2.5.so.3 is needed by (installed) freqtweak-0.6.1-6
        libwx_gtk2u_html-2.5.so.3(WXU_2.5) is needed by (installed) freqtweak-0.6.1-6
        libwx_gtk2u_xrc-2.5.so.3 is needed by (installed) freqtweak-0.6.1-6
Greg:/home/greg/Desktop/Téléchargements #

Where can I get the right package for libwx ???

Thank you for your help.
Title: Re: Can't install on SUSE 9.3
Post by: stefanero on June 22, 2005, 01:43:32 PM
its not a matter of the right wx, its a matter of uninstall
1.st the wrong suse wx
2nd freqtweak-0.6.1-6, which depends on the wrong wx-rpms

a

rpm -e freqtweak-0.6.1-6
and then the rest of your wx-rpms should solve the problem

when they are all removed, try reinstall wxGTK-2.6 and aMule-2.0.3 and should work

stefanero
Title: Re: Can't install on SUSE 9.3
Post by: Yaroujovovichous on June 22, 2005, 02:06:41 PM
Thank you very much !

It works great !
Title: Re: Can't install on SUSE 9.3
Post by: warfare13 on June 24, 2005, 08:50:42 PM
I get a different error on install.

# rpm -Uvh wxGTK-2.6.0-1.i686-SuSE_9.2-9.3.rpm
Preparing...                ########################################### [100%]
   1:wxGTK                  ########################################### [100%]

# rpm -Uvh aMule-2.0.3-1.i586-SuSE_9.3.rpm
error: Failed dependencies:
        libgd.so.2 is needed by aMule-2.0.3-1

Any ideas would help?

Thanks
Title: Re: Can't install on SUSE 9.3
Post by: stefanero on June 24, 2005, 09:15:13 PM
search in yast2 for gd or gd2
and install it and/or the devel package which belongs to it...

stefanero
Title: Re: Can't install on SUSE 9.3
Post by: deltaHF on June 24, 2005, 09:19:37 PM
http://ftp://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/suse/i386/9.3/suse/i586/gd-devel-2.0.32-6.i586.rpm
Title: Re: Can't install on SUSE 9.3
Post by: warfare13 on June 29, 2005, 07:50:51 PM
Worked a treat, thanks.