On Wed, April 19, 2006 3:01 pm, Jeff wrote: > I'm running PHP Ver 4.4.1 on a redhat ES3 system. It appears that the > CLI is not running or not present. I thought it was installed by > default in versions >= 4.3.x. > > If I run /usr/local/bin/php -v at the command line I get nothing. > > How do I get the PHP CLI working? I don't remember at which version CLI became installed by default with Apache, but if you still have your config.nice script you'd want to check that, and the config.log and config.debug to see what happened. It's possible you just installed it in some different directory... Something like: locate php | grep bin might be useful for finding that. You could also download the source and install just the CLI pretty quickly and easily. Or you may want to upgrade anyway :-) -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php