Philippe M. Chiasson wrote:
Still unable to reproduce this on my end.
FreeBSD i386 7.0-current
perl 5.8.7 w/out ithreads
httpd svn
apr svn not threaded
mod_perl svn

perl Makefile.PL \
 MP_APXS=/usr/home/pgollucci/dev/apps/httpd-2.3.0/prefork/bin/apxs \
 MP_MAINTAINER=1 \
 MP_DEBUG=1 \
 MP_TRACE=1 \

httpd.conf:
LoadModule perl_module modules/mod_perl.so
Include conf/mod_perl.conf

mod_perl.conf
PerlSwitchs -wT
PerlPostConfigRequire conf/startup.pl

<Perl>

</Perl>

startup.pl:
## CORE PERL Modules
use strict;
use warnings FATAL => 'all';
use Carp;

## Core MP2 Modules
use mod_perl2;
use ModPerl::MethodLookup ();

&ModPerl::MethodLookup::preload_all_modules();

## MP2 Extras
use Apache2::PerlSections ();
$Apache2::PerlSections::Save = 1; ## this has to come before Apache2::Status

use Apache2::Status();

--
END
------------------------------------------------------------
    What doesn't kill us can only make us stronger.
                Nothing is impossible.
                                
Philip M. Gollucci ([EMAIL PROTECTED]) 301.254.5198
Consultant / http://p6m7g8.net/Resume/
Senior Developer / Liquidity Services, Inc.
  http://www.liquidityservicesinc.com
       http://www.liquidation.com
       http://www.uksurplus.com
       http://www.govliquidation.com
       http://www.gowholesale.com

Reply via email to