PHP 4.04pl1
Apache 1.3.12
MySQL 3.23.32
Linux 2.2.14-5mdk
I just downloaded PHP 4.04pl1 and compiled it as module: --withmysql --with-apxs --enable-versioning
First i had some problems compiling with mysql (due to the -lz at the linking) but it worked for me, then it appears to compile all fine, but when i loaded the php4 module with Apache the following happens:
The .PHP files are shown as source files (i just see the entire code)
The HTML files aren't shown, and the error logs report this:
[notice] child pid xxxxx exit signal Segmentation fault (11)
Some idea??
pd. I do added the:
LoadModule php4_module modules/libphp4.so
AddModule mod_php4.c
AddType application/x-httpd-php .php4
lines...