[mp 2.0.5] Early core dump:-( OpenSolaris-x86, Apache 2.2.21 & Perl 5.14.1

2011-09-22 Thread Marco Walther
-8<-- Start Bug Report 8<-- 1. Problem Description: Apache with enabled mod_perl runs into a SIGSEGV quickly during the initialization of mod_perl:-( This run is from a worker-mpm but the same happens with the prefork-mpm. We were running mod_perl 2.0.4

[mp 2.0.5] Early core dump:-( OpenSolaris-x86, Apache 2.2.21 & Perl 5.14.1

2011-09-24 Thread Marco Walther
-8<-- Start Bug Report 8<-- 1. Problem Description: Apache with enabled mod_perl runs into a SIGSEGV quickly during the initialization of mod_perl:-( This run is from a worker-mpm but the same happens with the prefork-mpm. We were running mod_perl 2.0.4

Re: [mp 2.0.5] Early core dump:-( OpenSolaris-x86, Apache 2.2.21 & Perl 5.14.1

2011-09-27 Thread Fred Moyer
Have you tried 2.0.5? On Wednesday, September 21, 2011 at 7:24 PM, Marco Walther wrote: > -8<-- Start Bug Report 8<-- > 1. Problem Description: > > Apache with enabled mod_perl runs into a SIGSEGV quickly during the > initialization of mod_perl:-( This

Re: [mp 2.0.5] Early core dump:-( OpenSolaris-x86, Apache 2.2.21 & Perl 5.14.1

2011-09-27 Thread Marco Walther
On 09/27/2011 10:50 AM, Fred Moyer wrote: Have you tried 2.0.5? Yes, from below: --- *** mod_perl version 2.05 *** using /export/home/marcow/src/kenai-packages~subversion/mod_perl/mod_perl-2.0.5/lib/Apache2/BuildConfig.pm -- I'm trying to switch from Perl 5.10

Re: [mp 2.0.5] Early core dump:-( OpenSolaris-x86, Apache 2.2.21 & Perl 5.14.1

2011-09-28 Thread Marco Walther
OK, I think I found one problem. The following two defines don't make it from the Perl make to the CCFLAGS for the mod_perl:-( `-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' (They are automatically added by the Configure for perl and listed in the perl -V output below). That causes the my_perl