make clean
> -Original Message-
> From: Vix [mailto:[EMAIL PROTECTED]]
> I am running a Linux operating system.
>
> I installed PHP using "make install"
>
> The Makefile does not contain any "uninstall" or "deinstall" option.
>
> How can I uninstall PHP?
--
PHP Install Mailing List
Vix,
If you've compiled it as a static apache module, you'll need to just
recompile apache without it. If you did it as a DSO, I believe you can just
delete it and remove the references to it. If you compiled it as a cgi
binary, just delete it. All 'make install' does is copy the newly compile