aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: I cannot find: amuleWEB amuleCMD amuled  (Read 7388 times)

amlv

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 1
I cannot find: amuleWEB amuleCMD amuled
« 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?
« Last Edit: May 11, 2006, 10:23:29 PM by amlv »
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: I cannot find: amuleWEB amuleCMD amuled
« Reply #1 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
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

macs

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 6
Re: I cannot find: amuleWEB amuleCMD amuled
« Reply #2 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
Logged

macs

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 6
Re: I cannot find: amuleWEB amuleCMD amuled
« Reply #3 on: October 11, 2006, 10:22:45 AM »

sorry,

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

:)
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: I cannot find: amuleWEB amuleCMD amuled
« Reply #4 on: October 11, 2006, 03:34:10 PM »

Hi macs!

What happens when you execute
Code: [Select]
ls /usr/bin | grep amule?
Logged

macs

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 6
Re: I cannot find: amuleWEB amuleCMD amuled
« Reply #5 on: October 12, 2006, 09:50:17 AM »

There is just amule  ?(

what was wrong?
Logged

macs

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 6
Re: I cannot find: amuleWEB amuleCMD amuled
« Reply #6 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!
Logged