Hello all. I am using TurboLinux on an S/390 mainframe.
I have compiled/installed PostgresQL 7.2.3 and Apache 1.3.26 and they work fine. When I went to setup PHP 4.2.2 I configured it with Postgres support and tried to restart Apache with the libpphp4.so module and got the following:
Starting httpd: httpd /etc/rc.d/init.d/httpd: line 25: 24596 Segmentation fault
(core dumped) nice -n $nicelevel "$@"
using gdb (and executing a backtrace after the failure) I got this:
(gdb) set args start
(gdb) run
Starting program: /usr/local/apache/bin/httpd start
Program received signal SIGSEGV, Segmentation fault.
0x1598c8 in ?? ()
(gdb) bt
#0 0x1598c8 in ?? ()
(gdb)
Anyone have an idea of what my problem is? When I recompile without Postgres support the module loads fine and script function properly. I did not have this problem with Postgres 7.0 and php 3.0.x.
Thanks