aMule Forum
English => aMule Help => Topic started by: Guest on May 01, 2004, 01:59:57 AM
-
I just downlaoded amule 1.1.0
just finish intalling Gentoo (had Win2000 before)
I don't know why it is not able to connect in order to downlaod the servers!!!
I tried to find a server's list to add them manualy but can't seem to find any.
HELP!!!
regards
-
What's the point in installing aMule 1.1.0 when aMule 1.2.6 is the last stable release and aMule 2.0.0rc3 the last unstable?
Get aMule 2.0.0rc3 (take a look at http://www.amule-project.net/amule/thread.php?threadid=1930 ) and report ;-)
I hope rc3 works well to you (as to everyone else does) and meets your needs.
Regards.
-
Looks promising but I just downloaded :
aMule-1.2.6-1.i386-FC1.rpm
aMule-1.2.6-2.i586-MDK_9.2-10.rpm
and aMule-1.2.6.tar.bz2
I dont get to install it!!
Is there any manual that could gide me to install it???
thanks for the help - Jacobo
-
I'm not a Gentoo user (I'm in Debian Sarge). So, I could maybe help you on deb packages, but definitly not on rpms ;-) I think for installing rpms you must use `rpm -ivh ` (well, I've been searching the forums and that's what I've found).
If you decide to compile it instead of installing the roms, then just post the output. Take a look at http://www.amule-project.net/amule/thread.php?threadid=796&sid= for a guideline.
I hope that helps
Greetings.
-
What O/S are you using ?. You need Mandrake for the MDK_9.2-10 RPM version. I have just installed that one myself.
You should be able to use the .bz2 version. use these commands:
bunzip2 aMule-1.2.6.tar.bz2 ( this will unzip the file to a .tar file)
tar -xfv aMule-1.2.6.tar (this will extract the tarred files and create a dir called aMule-1.2.6)
cd to that dir and type
./configure ( you will see a scrolling list on your screen- if no errors then type )
make ( if no errors type)
make install ( to install the program if all goes well you have just compiled and installed aMule :D)
cheers
linuts
-
Originally posted by Roberto
I just downlaoded amule 1.1.0
just finish intalling Gentoo (had Win2000 before)
I don't know why it is not able to connect in order to downlaod the servers!!!
I tried to find a server's list to add them manualy but can't seem to find any.
HELP!!!
regards
did you try with ACCEPT_KEYWORDS="~x86" emerge amule ?
if you don't start reading documentation before posting this kind of questions maybe it's better if you try a different distro
-
Originally posted by linutsYou should be able to use the .bz2 version. use these commands:
bunzip2 aMule-1.2.6.tar.bz2 ( this will unzip the file to a .tar file)
tar -xfv aMule-1.2.6.tar (this will extract the tarred files and create a dir called aMule-1.2.6)
A faster way to do this is by typing 'tar xvjf aMule-1.2.6.tar.bz2' (without the '). It saves some typing.