php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6816 Can?t compile with socket support
Submitted: 2000-09-20 17:06 UTC Modified: 2000-11-23 22:43 UTC
From: marten at jerbro dot se Assigned: chrisv (profile)
Status: Closed Package: Sockets related
PHP Version: 4.0 Latest CVS (18/09/2000) OS: Linux - Debian Slink
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
29 - 15 = ?
Subscribe to this entry?

 
 [2000-09-20 17:06 UTC] marten at jerbro dot se
Compile error:

sockets.c: In function `php_minit_sockets':
sockets.c:189: `MSG_WAITALL' undeclared (first use 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 this function)
sockets.c:202: `SO_RCVLOWAT' undeclared (first use this function)
sockets.c:203: `SO_SNDTIMEO' undeclared (first use this function)
sockets.c:204: `SO_RCVTIMEO' undeclared (first use this function)

Config line:

        ./configure \
        --disable-debug \
        --enable-inline-optimization \
        --enable-calendar \
        --enable-sysvsem \
        --enable-sysvshm \
        --enable-wddx \
        --enable-ftp \
        --enable-bcmath \
        --enable-exif \
        --enable-filepro \
        --enable-yp \
        --enable-sockets \
        --without-gd \
        --with-mm=/usr/local \
        --with-mhash \
        --with-mcrypt \
        --with-dbmaker=/home/dbmaker/3.6 \
        --with-gettext \
        --with-apxs=/usr/local/apache/bin/apxs

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-22 04:11 UTC] chrisv@php.net
Please try downloading the current CVS and compiling again.

Chris
 [2000-11-23 22:43 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 20:01:28 2024 UTC