Re: [PHP] PHP CLI not present

2006-04-19 Thread Richard Lynch
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



RE: [PHP] PHP CLI not present [SOLVED]

2006-04-19 Thread Jeff
> -Original Message-
> From: Jeff [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, April 19, 2006 16:02
> To: php-general@lists.php.net
> Subject: [PHP] PHP CLI not present
> 
> 
> Hey all,
> 
> 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?
> 
> Thanks,
> 
> Jeff

Nevermind.  Found it!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] PHP CLI not present

2006-04-19 Thread Jeff
Hey all,

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?

Thanks,

Jeff

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php