aMule Forum

English => aMule Help => Topic started by: Guest on May 01, 2004, 01:59:57 AM

Title: Just downloaded amule 1.1.0 and no servers !!!
Post 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
Title: Re: Just downloaded amule 1.1.0 and no servers !!!
Post by: Jacobo221 on May 01, 2004, 02:12:32 AM
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.
Title: Same
Post by: Guest on May 01, 2004, 03:16:25 AM
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
Title: Re: Just downloaded amule 1.1.0 and no servers !!!
Post by: Jacobo221 on May 01, 2004, 03:25:03 AM
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.
Title: Re: Just downloaded amule 1.1.0 and no servers !!!
Post by: linuts on May 01, 2004, 04:03:28 PM
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
Title: RE: Just downloaded amule 1.1.0 and no servers !!!
Post by: GhePeU on May 01, 2004, 05:13:10 PM
Quote
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
Title: Re: Just downloaded amule 1.1.0 and no servers !!!
Post by: Supersnail on May 01, 2004, 10:56:41 PM
Quote
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.