aMule Forum

English => Distro-Specific Packages => Packages for older versions => Topic started by: amlv on May 11, 2006, 10:03:48 PM

Title: I cannot find: amuleWEB amuleCMD amuled
Post 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?
Title: Re: I cannot find: amuleWEB amuleCMD amuled
Post by: stefanero on May 12, 2006, 07:55:19 AM
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
Title: Re: I cannot find: amuleWEB amuleCMD amuled
Post by: macs on October 11, 2006, 09:31:26 AM
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
Title: Re: I cannot find: amuleWEB amuleCMD amuled
Post by: macs on October 11, 2006, 10:22:45 AM
sorry,

i forget to say that my version is 2.1.3 under Ubuntu.

:)
Title: Re: I cannot find: amuleWEB amuleCMD amuled
Post by: wuischke on October 11, 2006, 03:34:10 PM
Hi macs!

What happens when you execute
Code: [Select]
ls /usr/bin | grep amule?
Title: Re: I cannot find: amuleWEB amuleCMD amuled
Post by: macs on October 12, 2006, 09:50:17 AM
There is just amule  ?(

what was wrong?
Title: Re: I cannot find: amuleWEB amuleCMD amuled
Post by: macs on October 12, 2006, 12:41:18 PM
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!