[fw-general] configure zf.sh, error message can't find zf.php, Mac, Leopard

2009-09-18 Thread jlrough

I installed zf library in /usr/bin/zend/library

the zf.sh in  /usr/bin/zend/bin/zf.sh

this is on a mac running leopard with the php Apple installed.  I did change
the include_path in php.ini to:
/usr/bin/zend/library

I'm getting an error message when I try /usr/bin/zend/bin/zf.sh.  I think it
can't find zf.php on line 44 of the zf.sh?
/usr/bin/zend/bin/zf.sh: line 44: php: command not found

I don't get an answer to which php at the command line  presumably because
apple has hidden the binary somewhere.  I think it needs to locate the
zf.php file although you would think it would find it because it is relative
to the current directory.  

can you give me any hints?

thanks,

-- 
View this message in context: 
http://www.nabble.com/configure-zf.sh%2C-error-message-can%27t-find-zf.php%2C-Mac%2C-Leopard-tp25511656p25511656.html
Sent from the Zend Framework mailing list archive at Nabble.com.



[fw-general] configure zf.sh, error message can't find zf.php, Mac, Leopard

2009-09-18 Thread jlrough

I installed zf library in /usr/bin/zend/library

the zf.sh in  /usr/bin/zend/bin/zf.sh

this is on a mac running leopard with the php Apple installed.  I did change
the include_path in php.ini to:
/usr/bin/zend/library

I'm getting an error message when I try /usr/bin/zend/bin/zf.sh.  I think it
can't find zf.php on line 44 of the zf.sh?
/usr/bin/zend/bin/zf.sh: line 44: php: command not found

This is line 44 of zf.sh
$PHP_BIN -d safe_mode=Off -f $PHP_DIR/zf.php -- $@
I have safe_mode off.

I don't get an answer to which php at the command line  presumably because
apple has hidden the binary somewhere.  I think it needs to locate the
zf.php file although you would think it would find it because it is relative
to the current directory.  

can you give me any hints?

thanks,

-- 
View this message in context: 
http://www.nabble.com/configure-zf.sh%2C-error-message-can%27t-find-zf.php%2C-Mac%2C-Leopard-tp25511691p25511691.html
Sent from the Zend Framework mailing list archive at Nabble.com.