aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Just downloaded amule 1.1.0 and no servers !!!  (Read 3236 times)

Guest

  • Guest
Just downloaded amule 1.1.0 and no servers !!!
« 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
Logged

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: Just downloaded amule 1.1.0 and no servers !!!
« Reply #1 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.
Logged

Guest

  • Guest
Same
« Reply #2 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
Logged

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: Just downloaded amule 1.1.0 and no servers !!!
« Reply #3 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.
Logged

linuts

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
Re: Just downloaded amule 1.1.0 and no servers !!!
« Reply #4 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
Logged
who cares who wins

GhePeU

  • Full Member
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 240
RE: Just downloaded amule 1.1.0 and no servers !!!
« Reply #5 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
Logged
When they kick at your front door
how you gonna come?
with your hands on your head
or on the trigger of your gun

Supersnail

  • Full Member
  • ***
  • Karma: 4
  • Offline Offline
  • Posts: 186
Re: Just downloaded amule 1.1.0 and no servers !!!
« Reply #6 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.
Logged