aMule Forum

English => aMule Help => Topic started by: spranto on April 26, 2006, 09:24:40 PM

Title: Uninstall aMule CVS
Post by: spranto 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.
Title: Re: Uninstall aMule CVS
Post by: wuischke 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
Title: Re: Uninstall aMule CVS
Post by: spranto 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?
Title: Re: Uninstall aMule CVS
Post by: wuischke 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. :)