Re: [PHP-INST] How to find all PHP files/dirs to uninstall from Linux

2001-05-21 Thread Scrumpy
Tks for the tip but it didn't remove all of the files created by the original make install (I hadn't changed any of the file locations). I also used 'make -n install' to try and figure out what had originally been installed and whereabouts. Finally I had to do a lot of snooping around and manu

Re: [PHP-INST] How to find all PHP files/dirs to uninstall from Linux

2001-05-19 Thread cel1
'make clean' usually handles this situation. Give it a try. Curtis Lacy Scrumpy wrote: > I compiled PHP with support for the thttpd module and now I need to remove > PHP and thttpd and reinstall PHP with Apache module support instead. > > How can I find the directories and files that were crea

[PHP-INST] How to find all PHP files/dirs to uninstall from Linux

2001-05-19 Thread Scrumpy
I compiled PHP with support for the thttpd module and now I need to remove PHP and thttpd and reinstall PHP with Apache module support instead. How can I find the directories and files that were created when PHP was installed? Do I have to decipher a 'make install' file or is there an easier w