php-cgi seems to have vanished in PHP 5.3.1. I've tried both the --enable-cgi and --disable-cli flags for ./configure, but it doesn't create a binary under the sapi/cgi subdirectory.
feedback
|
|
I realise I'm very late to the party on this, but I think PHP FPM (FastCGI Process Manager) is the replacement. You need to use PHP 5.3.3 and use the | |||
|
feedback
|
|
It appears that php-fpm and php-cgi are mutually exclusive -- that is, if you use the If you need both present, a workaround is to build without | |||
|
feedback
|
|
If you are using Ubuntu I can see that the application is named as "php5-cgi" | |||
feedback
|
|
I use the following switches for ./configure, however this is for CentOS 5 and PHP 5.2.13, I hope this helps in some way:
| |||
|
feedback
|
|
I solved same problem. Looks like when you try to | ||||
|
feedback
|