-------------8<---------- Start Bug Report ------------8<---------- 1. Problem Description:
gcc 3.3, solaris 8, perl 5.8.0, apache 2.0.46, mod_perl 1.99_10 make test failed I used gcc 2.95.2 built perl5.8.0 and mod_perl and it works ok. however, I upgraded gcc 3.3 and rebuilt perl, apache, and mod_perl. it still core dumps on me. apache 2.0.46 works ok by itself. I have setup my PATH and LD_LIBRARY_PATH ok. what could I do wrong?
You need to compile modperl with MP_DEBUG=1, since the trace doesn't show the arguments to mod_perl calls. You do have perl and httpd compiled with debug symbols.
#26 0xfed5d46c in modperl_require_file () from /s5/twh/build-dir/modperl-2.0/src/modules/perl/mod_perl.so #27 0xfed56e1c in modperl_config_apply_PerlRequire () from /s5/twh/build-dir/modperl-2.0/src/modules/perl/mod_perl.so
__________________________________________________________________ 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
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
