aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Uninstall aMule CVS  (Read 2052 times)

spranto

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
Uninstall aMule CVS
« on: April 26, 2006, 09:24:40 PM »

Hi,

I've installed an aMule CVS a few days ago. Since I cannot use the webserver I want to see if it is possible from the version that I can install from the Ubuntu servers.

Can someone tell me how ca I do this?

Thanks in advance.
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: Uninstall aMule CVS
« Reply #1 on: April 26, 2006, 09:46:20 PM »

Go to the folder in which all the source files are located. (amule-cvs) Execute the command "sudo make uninstall" there.

To solve your webserver problem:
Execute the following commands to compile aMule CVS:
./configure --enable-webserver
make
sudo make install

Check all available configure-flags with ./configure --help and add all other flags you want. e.g. --enable-optimize
Logged

spranto

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
Re: Uninstall aMule CVS
« Reply #2 on: April 26, 2006, 10:19:37 PM »

thx for the answer! :baby:

by the way how can I compile amule with kad and webserver options enabled?
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: Uninstall aMule CVS
« Reply #3 on: April 26, 2006, 10:29:55 PM »

Kad is enabled by default and to enable webserver just follow the instructions I've posted above. :)
Logged