Est ce qu'il est possible de déinstaller php sur une ancienne installation à partir des sources et comment ?
J'ai essayé make uninstall mais pas de resultat (pad de cible )
Code : Tout sélectionner
apt-get remove libapache2-mod-php4
Edit : tu n'as que ça pour la sortie du php -i ?Well, you could check the install target in your makefile and see which files get installed where, then remove them. Or add an uninstall target in the makefile to do it for you.