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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: marten at jerbro dot se
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Fri Oct 18 03:01:27 2024 UTC