In the process I have done the following 1. cd /temp 2. tar -xzvf apache_1.3.26-i686-whatever-linux22.tar.gz
3. tar -xzvf php-4.2.2.tar.gz 4. cd /temp/php-4.2.2 5. ./configure --prefix=/pack/php-4.2.2 --with-pgsql=/pack/postgresql-7.2.2 --with- apache=/temp/apache- 1.3.26 6. make 7. make install 8. cd /temp/apache-1.3.26 9. ./configure --prefix=/pack/apache-1.3.26 --activate-module=src/modules/php4/ libmodphp4.a 10. make During the make-process the following error-messages pops up mod_php4.c:28:18: zend.h: no such file og folder mod_php4.c:29:17: php.h: no such file og folder mod_php4.c:30:27: php_variables.h: no such file og folder mod_php4.c:47:21: php_ini.h: no such file og folder mod_php4.c:48:25: php_globals.h: no such file og folder mod_php4.c:49:18: SAPI.h: no such file og folder mod_php4.c:50:22: php_main.h: no such file og folder mod_php4.c:52:26: zend_compile.h: no such file og folder mod_php4.c:53:26: zend_execute.h: no such file og folder mod_php4.c:54:28: zend_highlight.h: no such file og folder mod_php4.c:55:25: zend_indent.h: no such file og folder mod_php4.c:57:39: ext/standard/php_standard.h: no such file og folder Any suggestions whats wrong? best regards Kaare _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php