On Sun, 7 Sep 2003 15:59:08 -0400 (EDT)
Kalin Mintchev <[EMAIL PROTECTED]> wrote:

Kalin,

After some head scratching i finally see what it is...

> # /usr/local/bin/php -v
> PHP 4.3.0 (cli) (built: Apr  5 2003 06:38:17)
> Copyright (c) 1997-2002 The PHP Group
> Zend Engine v1.3.0, Copyright (c) 1998-2002 Zend Technologies
> 

Looks like you've compiled or installed a non redhat version
of php that is configured for command line interface.  Notice
the (CLI)   in the version information.

We're probably off topic for this list at this point but
here are a couple of notes:

> > > ./LL.php: line 3: ?: No such file or directory

This is not a php error.   This is a shell script error.
Your file is not being interpreted by php at this point.
The first line is failing to invoke the php interpreter:

#!/usr/local/bin/php -q

Make sure it is the very first line with no space above
it and you may not need the "-q" with php CLI version.
You may just want to (re) install php from redhat and
use it instead.

Good Luck,
Sean


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to