aMule Forum
English => aMule Help => Topic started 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?
-
You want amuled instead of amule.
-
but the rest is definelty possible....
http://wiki.amule.org
^^ check the "howto compile amule-daemon"
-
i'm using debian, just installing amule-daemon and amuleweb works?
-
should. why don't you try?
-
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
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
-
amule works. So you'll ahve to tell us what's up with the thing that does NOT work.
-
did you read the guide in the wiki page?
-
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 :)
-
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
-
And don't hijack other people's threads, open your own one next time.
-
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
-
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.
-
but there should be some sort of
gcc or g++ for this distro
search your install packages and install it, then rerun configure