From: selsky at columbia dot edu Operating system: Solaris 9 PHP version: 5.1.0b3 PHP Bug Type: Compile Failure Bug description: Includes set incorrectly for timelib.h and timelib_structs.h
Description: ------------ I'm building php 5.1.0RC1 on Solaris 9 with gcc 2.95.2 $ LDFLAGS='-R/opt/local/lib -L/opt/local/lib' ../../src/configure --prefix=/opt/php-5.1.0RC1 --sysconfdir=/etc/php --with-config-file-path=/etc/php --with-apxs2 --with-xmlrpc --with-libxml-dir=/opt/local --with-openssl=/opt/openssl-0.9.7f I'm building php in a directory different from the source directory. This has worked in php 4.3.x Actual result: -------------- /bin/sh /hmt/chinchin/src/web/php/php-5.1.0RC1/obj/solaris9/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/date/lib -Iext/date/ -I/hmt/chinchin/src/web/php/php-5.1.0RC1/src/ext/date/ -DPHP_ATOM_INC -I/hmt/chinchin/src/web/php/php-5.1.0RC1/obj/solaris9/include -I/hmt/chinchin/src/web/php/php-5.1.0RC1/obj/solaris9/main -I/hmt/chinchin/src/web/php/php-5.1.0RC1/src -I/opt/libxml2-2.6.15/include/libxml2 -I/opt/openssl-0.9.7f/include -I/hmt/chinchin/src/web/php/php-5.1.0RC1/obj/solaris9/TSRM -I/hmt/chinchin/src/web/php/php-5.1.0RC1/obj/solaris9/Zend -I/hmt/chinchin/src/web/php/php-5.1.0RC1/src/main -I/hmt/chinchin/src/web/php/php-5.1.0RC1/src/Zend -I/hmt/chinchin/src/web/php/php-5.1.0RC1/src/TSRM -I/hmt/chinchin/src/web/php/php-5.1.0RC1/obj/solaris9/ -D_POSIX_PTHREAD_SEMANTICS -g -O2 -c /hmt/chinchin/src/web/php/php-5.1.0RC1/src/ext/date/lib/parse_date.c -o ext/date/lib/parse_date.lo resource/parse_date.re:21: timelib.h: No such file or directory resource/parse_date.re:131: timelib_structs.h: No such file or directory make: *** [ext/date/lib/parse_date.lo] Error 1 -- Edit bug report at http://bugs.php.net/?id=34161&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=34161&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=34161&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=34161&r=trysnapshot51 Fixed in CVS: http://bugs.php.net/fix.php?id=34161&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=34161&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=34161&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=34161&r=needscript Try newer version: http://bugs.php.net/fix.php?id=34161&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=34161&r=support Expected behavior: http://bugs.php.net/fix.php?id=34161&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=34161&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=34161&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=34161&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=34161&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=34161&r=dst IIS Stability: http://bugs.php.net/fix.php?id=34161&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=34161&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=34161&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=34161&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=34161&r=mysqlcfg
