-
how to remove apache ...
I have just installed apache 2.0.50 ... buti have installed in a wrong directory, and simce i am fairly new to linux ... i am not sure how to remove or maybe move it a different directory. If there is a way of moving than tha's cool, but if there is not and an only way is to uninstall and install again so be it.
If anyone have any suggestions that would be great :)
Thanx
-
update :) ... i have tried to use rpm -e apache2 to remove it but it tells me that the package has not been installed. any suggestions ?
Thank you
-
yuo probably installed it from the source corect? or did you install it via rpm? if you tried the rpm command, then enter the directory the apache files are in and type that should do it!
-
i have tried it .. and this is what i get ...
make: *** No rule to make target `uninstall'. Stop.
... seems like there is no uninstall.
What i have done is ... after unpacking the .tar file i just run configure command and make install . I am sure this is what has created this mess.
Does apache put's itself in a directory if i do not specify it ? or it installs itself in the direcotry where the command configure was invoked ?
Greg