From: [EMAIL PROTECTED] Operating system: Linux RedHat 7.1 PHP version: 4.0.6 PHP Bug Type: *Compile Issues Bug description: Installation of php in module for apache 1.3.20 If i use this config : ./configure --with-apache=../apache_1.3.20/ --with-mysql=/usr/local/mysql/ --with-openssl=/usr/local/openssl --enable-memory-limi t --enable-safe-mode --with-config-file-path=/usr/local/apache/conf --mandir=/usr/share/man I receive an error when i build apache with tis configuration : ./configure --prefix=/usr/local/apache/ --activate-module=src/modules/perl/libperl.a --activate-module=src/modules/php4/libmodphp4.a --enable-module=usertrack --server-uid=www --server-gid=www --mandir=/usr/share/man The error is : ===> src/modules/php4 gcc -c -I../../os/unix -I../../include -DLINUX=22 -DUSE_HSREGEX -DUSE_EXPAT -I../../lib/expat-lite -DNO_DL_NEEDED `../../apaci` mod_php4.c mod_php4.c:28:18: zend.h: Aucun fichier ou répertoire de ce type mod_php4.c:29:17: php.h: Aucun fichier ou répertoire de ce type mod_php4.c:30:27: php_variables.h: Aucun fichier ou répertoire de ce type mod_php4.c:47:21: php_ini.h: Aucun fichier ou répertoire de ce type mod_php4.c:48:25: php_globals.h: Aucun fichier ou répertoire de ce type mod_php4.c:49:18: SAPI.h: Aucun fichier ou répertoire de ce type mod_php4.c:50:22: php_main.h: Aucun fichier ou répertoire de ce type mod_php4.c:52:26: zend_compile.h: Aucun fichier ou répertoire de ce type mod_php4.c:53:26: zend_execute.h: Aucun fichier ou répertoire de ce type mod_php4.c:54:28: zend_highlight.h: Aucun fichier ou répertoire de ce type mod_php4.c:55:25: zend_indent.h: Aucun fichier ou répertoire de ce type mod_php4.c:57:39: ext/standard/php_standard.h: Aucun fichier ou répertoire de ce type make[4]: *** [mod_php4.o] Erreur 1 make[3]: *** [all] Erreur 1 make[2]: *** [subdirs] Erreur 1 make[2]: Quitte le répertoire `/usr/local/src/apache_1.3.20/src' make[1]: *** [build-std] Erreur 2 make[1]: Quitte le répertoire `/usr/local/src/apache_1.3.20' make: *** [build] Erreur 2 DO YOU HAVE AN IDEA ? Best regards, Loic -- Edit bug report at: http://bugs.php.net/?id=13350&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]