I have tried to setup Zend Framework on my Mac. I do not get zf.sh errors.
BUT nothing happens when I type “zf.sh” on my terminal/console.
Here are my settings.
Inside my /usr/local/bin
wenbert:/usr/local/bin wenbert$ pwd
/usr/local/bin
wenbert:/usr/local/bin wenbert$ ls -la zf*
-rwxr-xr-x 1 wenbert admin 3004 Jul 11 11:14 zf.php
-rwxrwxrwx 1 wenbert admin 1404 Jul 11 11:14 zf.sh
Where my Zend library is located:
wenbert:/Applications/MAMP/bin/php5/lib/php wenbert$ pwd
/Applications/MAMP/bin/php5/lib/php
wenbert:/Applications/MAMP/bin/php5/lib/php wenbert$ ls
Archive OS PEAR.php build doc
library peclcmd.php
Console PEAR System.php data extensions
pearcmd.php zf.bat
wenbert:/Applications/MAMP/bin/php5/lib/php wenbert$ cd library/
wenbert:/Applications/MAMP/bin/php5/lib/php/library wenbert$ ls
Zend
wenbert:/Applications/MAMP/bin/php5/lib/php/library wenbert$
My /etc/profile
# System-wide .profile for sh(1)
PATH="/bin:/sbin:/usr/bin:/usr/sbin"
export PATH
ZEND_TOOL_INCLUDE_PATH="/Applications/MAMP/bin/php5/lib/php/library"
export ZEND_TOOL_INCLUDE_PATH
if [ "${BASH-no}" != "no" ]; then
[ -r /etc/bashrc ] && . /etc/bashrc
fi
-----
http://blog.ekini.net
--
View this message in context:
http://www.nabble.com/Zend_Tool-does-nothing---Zend-Framework-on-MAMP---Mac-tp24437184p24437184.html
Sent from the Zend Framework mailing list archive at Nabble.com.