From: [EMAIL PROTECTED] Operating system: linux debian testing/unstable PHP version: 4.3.0 PHP Bug Type: Compile Failure Bug description: cgi/cli binary compile failure
I'm trying to compile php 4.3.0 as a cgi binary for use as a cli on x86 with Debian testing/unstable kernel 2.4.18 vanilla(I compiled it myself). it configures just fine, but fails on compile with the following error: In file included from /mnt/storage/php-4.3.0/ext/standard/file.c:115: /usr/local/include/fnmatch.h:38: ap_config.h: No such file or directory make: *** [ext/standard/file.lo] Error 1 I find this same problem with 4.3.0RC3 and RC4, but with 4.2.3 it compiles just fine. here is my ./configure line: ./configure --with-config-file-path=/etc/php --without-pear --with-openssl --with-zlib --enable-bc --enable-calender --with-jpeg-dir --with-tiff-dir --enable-ftp --with-mysql --with-ncurses --with-regex=system --enable-tokenizer --prefix=/usr/local/php-cli -- Edit bug report at http://bugs.php.net/?id=21233&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=21233&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=21233&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=21233&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=21233&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=21233&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=21233&r=support Expected behavior: http://bugs.php.net/fix.php?id=21233&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=21233&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=21233&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=21233&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21233&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=21233&r=dst IIS Stability: http://bugs.php.net/fix.php?id=21233&r=isapi