RE: [PHP-INST] Uninstalling PHP (corrected)

2002-03-13 Thread Matt Schroebel
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

Re: [PHP-INST] Uninstalling PHP (corrected)

2002-03-12 Thread Jason Cox
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