* Thus wrote Josh Close: > I want to get rid of the version on php in /urs/local, how do I do this?
This can be a long story.. but basically in normal conditions if php is compiled with --prefix=/usr/local (by default) then you'll find the php binary in /usr/local/bin/php and stuff in /usr/local/lib/php* And then depending on what and how you compiled you're webserver, an extra library can be anywhere, usually decided by you're webserver's configuration > > There is no src to do a "make uninstall" from. I deleted some > file/directories, but when I do "php -v" it's still looking for the version > in /usr/local/bin instead of /usr/bin. php's installation can get complicated and if you're not in a controlled environment (aka a system package) you're going to have to uninstall php manually. You're 'php -v' issue can be easily solved by modifying your $PATH environment. look at `echo $PATH` Curt -- First, let me assure you that this is not one of those shady pyramid schemes you've been hearing about. No, sir. Our model is the trapezoid! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php