i have tried to install apache with php4 on a SuSE linux machine. i got the apache running, but when i try to install the php_4.1.1 with the apache the make stops prematurely.
i used following commands:
cd /apache_src_dir
./configure ( no so build in )
cd /php_src_dir
./configure --with-apache=/apache_dir/
--enable-track-var --with-mysql
make
make install
cd /apache_src_dir
./configure --activate-module=/src/modules/php4/libmodphp4.a
make
then the machine tells me that:
mod_php4.c:28: zend.h Dir or File not found
mpd_php4.c:29: php_variables.h Dir or File..
and so on untill it stops with
make: *** [build] error 2
first i tried to build in more modules, but that didn't work out either.
i'm not to apt at linux, so don't know where the problem could be?