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
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

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: Wed Apr 24 17:01:30 2024 UTC