I want to remove PHP-5.3. completely from my machine after make it from source.
how can this be done?
When I try make uninstall I get:
make: * No rule to make target `uninstall'. Stop.
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
Hoping that you use some linux flavor (I'll assume it's debian based) you could use a tool like checkinstall ( http://www.asic-linux.com.mx/~izto/checkinstall/ ) which will create a package with all the files resulting from the make install procedure. In this way you obtain a list of files along with their path. Now you can either delete them manually one by one or install the created package overwriting the existing files and then removing it using the purge option. | |||||
|
feedback
|
make installand are now trying to undo it? – birryree Oct 15 '10 at 2:44