php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27020 sys/select.h: No such file or directory
Submitted: 2004-01-23 09:52 UTC Modified: 2004-01-25 01:03 UTC
From: admin at iut-info dot ens dot univ-reims dot fr Assigned:
Status: Closed Package: Compile Failure
PHP Version: 5.0.0b3 (beta3) OS: HP-UX 11i
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: admin at iut-info dot ens dot univ-reims dot fr
New email:
PHP Version: OS:

 

 [2004-01-23 09:52 UTC] admin at iut-info dot ens dot univ-reims dot fr
Description:
------------
./configure                             \
        --prefix=/opt/APACHE/php        \
        --with-oci8                     \
        --with-apache=../apache_1.3.29  \
        --with-gd                       \
        --with-pdflib=/opt/pdflib       \
        --with-jpeg-dir                 \
        --with-png-dir                  \
        --with-tiff-dir                 \
        --with-zlib                     \
        --with-bz2                      \
        --enable-sigchild               \
        --with-mysql=/opt/mysql         \
        --with-pgsql=/opt/pgsql         \
        --with-tsrm-pthreads            \
        --with-dom                      \
        --enable-ftp                    \
        --with-snmp=/opt/snmp           \
        --enable-sockets


Error when running gmake :

gcc  -Iext/standard/ -I/home/sys/install/php-5.0.0b3/ext/standard/ -DPHP_ATOM_INC -I/home/sys/install/php-5.0.0b3/include -I/home/sys/install/php-5.0.0b3/main -I/home/sys/install/php-5.0.0b3 -I/home/sys/install/php-5.0.0b3/Zend -I/usr/local/include/libxml2 -I/usr/local/include -I/opt/mysql/include/mysql -I/oracle/app/oracle/product/8.1.7/rdbms/public -I/oracle/app/oracle/product/8.1.7/rdbms/demo -I/opt/pdflib/include -I/opt/pgsql/include -I/opt/snmp/include  -I/home/sys/install/php-5.0.0b3/TSRM  -g -O2  -c /home/sys/install/php-5.0.0b3/ext/standard/file.c -o ext/standard/file.o  && echo > ext/standard/file.lo
/home/sys/install/php-5.0.0b3/ext/standard/file.c:56:24: sys/select.h: No such file or directory

If I delete line 56 (#include <sys/select.h>) this file compile ok.

I continue with this file corrected...

Cordialy.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-01-25 01:03 UTC] sniper@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 16 03:01:33 2025 UTC