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
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
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
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
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
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
>
> 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
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
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