Trying to setup a PHP daemon using System_Daemon and I'm having issues getting it to run.
Posted
by yummm
on Server Fault
See other posts from Server Fault
or by yummm
Published on 2010-05-26T04:19:25Z
Indexed on
2010/05/26
4:21 UTC
Read the original article
Hit count: 346
I get the following error when trying to start a daemon using Ubuntu 10.04 and the PHP5:
PHP Warning: PHP Startup: Unable to load dynamic library 'usr/lib/php5/20060613/pcntl.so' - /usr/lib/php5/20060613/pcntl.so: cannot open shared object file: No such file or directory in Unknown on line 0
Does System_Daemon try to call pcntl? If so, why is it looking for the file where it does not exist?
© Server Fault or respective owner