[PHP-DEV] PHP 4.0 Bug #7188: Cannot compile sockets From: dirk <email protected>
Date: 10/13/00

From: dirk <email protected>
Operating system: Suse Linux 6.4
PHP version: 4.0.3
PHP Bug Type: Compile Failure
Bug description: Cannot compile sockets

When compiling PHP 4.0.3 (or even 4.0.2) with:

./configure --with-mysql --with-apache=../apache_1.3.12 --enable-sockets --enable-track-vars

the compilation stops during "make":

sockets.c: In function `php_minit_sockets':
sockets.c:189: `MSG_WAITALL' undeclared (first use in this function)
sockets.c:189: (Each undeclared identifier is reported only once
sockets.c:189: for each function it appears in.)
sockets.c:201: `SO_SNDLOWAT' undeclared (first use in this function)
sockets.c:202: `SO_RCVLOWAT' undeclared (first use in this function)
sockets.c:203: `SO_SNDTIMEO' undeclared (first use in this function)
sockets.c:204: `SO_RCVTIMEO' undeclared (first use in this function)
make[3]: *** [sockets.lo] Error 1
make[3]: Leaving directory `/usr/src/php-4.0.3/ext/sockets'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/php-4.0.3/ext/sockets'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/php-4.0.3/ext'
make: *** [all-recursive] Error 1

 

-- 
Edit Bug report at: http://bugs.php.net/?id=7188&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>