php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7188 Cannot compile sockets
Submitted: 2000-10-13 12:03 UTC Modified: 2000-11-23 22:55 UTC
From: dirk at net-communication dot de Assigned: chrisv (profile)
Status: Closed Package: Compile Failure
PHP Version: 4.0.3 OS: Suse Linux 6.4
Private report: No CVE-ID: None
 [2000-10-13 12:03 UTC] dirk at net-communication dot de
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

 


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-22 04:09 UTC] chrisv@php.net
Try downloading the current CVS and compiling again. If that doesn't solve your problems, please reply ASAP.
 [2000-11-23 22:55 UTC] chrisv@php.net
No reply, bugs fixed in current CVS. Closing report, please reopen if bugs persist.

 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Wed Jul 15 19:00:01 2026 UTC