Re: [MP2] failed to resolve handler `Apache::PerlSections'

2003-12-04 Thread Stas Bekman
Stas Bekman wrote: [...] The problem seems to be as following: Apache::Status somehow autovivifies Apache::PerlSections stash, while Apache/PerlSections.pm wasn't loaded yet. That's why preloading Apache::PerlSections solves the problem. Our code does not attempt to load packages whose stashes e

Re: [mp2] mod_perl test suite fails

2003-12-04 Thread Stas Bekman
Volker Kroll wrote: Havn't seen the mail go through, so I resend it. Regards Volker -8<-- Start Bug Report 8<-- 1. Problem Description: mod_perl compiles fine but all tests seem to fail. in the error log I do find: **03 14:42:34 2003] [error] failed to res

Re: [MP2] failed to resolve handler `Apache::PerlSections'

2003-12-04 Thread Stas Bekman
Enrico Sorcinelli wrote: Hi all, with this simple configuration (Apache 2.0.47 / mod_perl 1.9911): ... LoadModule perl_module modules/mod_perl.so PerlModule Apache2 PerlModule Apache::Status use lib '/home/lib/perl'; ... I've this error (the server doesn't start at al

Re: [MP2] failed to resolve handler `Apache::PerlSections'

2003-12-04 Thread Enrico Sorcinelli
On Thu, 04 Dec 2003 09:37:13 -0500 Geoffrey Young <[EMAIL PROTECTED]> wrote: > > > Enrico Sorcinelli wrote: > > Hi all, > > > > with this simple configuration (Apache 2.0.47 / mod_perl 1.9911): > > > >... > >LoadModule perl_module modules/mod_perl.so > >PerlModule Apache2 > >Pe

Re: [MP2] failed to resolve handler `Apache::PerlSections'

2003-12-04 Thread Geoffrey Young
Enrico Sorcinelli wrote: > Hi all, > > with this simple configuration (Apache 2.0.47 / mod_perl 1.9911): > >... >LoadModule perl_module modules/mod_perl.so >PerlModule Apache2 >PerlModule Apache::Status > > use lib '/home/lib/perl'; > >... > > I've this error

[MP2] failed to resolve handler `Apache::PerlSections'

2003-12-04 Thread Enrico Sorcinelli
Hi all, with this simple configuration (Apache 2.0.47 / mod_perl 1.9911): ... LoadModule perl_module modules/mod_perl.so PerlModule Apache2 PerlModule Apache::Status use lib '/home/lib/perl'; ... I've this error (the server doesn't start at all): [Thu Dec 04 14:14:3

Re: [MP2] failed to resolve handler `Apache::PerlSections'

2003-12-04 Thread Geoffrey Young
> > I'm little bit surprised because in mp2 1.9910 the same configuration works. yeah. gozer is the guy to ask about what has changed, though. > > Moreover also works in mp2 1.9911 (without adding explicitly "PerlModule > Apache::PerlSections") this configuration: > >LoadModule perl_modu

[mp2] mod_perl test suite fails

2003-12-04 Thread Volker Kroll
Havn't seen the mail go through, so I resend it. Regards Volker -8<-- Start Bug Report 8<-- 1. Problem Description: mod_perl compiles fine but all tests seem to fail. in the error log I do find: **03 14:42:34 2003] [error] failed to resolve handler `Tes

Re: [mp2] ModPerl-Registry redirect test

2003-12-04 Thread Randy Kobes
On Wed, 3 Dec 2003, Stas Bekman wrote: > Randy Kobes wrote: > [...] > > I think if one wants to grow old fast, offer to help > > maintain File::Spec :) > > There is a better candidate, ExtUtils::MakeMaker. I wonder > how old was Michael 2 years ago. ;) :) [ .. ] > So if you have: > C:\\MODPERL~1