PHP :: Bug #63983 :: enabling FPM borks compile
[2013-01-14 04:53 UTC] jhein_98 at swbell dot net
Description: ------------ Running the configure script with --enable-fpm causes make to fail with the following errors: /usr/local/src/php-5.4.10/sapi/fpm/fpm/fpm_sockets.c -o sapi/fpm/fpm/fpm_sockets.lo /usr/local/src/php-5.4.10/sapi/fpm/fpm/fpm_sockets.c: In function 'fpm_socket_get_listening_queue': /usr/local/src/php-5.4.10/sapi/fpm/fpm/fpm_sockets.c:404: error: 'struct tcp_info' has no member named 'tcpi_sacked' /usr/local/src/php-5.4.10/sapi/fpm/fpm/fpm_sockets.c:409: error: 'struct tcp_info' has no member named 'tcpi_unacked' /usr/local/src/php-5.4.10/sapi/fpm/fpm/fpm_sockets.c:413: error: 'struct tcp_info' has no member named 'tcpi_sacked' *** [sapi/fpm/fpm/fpm_sockets.lo] Error code 1 Stop in /usr/local/src/php-5.4.10. The specific options I passed to the configure script was: ./configure --prefix=/usr/local/software/php --mandir=/usr/local/man --enable-cgi --enable-fpm --with-mysql=/usr/local/software/mysql --with-openssl-dir=/usr/local/software/openssl
[2013-01-14 05:39 UTC] jhein_98 at swbell dot net
[2013-02-21 23:40 UTC] phpfpm1 at gmail dot com
[2013-03-08 07:33 UTC] chibisuke at web dot de