aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: amule cvs without amuleweb  (Read 2016 times)

microft

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 9
amule cvs without amuleweb
« on: June 23, 2005, 12:35:16 PM »

For past week (or so) i've been compiling a few of the CVS's.
My problem is, that even has I compile it with
./configure --enable-amulecmd --enable-webserver --disable-monolithic --enable-amule-daemon

the aMuleWeb doesn´t run when I run aMuled.
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: amule cvs without amuleweb
« Reply #1 on: June 23, 2005, 12:39:50 PM »

why should it run?
there is an option in the amule.conf file where you have to enable autostart first, otherwise you have to start it manually.
and if you have this setup already, try to start it by hand yourself, to debug it...and see what error pops up

stefanero
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."

microft

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 9
Re: amule cvs without amuleweb
« Reply #2 on: June 23, 2005, 11:11:39 PM »

I've configured so that amuleweb starts with amuled, but it doesn't.
if i start it manually and try to connect with firefox,
I can only see the login page, when I tipe in the pass, I acts like it is wrong...

This config worked fine for CVSs before amule 2.0.0
could it have anything to do with a too-old config??
Logged

ken

  • Hero Member
  • *****
  • Karma: 4
  • Offline Offline
  • Posts: 825
Re: amule cvs without amuleweb
« Reply #3 on: June 23, 2005, 11:50:23 PM »

In order for amuled to start amuleweb automatically, amuleweb has to be on the search path.  Check to make sure that 1) you've installed with "make install", and 2) the install location (usually /usr/local/bin) is on your search path.

When you start amuleweb manually, it gets its configuration information from remote.conf instead of amule.conf.  If you haven't properly set up remote.conf, it won't know the password as you've configured it in amule.conf.  Check the man page for amuleweb.
Logged