Hi all!
I have some troubles to install php-4.2.1 as an module to Apache 2 (httpd-2.0.39).
I have buildt the httpd-2.0.39 with this config:
./configure --prefix=/usr/local/apache --enable-module=so --enable-module=ssl
And when i try to run make with this config for php:
./configure --with-mysql --with-apxs2=/usr/local/apache/bin/apxs
I get the following errro:
php_functions.c:93: parse error
make[3]: [php_functions.lo] Error 1
make[3]: Leaving directory /home/jon/php-4.2.1/sapi/apache2filter\'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory/home/jon/php-4.2.1/sapi/apache2filter\'
make[1]: [all-recursive] Error 1
make[1]: Leaving directory `/home/jon/php-4.2.1/sapi\'
make: *** [all-recursive] Error 1
Is there anyone who could help me?
Thanks!
/ Jon