ID:               21233
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         Compile Failure
 Operating System: linux debian testing/unstable
 PHP Version:      4.3.0
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

It appears that on your system, the LIBC's fnmatch.h got over written
by Apache 1x's fnmatch.h, which requires ap_config.h header.
This is NOT a PHP bug.


Previous Comments:
------------------------------------------------------------------------

[2002-12-27 22:48:02] [EMAIL PROTECTED]

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 this bug report at http://bugs.php.net/?id=21233&edit=1

Reply via email to