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? here's the output from my config: perl Makefile.PL APACHE_SRC=../apache_1.3.29/src DO_HTTPD=1 USE_APACI=1 PREP_HTTPD=1 USE_DSO=1 PERL_TRACE=1 PERL_DEBUG=1 PERL_URI_API=1 PERL_TABLE_API=1 PERL_SECTIONS=1 Will configure via APACI (DSO enabled) DEBUG mode... ...adding `-g' to EXTRA_CFLAGS ...turning on PERL_TRACE ...setting PERL_DESTRUCT_LEVEL=2 cp apaci/Makefile.libdir ../apache_1.3.29/src/modules/perl/Makefile.libdir cp apaci/Makefile.tmpl ../apache_1.3.29/src/modules/perl/Makefile.tmpl cp apaci/README ../apache_1.3.29/src/modules/perl/README cp apaci/configure ../apache_1.3.29/src/modules/perl/configure cp apaci/libperl.module ../apache_1.3.29/src/modules/perl/libperl.module cp apaci/mod_perl.config.sh ../apache_1.3.29/src/modules/perl/mod_perl.config.sh cp apaci/load_modules.pl ../apache_1.3.29/src/modules/perl/load_modules.pl cp apaci/find_source ../apache_1.3.29/src/modules/perl/find_source cp apaci/apxs_cflags ../apache_1.3.29/src/modules/perl/apxs_cflags cp apaci/perl_config ../apache_1.3.29/src/modules/perl/perl_config cp apaci/mod_perl.exp ../apache_1.3.29/src/modules/perl/mod_perl.exp PerlDispatchHandler.........disabled (enable with PERL_DISPATCH=1) PerlChildInitHandler........enabled PerlChildExitHandler........enabled PerlPostReadRequestHandler..disabled (enable with PERL_POST_READ_REQUEST=1) PerlTransHandler............disabled (enable with PERL_TRANS=1) PerlHeaderParserHandler.....disabled (enable with PERL_HEADER_PARSER=1) PerlAccessHandler...........disabled (enable with PERL_ACCESS=1) PerlAuthenHandler...........disabled (enable with PERL_AUTHEN=1) PerlAuthzHandler............disabled (enable with PERL_AUTHZ=1) PerlTypeHandler.............disabled (enable with PERL_TYPE=1) PerlFixupHandler............disabled (enable with PERL_FIXUP=1) PerlHandler.................enabled PerlLogHandler..............disabled (enable with PERL_LOG=1) PerlInitHandler.............disabled (enable with PERL_INIT=1) PerlCleanupHandler..........disabled (enable with PERL_CLEANUP=1) PerlRestartHandler..........disabled (enable with PERL_RESTART=1) PerlStackedHandlers.........disabled (enable with PERL_STACKED_HANDLERS=1) PerlMethodHandlers..........disabled (enable with PERL_METHOD_HANDLERS=1) PerlDirectiveHandlers.......disabled (enable with PERL_DIRECTIVE_HANDLERS=1) PerlTableApi................enabled PerlLogApi..................disabled (enable with PERL_LOG_API=1) PerlUriApi..................enabled PerlUtilApi.................disabled (enable with PERL_UTIL_API=1) PerlFileApi.................disabled (enable with PERL_FILE_API=1) PerlConnectionApi...........enabled PerlServerApi...............enabled PerlSections................enabled PerlSSI.....................disabled (enable with PERL_SSI=1) thx. -- \js "don't panic" -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html