aMule Forum
English => Distro-Specific Packages => Packages for older versions => Topic started by: amlv on May 11, 2006, 10:03:48 PM
-
I've installed amule 2.1.1 on fedora using yum (dries repository)
I've read:
http://www.irclogs.ws/freenode/amule/13Nov2005/2.html
http://www.amule.org/wiki/index.php/FAQ_amuled
As I andrerstood, It is possible remote start aMule as service using amuled,
and control it through aMuleWeb, aMuleCMD, aMuleGUI
but I cannot find this programms!
When I start aMule with WEB support
in console I can see:
execvp(amuleweb, --amule-config-file=/home/xxx/.aMule/amule.conf) failed with error 2!
Anybody succeded to start aMule 2.1.1 remote and control it through ssh?
-
maybe whoever made your pkg did not include those files?!
try to contact the pkg maintainer....but your right if those binaries would be there you could controle it over ssh/http
-
I had the same problem but I've made the package myself with
CFLAGS="-Wall -g -O2" ./configure --host=i686-linux-gnu --build=i686-linux-gnu --prefix=/usr --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --enable-optimize --enable-amule-daemon --enable-amulecmd --enable-webserver --enable-amule-gui --enable-wxcas --enable-alc
Any ideas?
Tnx
-
sorry,
i forget to say that my version is 2.1.3 under Ubuntu.
:)
-
Hi macs!
What happens when you execute ls /usr/bin | grep amule
?
-
There is just amule ?(
what was wrong?
-
I've found the problem: since I've created a .deb to install it, was this step which fails since the .deb doesn't contain all the files!