Re: [PHP] Re: php 5.3.2 Unable to fork

2010-04-01 Thread Eduardo Nunes
I would try your setenv path idea while compiling php without mysql, however I don't get why compiling php with mysql does not fork nor execute even running the php cli as root... Thanks for the reply Nilesh! "Nilesh Govindarajan" escreveu na mensagem news:4bb3fca7.4030...@itech7.com... O

Re: [PHP] Re: php 5.3.2 Unable to fork

2010-03-31 Thread Nilesh Govindarajan
On 04/01/10 02:21, Eduardo Nunes wrote: Compiling without mysql support, the cli "php -r 'echo shell_exec("echo Test!");' works fine even as the apache unprivileged user. However when running the test.php script with apache the error log still shows the error Unable to execute / Unable to fork ..