aMule Forum
English => aMule Help => Topic started by: tonytiger on July 26, 2004, 09:37:14 AM
-
Probably this is here somewhere, but anyhow: How do I update to rc5? I'm using Linux Fedora 2. Is the lugdunum fix is included in rc5? If not how can I fix the rc5. I'm very new with Linux and aMule. Thank you in advance.
tony
-
Lugdunum fix must have been done. :)
To upgrade, simply download the Fedora rpm package and as root, type :
rpm -Uvh aMule-2.0.0-rc5_fc2.i686.rpm
-
yes, the lugdunum fix is in since aMule 2.0.0-rc4a (or aMule 1.2.8)
Greetings!
-
Tried but got problems:
file /usr/bin/amule from install of aMule-2.0.0-rc5_fc2 conflicts with file from package amule-2.0.0-0.rc3.1.1.fc2.fr
file /usr/bin/cas from install of aMule-2.0.0-rc5_fc2 conflicts with file from package amule-2.0.0-0.rc3.1.1.fc2.fr
file /usr/bin/wxcas from install of aMule-2.0.0-rc5_fc2 conflicts with file from package amule-2.0.0-0.rc3.1.1.fc2.fr
Does this say anything to you?
tony
-
well, I use debian, so no rpms here, but I'd suggest to first uninstall aMule rc3 and then install amule rc5. Looks like that would fix your problem.
Report results
Greetigns!
-
Something seems to messed up. I tried to uninstall:
rpm -e amule-2.0.0-0.rc3.1.1.fc2.fr.i386.rpm
error: package amule-2.0.0-0.rc3.1.1.fc2.fr.i386.rpm is not installed
Next I tried to install rc3:
rpm -Uvh amule-2.0.0-0.rc3.1.1.fc2.fr.i386.rpm
package amule-2.0.0-0.rc3.1.1.fc2.fr is already installed
file /usr/bin/amule from install of amule-2.0.0-0.rc3.1.1.fc2.fr conflicts with file from package aMule-2.0.0-rc5_fc2
file /usr/bin/cas from install of amule-2.0.0-0.rc3.1.1.fc2.fr conflicts with file from package aMule-2.0.0-rc5_fc2
file /usr/bin/wxcas from install of amule-2.0.0-0.rc3.1.1.fc2.fr conflicts with file from package aMule-2.0.0-rc5_fc2
:)
Can I manually remove the conlicting files /usr/bin/amule,usr/bin/cas and usr/bin/wxca without damagind my current downloads and "ID-profile"? I could try if that helps...
Anything else I could try?
tony
-
Try if
rpm -e amule
or rpm -e amule-2.0.0-0.rc3.1.1.fc2.fr
works.
-
yuor downloads are where your Temp and Incoming paths were configured to point in settings (by default, in ~/.aMule/Temp and ~/.aMule/Incoming).
You personal profile is at ~/.aMule
Your settings are at ~/.eMule
So while you keep those files on your system, the configuration will be kept.
Greetings!
-
like Supersnail said:
rpm -e amule-2.0.0-0.rc3.1.1.fc2.fr
and then:
like big_julius said:
rpm -Uvh aMule-2.0.0-rc5_fc2.i686.rpm
and use better always rpms from our dl page
-
Ok, using those two lines from Supersnail and
rpm -Uvh aMule-2.0.0-rc5_fc2.i686.rpm
It seems it installs. However amule doesn't work:
amule
Initialising aMule
Userhash loaded: 15613501C30ECABD2E64DC53100C6F1E
*** UDP socket at 4665
*** TCP socket at 4662
*** UDP socket at 4672
Serverlist loaded.
OOPS! - Seems like aMule crashed
--== BACKTRACE FOLLOWS: ==--
[0] amule(_ZN9CamuleApp16OnFatalExceptionEv+0x5a) [0x82be8aa]
[1] /usr/lib/libwx_gtk-2.4.so.0(wxFatalSignalHandler+0x2d) [0x58198dd]
[2] [0x795420]
[3] amule(_ZN10CSearchDlg15UpdateCatChoiceEv+0x98) [0x8276674]
[4] amule(_ZN9CamuleDlgC1EP8wxWindow8wxString7wxPoint6wxSize+0xbcb) [0x82c5519]
[5] amule(_ZN9CamuleApp6OnInitEv+0x27a9) [0x82bc197]
[6] /usr/lib/libwx_gtk-2.4.so.0(_Z7wxEntryiPPc+0x228) [0x5695828]
[7] amule(main+0x1e) [0x82b95ec]
[8] /lib/tls/libc.so.6(__libc_start_main+0xe4) [0xac6ad4]
[9] amule(_ZNK20wxTopLevelWindowBase10GetMaxSizeEv+0x5d) [0x8152c51]
Aborted
tony
-
rpm -qa | grep wx
i bet u use wxgtk from fedora ;)
-
try running aMule _after_ trying this command:
rm -f ~/.eMule ~/.aMule/clients.met
Greetgings!
-
rpm -qa |grep wx
wxBase-2.4.2-1
wxGTK-2.4.2-4.1.fc2.fr
Is this good?
rm -f ~/.eMule ~/.aMule/clients.met
amule still crashes.
tony
-
"wxGTK-2.4.2-4.1.fc2.fr" <- Please, use the rpms form http://dl.amule.org
So go there, and download the wxGTK rpm and install it (previous unisntallation of fedorea's wxgtk rpm, if necessary).
Greetings!
-
rpm -e wxGTK-2.4.2-4.1.fc2.fr
and then look at our howto http://www.amule.org/amule/howto.php (part B - how to install rpms)
-
Ok. :) It seems to work and I got connected lugdunum server and my downloads from rc3 seem to be working. Thank you all.
Here's a brief sum up what to do if someone else has got the same problems.
Download the wxGTK-2.4.2-1.i386.rpm.
rpm -e amule
rpm -e amule-2.0.0-0.rc3.1.1.fc2.fr
rpm -e aMule-2.0.0-rc5_fc2
rpm -e wxGTK-2.4.2-4.1.fc2.fr
rpm -Uvh wxGTK-2.4.2-1.i386.rpm
rpm -Uvh aMule-2.0.0-rc5_fc2.i686.rpm
amule
tony
-
have fun ;)