& Could anyone tell me how to uninstall amule ! Coz i want to try reinstalling again!
Nodsu
05-06-2004, 09:50 AM
How did you install it in the first place?
You can install over your old amule just fine because you can't have any corrupt config files yet. Do you have the latest wx libraris?
Do you have the latest version? I got this crash when I ran the 1.2.6 or whatever version.
Now I use the 2.0.0 and I get to see the GUI before it crashes :p
Ad
05-06-2004, 09:50 AM
novkhan
05-07-2004, 08:29 AM
Originally posted by Nodsu
How did you install it in the first place?
You can install over your old amule just fine because you can't have any corrupt config files yet. Do you have the latest wx libraris?
Do you have the latest version? I got this crash when I ran the 1.2.6 or whatever version.
Now I use the 2.0.0 and I get to see the GUI before it crashes :p
i installed amule using rpm at first.
It didnt work !
So i tried the downloading .tar.
It didnt work too.
Than i tried to remove both rpm and tar.
Didn't work either!
[root@localhost clam]# rpm -e aMule-1.2.6-1.i386-RH_9.0.rpm
error: package aMule-1.2.6-1.i386-RH_9.0.rpm is not installed
[root@localhost clam]# make uninstall aMule-1.2.6.tar.gz
make: *** No rule to make target `uninstall'. Stop.
[root@localhost clam]# make uninstall amule
make: *** No rule to make target `uninstall'. Stop.
Please help!
Nodsu
05-07-2004, 08:59 AM
The basics of RPM and make..
You don't uninstall RPM files, you uninstall packages. So you don't refer to a .rpm file but a package name. Package names are case sensitive. So when searching through rpm -qa you have to use grep -i <pattern>. To uninstall amule you would have to do "rpm -e aMule" (note the case sensitive package name and no version number/extension).
How did you do the make install thing exactly? If you did the configure-make-make install routine then you do the make uninstall similarly - you go to the directory you extracted the tar.gz file to and run "make uninstall". Nothing more. That is if aMule actually uninstalls with "make uninstall". It may want to see "make distclean" instead. Read the documentation!
I you never successfully an "make install" then you don't have to worry about the uninstall bit. Just delete the dirctory.
A good piece of advice - avoid installing things from source packages whenever possible. Always try to use the automated package facility that your Linux uses.
It doesn't hurt at all if you install a newer aMule over your old one. RPMs have built in scripts to handle upgrades. Just run "rpm -Uvh aMule-2blah.rpm" and it will neatly replace your old installation.
novkhan
05-10-2004, 11:06 AM
Originally posted by Nodsu
The basics of RPM and make..
You don't uninstall RPM files, you uninstall packages. So you don't refer to a .rpm file but a package name. Package names are case sensitive. So when searching through rpm -qa you have to use grep -i <pattern>. To uninstall amule you would have to do "rpm -e aMule" (note the case sensitive package name and no version number/extension).
Thanks , I manage to delete amule!
I tried to reinstall again and i got the same error!
I basically followed the entire procedures from
www.amule.org
from the "HOWTO" link... but i got the same error again!
[root@localhost clam]# rpm -Uvh wxGTK-2.4.2-1.i386.rpm wxGTK-devel-2.4.2-1.i386.rpm
Preparing... ########################################### [100%]
package wxGTK-2.4.2-3.fr (which is newer than wxGTK-2.4.2-1) is already
installed
Tha aMule crash trace show that the problem lies within wx (actually most aMule crashes are because of the UI).
I see 2 problems above:
1: you are installing an old version of aMule. Get the 2.x.x release candidate. Really, it's not that bad and RC3 can actually run for more than 3 hours straight :p
2: you already have a wxBase installation that is different from wxBase recommended by aMule.
("package wxGTK-2.4.2-3.fr (which is newer than wxGTK-2.4.2-1) is already installed") try uninstalling your existing wxGTK (the -fr) version first.
You don't need the -devel version unless you are planning to compile aMule by yourself.
Jacobo221
07-11-2004, 07:52 PM
Post at http://www.amule.org/amule (aMule's Forums). We're a nice community, you'll suffer no damage ;-)
The proolem is you should use official wx packages, not the ditro's. On some distros (you're for example. probably you are on Gentoo or Fedora, both have well-known weird wx official packages) the wx packages are incredibly s**** up. Or, get the wx rpms from aMule's webpage, which are simply the official wx library compiled and packaged,with no modifications.
Also, aMule backraces should be reported through gdb. Check http://www.amule.org/wiki/index.php/Backtraces ;-)
Greetings and cya at aMule!
P.S.: You could also join #amule at irc.freenode.net to get "instant" support. Have in mind that we aren't always in front of the computer though, Real Life (tm) goes first ;)