From:             jhein_98 at swbell dot net
Operating system: FreeBSD 9.1
PHP version:      5.4.10
Package:          Compile Failure
Bug Type:         Bug
Bug description:enabling FPM borks compile

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



-- 
Edit bug report at https://bugs.php.net/bug.php?id=63983&edit=1
-- 
Try a snapshot (PHP 5.4):   
https://bugs.php.net/fix.php?id=63983&r=trysnapshot54
Try a snapshot (PHP 5.3):   
https://bugs.php.net/fix.php?id=63983&r=trysnapshot53
Try a snapshot (trunk):     
https://bugs.php.net/fix.php?id=63983&r=trysnapshottrunk
Fixed in SVN:               https://bugs.php.net/fix.php?id=63983&r=fixed
Fixed in release:           https://bugs.php.net/fix.php?id=63983&r=alreadyfixed
Need backtrace:             https://bugs.php.net/fix.php?id=63983&r=needtrace
Need Reproduce Script:      https://bugs.php.net/fix.php?id=63983&r=needscript
Try newer version:          https://bugs.php.net/fix.php?id=63983&r=oldversion
Not developer issue:        https://bugs.php.net/fix.php?id=63983&r=support
Expected behavior:          https://bugs.php.net/fix.php?id=63983&r=notwrong
Not enough info:            
https://bugs.php.net/fix.php?id=63983&r=notenoughinfo
Submitted twice:            
https://bugs.php.net/fix.php?id=63983&r=submittedtwice
register_globals:           https://bugs.php.net/fix.php?id=63983&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=63983&r=php4
Daylight Savings:           https://bugs.php.net/fix.php?id=63983&r=dst
IIS Stability:              https://bugs.php.net/fix.php?id=63983&r=isapi
Install GNU Sed:            https://bugs.php.net/fix.php?id=63983&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=63983&r=float
No Zend Extensions:         https://bugs.php.net/fix.php?id=63983&r=nozend
MySQL Configuration Error:  https://bugs.php.net/fix.php?id=63983&r=mysqlcfg

Reply via email to