aMule Forum

English => aMule Help => Topic started by: stormrider on November 13, 2005, 03:50:15 PM

Title: Running amule on a server without GUI
Post by: stormrider on November 13, 2005, 03:50:15 PM
I have a server with Debian and it have some pages, so it is on-line 24 hours per day. I want to install amule, put i only have access with ssh. So what i want is to install amule there and use amuleweb from other computer to control it. Is it possible?
Title: Re: Running amule on a server without GUI
Post by: ken on November 13, 2005, 03:58:28 PM
You want amuled instead of amule.
Title: Re: Running amule on a server without GUI
Post by: stefanero on November 13, 2005, 04:19:16 PM
but the rest is definelty possible....

http://wiki.amule.org

^^ check the "howto compile amule-daemon"
Title: Re: Running amule on a server without GUI
Post by: stormrider on November 14, 2005, 04:06:18 AM
i'm using debian, just installing amule-daemon and amuleweb works?
Title: Re: Running amule on a server without GUI
Post by: Kry on November 14, 2005, 04:35:22 AM
should. why don't you try?
Title: Re: Running amule on a server without GUI
Post by: stormrider on November 14, 2005, 04:47:26 AM
problem. I run amuled
Ok it starts, but then i try to run amuleweb it doesn't connects
this is what happen when i start amuled
Code: [Select]
fernando@c4:~/.aMule$ amuled
amuled: OnInit - starting timer
Initialising aMule
Checking if there is an instance already running...
Loading temp files from /home/fernando/.aMule/Temp.

All PartFiles Loaded.
ListenSocket: Ok.

*** TCP socket (ECServer) listening on 0.0.0.0:4712
*** Server UDP socket (TCP+3) at 0.0.0.0:4665
*** TCP socket (TCP) listening on 0.0.0.0:4662
*** Client UDP socket (extended eMule) at 0.0.0.0:4672
Empty dir /home/fernando/.aMule/Incoming/ shared
Title: Re: Running amule on a server without GUI
Post by: Kry on November 14, 2005, 05:10:46 AM
amule works. So you'll ahve to tell us what's up with the thing that does NOT work.
Title: Re: Running amule on a server without GUI
Post by: stefanero on November 14, 2005, 07:49:01 AM
did you read the guide in the wiki page?
Title: Re: Running amule on a server without GUI
Post by: Tank on November 14, 2005, 09:42:43 PM
Hi,

I'm all new to both aMule and Linux! So don't expect it to be easy to help me :)

I basically want's to do the same stormrider, but on ClarkConnect Office 3.0. I have read the guide, but can't get further than to download WX-GTK pack, and unzip it to the server.

Can anyone give me a step-to-step guide on how to do this?

Help os much appriciated!

Tank

p.s. Sorry my bad english, I'm from Denmark :)
Title: Re: Running amule on a server without GUI
Post by: stefanero on November 15, 2005, 08:00:33 AM
hey

does your "clarkconnect office 3.0" have a x-server installed? (basically do you have kde or gnome)

if yes you can go on with wxGTk if NO you need wxBase instead of wxGTK otherwise it will fail

(ok I asume you use the console, for example from a Termial or ssh session)

so lets asume you unziped it

change the dir into the unpacked directory

for example: cd wxBase-2.6.2

next run

./configure --prefix=/usr/

(if you get an error msg here, POST it)

then type

make

(this can take some minutes now)

next is, you have to change to root user to install it(if you are not already root)

type

su

(it will promt for the root password)

then type

make install

^^ thats it...if you have that go on with amuled configure, its the same thing as wxBase(GTK) but I guess you can go back to wiki page now

http://www.amule.org/wiki/index.php/HowTo_Compile_aMuled

any problems --> ask ;)

stefanero
Title: Re: Running amule on a server without GUI
Post by: Kry on November 15, 2005, 11:24:48 AM
And don't hijack other people's threads, open your own one next time.
Title: Re: Running amule on a server without GUI
Post by: Tank on November 15, 2005, 05:20:50 PM
I get this error:
configure: error: no acceptable C compiler found in $PATH

How do i deal with this?

And sorry for hijacking this thread, the problems just seemed so similar :)

- Tank
Title: Re: Running amule on a server without GUI
Post by: lfroen on November 15, 2005, 05:39:18 PM
You dealing with with few simple steps:
1. Understand what is C compiler
2. Understand what is "PATH"
3. Understand why instead of waiting for binary packages you asking those questions.

You don't have gcc installed. I suggest you to wait for release and take appropriate binary package. I have no idea what is "ClarkConnect 3.0", so I can not tell what kind of binary package will you need.
Title: Re: Running amule on a server without GUI
Post by: stefanero on November 15, 2005, 08:30:57 PM
but there should be some sort of

gcc or g++ for this distro

search your install packages and install it, then rerun configure