Re: [PHP-INST] Got FAQ 6.8 problem

2001-03-19 Thread Barry Sardis
Not sure if I did it right. gdb output is attached. I rebuilt Apache with a make clean before the make. I added --enable-debug to the PHP ./configure. The httpd.conf only has the PHP module. The seg fault is a result of running apachectl configtest. If I include all modules except PHP and run apa

Re: [PHP-INST] Got FAQ 6.8 problem

2001-03-18 Thread Jani Taskinen
On Sun, 18 Mar 2001, Barry Sardis wrote: >Yes. As noted further into the original message, the httpd.conf works >(recognizes the extension and processes phpinfo) when I configure it as a >dynamic module, but then I'm getting core dumps if php is built with either >pgsql or oci8. Could you try cr

Re: [PHP-INST] Got FAQ 6.8 problem

2001-03-18 Thread Barry Sardis
Yes. As noted further into the original message, the httpd.conf works (recognizes the extension and processes phpinfo) when I configure it as a dynamic module, but then I'm getting core dumps if php is built with either pgsql or oci8. "Jani Taskinen" <[EMAIL PROTECTED]> wrote in message [EMAIL PR

Re: [PHP-INST] Got FAQ 6.8 problem

2001-03-17 Thread Jani Taskinen
On Fri, 16 Mar 2001, Barry Sardis wrote: >Compiled-in modules: > http_core.c > mod_so.c > mod_php4.c >suexec: disabled; invalid wrapper /usr/local/apache/bin/suexec > >PHP was: >./configure --with-apache=../apache_1.3.19 --with-oci8 --with-pgsql > >I redid it with only --with-apache=../apache_