>
> I saw that - the t/modperl/sameinterp.t failure I sometimes see
> as well ... If you run the test as
>perl -Mblib t/TEST t/modperl/sameinterp.t
> does it run OK?
yes
__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
h
Thanks man. LoadFile did the trick.
I never ran into this before, and should have consulted the faq.
--- Randy Kobes <[EMAIL PROTECTED]> wrote:
> On Sat, 11 Jan 2003, DH wrote:
>
> > I just got
> > mod_perl-1.99_08
> > and compiled it, and the test ran mostly fin
I just got
mod_perl-1.99_08
and compiled it, and the test ran mostly fine
( results should show up at http://testers.cpan.org/search?request=dist&dist=mod_perl
soon)
When I try to
LoadModule perl_module modules/mod_perl.so
Apache keeps barking
Cannot load C:/Apache2/Apache2/modules/mod_per
in Apache::Status, in subroutine non_b_graph, on line 516, there is
(my $thing = $r->path_info) =~ s:^/::;
my $type = "dot";
my $file = "$dir/$thing.$$.gif";
That doesn't work too well on windows, since you can't have :: in filenames
The fix, I put on line 517, and it is
$thing