Do you have display_errors and display_startup_errors on? If so, do they show any errors?

I am betting there is something funky going on in your include_path.

I am working on some settings that will fix these sorts of issues on systems where include_paths might include some, rather- non-standard or unreliable code. This will be in 1.9.

-ralph

wenbert wrote:
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: Zend_Tool does nothing / Zend Framework on MAMP / Mac <http://www.nabble.com/Zend_Tool-does-nothing---Zend-Framework-on-MAMP---Mac-tp24437184p24437184.html> Sent from the Zend Framework mailing list archive <http://www.nabble.com/Zend-Framework-f15440.html> at Nabble.com.

Reply via email to