hi
i'm trying to build apache/mod_perl and it keeps seg faulting on me. here's an excerpt from the debug log [MOD_PERL_TRACE=all]
Nov 21 15:18:23 [http] [Fri Nov 21 15:18:23 2003] [notice] Apache/1.3.29 (Unix) mod_ssl/2.8.16 OpenSSL/0.9.6k mod_perl/1.29 configured -- resuming normal operations Nov 21 15:18:23 [http] [Fri Nov 21 15:18:23 2003] [notice] Accept mutex: sysvsem (Default: sysvsem) Nov 21 15:18:23 [http] perl_init_ids: uid=20002, euid=20002, gid=81, egid=81 Nov 21 15:18:23 [http] mod_perl: declining to handle PerlChildInitHandler, no callback defined Nov 21 15:18:23 [http] perl_init_ids: uid=20002, euid=20002, gid=81, egid=81 Nov 21 15:18:23 [http] mod_perl: declining to handle PerlChildInitHandler, no callback defined Nov 21 15:18:28 [http] [Fri Nov 21 15:18:28 2003] [notice] child pid 5787 exit signal Segmentation fault (11)
can anyone explain to me why mod_perl is declining to handle PerlChildInitHandler? do i need the dispatch handler? is there something i should read that will help me understand and configure this correctly?
It says why: no callback was defined. Do you have PerlChildInitHandler configured somewhere in your httpd.conf or startup.pl, or some module? Most likely you don't, hence this is what you see. Which is fine.
In order to figure out why you get the segfault, you need to show us the segfault backtrace and post additional information as explained at: http://perl.apache.org/bugs/
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html