On Sat, 11 Jan 2003, DH wrote:

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

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? 
 
> When I try to
> 
>     LoadModule perl_module modules/mod_perl.so
> 
> Apache keeps barking
> 
> Cannot load C:/Apache2/Apache2/modules/mod_perl.so into server:
> The specified module could not be found.
> 
> but the mod_perl.so is there.

Since the tests ran (mostly) OK, this sounds like a configuration
issue. Is the C:/Apache2/Apache2/modules/mod_perl.so that from
the build? If so, is "C:/Perl/bin" in your PATH? Does inserting a
directive
    LoadFile "C:/Perl/bin/perl56.dll"
before loading mod_perl.so help?

-- 
best regards,
randy kobes


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to