Hi everyone,
I'm trying to compile Apache 1.3.27 with mod_perl and PHP4 on AIX 5L
v5.1
Whenever I compile the Apache server with just just one of these
modules it workes without any problems, just when I try to compile
Apache with mod_perl and PHP as either DSO or static module the Apache
does not start.
The error message whe I start Apache is as follows:
./apachectl[145]: 12940 Segmentation fault(coredump)
When I remove the PHP parts from the httpd.conf the Apache works
without any problems.
I tried allready with several diffrent versions of mod_perl and PHP,
but still the same result.
When I am running dbx against httpd the result is as follows:
[using memory image in core]
Segmentation fault in Perl_vmess at 0x1004e284 ($t1)
0x1004e284 (Perl_vmess+0xc) 9421ffa0 stwu r1,-96(r1)
Does anyone know how to solve this problem?
Thanks in advanced
J.R.Mueller