How to install php cli with pnctl alongside Zend Server
- by fazy
I have Zend Server CE 5.6 with PHP 5.2 running on Ubuntu 11.10. Now the need has arisen to run a command line PHP script that uses PHP's pnctl functionality.
First of all, I had no PHP command line in my path, so I made a symlink from the Zend one:
sudo ln -s /usr/local/zend/bin/php /usr/bin
However, when I run my script, I now get this error:
…