I have this for the include_path:

.:/Applications/MAMP/bin/php5/lib/php:/Applications/MAMP/bin/php5/lib/php/library

I have removed the setting in my /etc/profile


#commented out this and then logged out...
#ZEND_TOOL_INCLUDE_PATH="/Applications/MAMP/bin/php5/lib/php"
#export ZEND_TOOL_INCLUDE_PATH


Then when I went to my terminal and ran zf.sh:

wenbert-del-rosarios-computer:~ wenbert$ zf.sh
    
***************************** ZF ERROR ********************************
In order to run the zf command, you need to ensure that Zend Framework
is inside your include_path.  If you are running this tool without 
ZendFramework in your include_path, you can alternatively set one of 
two environment variables to for this tool to work:

a) ZEND_TOOL_INCLUDE_PATH_PREPEND="/path/to/ZendFramework/library"

OR alternatively

b) ZEND_TOOL_INCLUDE_PATH="/path/to/ZendFramework/library"

The former (a) will make the specified Zend Framework first in the
include_path whereas the latter (b) will replace the include_path
with the specified path.

Information:
    original include_path: .:
    attempted include_path: .:
    script location: /usr/local/bin/zf.php


I have zf.php and zf.sh in /usr/local/bin.

I also have display errors on, PHP Version 5.2.6, etc.

Your thoughts?

-----
http://blog.ekini.net
-- 
View this message in context: 
http://www.nabble.com/Zend_Tool-does-nothing---Zend-Framework-on-MAMP---Mac-tp24437184p24445498.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to