ID: 27020 Updated by: [EMAIL PROTECTED] Reported By: admin at iut-info dot ens dot univ-reims dot fr -Status: Open +Status: Closed Bug Type: Compile Failure Operating System: HP-UX 11i PHP Version: 5.0.0b3 (beta3) New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [2004-01-23 09:52:51] 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. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=27020&edit=1
