Friday, November 6, 2009

44: php: not found

i got this error while trying to create the tree structure for a zend application and i got the following error: 44: php: not found. to resolve this, you need to install php5-cli. this can be installed by the following command from the terminal: sudo apt-get install php5-cli.

No comments: