php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7170 make error when configure with --enable-sockets
Submitted: 2000-10-12 22:12 UTC Modified: 2000-11-23 22:52 UTC
From: solarischan at 21cn dot com Assigned: chrisv (profile)
Status: Closed Package: Installation problem
PHP Version: 4.0.3 OS: solaris 8 for x86
Private report: No CVE-ID: None
 [2000-10-12 22:12 UTC] solarischan at 21cn dot com
<-------------my configure cmd:----------------->
./configure --prefix=/usr/local/php --with-mysql=/usr/local/mysql --enable-ftp --enable-force-cgi-redirect --with-ldap=/usr/local/ldap --with-imap=/usr/local/imap-4.5 --with-config-file-path=/usr/local/php/lib --enable-calendar --enable-sysvsem --enable-sysvshm --with-zlib=/usr/local --enable-yp --enable-inline-optimization --with-gd=/usr/local --with-ttf=/usr/local --enable-magic-quotes --enable-sigchild --enable-track-vars --enable-sockets

<--------- error code -------------------------->
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.)
make[3]: *** [sockets.lo] Error 1
make[3]: Leaving directory `/work/src/php-4.0.3/ext/sockets'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/work/src/php-4.0.3/ext/sockets'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/work/src/php-4.0.3/ext'
make: *** [all-recursive] Error 1

<---------------what does i do--------------------->
can you help me?because i some work with socket
and about server push technology,thanks!

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-22 04:12 UTC] chrisv@php.net
Download the current CVS and compile again.

Chris
 [2000-11-23 22:52 UTC] chrisv@php.net
I believe this bug is corrected in the current CVS. No reply, so closing. Please reopen this report if the problem persists.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 16:01:29 2024 UTC