|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-01-25 01:03 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 20 23:00:01 2025 UTC |
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.