Re: Apache cannot load ...mod_perl.so .. module could not be found -- but it's there!

2003-01-12 Thread DH
> > 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

Re: Apache cannot load ...mod_perl.so .. module could not be found -- but it's there!

2003-01-12 Thread DH
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

Apache cannot load ...mod_perl.so .. module could not be found -- but it's there!

2003-01-11 Thread DH
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

Apache::Status VERSION 2.03 bugfix (:: doesn't go well in filenames)

2002-07-19 Thread DH
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