Edit report at http://bugs.php.net/bug.php?id=53271&edit=1
ID: 53271 Updated by: [email protected] Reported by: electrawn at yahoo dot com Summary: --enable-fpm and --enable-cgi do not produce php-cgi binaries Status: Open Type: Bug -Package: FPM related +Package: Compile Failure Operating System: CentOS 5.5 PHP Version: 5.3.3 Block user comment: N New Comment: This has nothing to do with FPM. It's not possible to compile two differents sapi (except CLI which is a special case). ./configure --enable-cgi --with-apxs2=/usr/bin/apxs2 generates sapi/cli/php and libphp5.la. CGI sapi is never compiled nor even linked. To me there is a general problem of SAPI compilation. Each sapi should be able to be compiled at once and CLI should not be a special case. The following configure line should generate CLI, CGI, FPM, litespeed and apache2handler SAPI ./configure --enable-cli --enable-cgi --enable-fpm --with-litespeed --with- apxs2=/usr/bin/apxs2 This is not the case. Now you can only compile CLI and one other SAPI. Previous Comments: ------------------------------------------------------------------------ [2010-11-08 22:58:46] electrawn at yahoo dot com Description: ------------ Using configure options --enable-cgi and --enable-fpm together will not produce the php-cgi binary. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=53271&edit=1
