I'm trying to get mod_perl running on Windows using:

Apache 2.0.52
ActivePerl 5.8.6 build 811
mod_perl from theoryx5

the relevant httpd.conf bits are:

## Apache 2 mod_perl stuff { jeffg }

LoadFile "C:/Perl/bin/perl58.dll"
LoadModule perl_module modules/mod_perl.so
PerlModule Apache2

mod_perl seems to load fine on Apache start, but when I load a simple script I get this error in the logs:

[Mon Dec 20 14:08:12 2004] [error] [client 127.0.0.1] Can't load 'C:/Perl/site/lib/Apache2/auto/Apache/RequestRec/RequestRec.dll' for module Apache::RequestRec: load_file:The specified procedure could not be found at C:/Perl/lib/XSLoader.pm line 68.\n at C:/Perl/site/lib/Apache2/Apache/XSLoader.pm line 30\nCompilation failed in require at C:/Perl/site/lib/Apache2/ModPerl/RegistryCooker.pm line 30.\nBEGIN failed--compilation aborted at C:/Perl/site/lib/Apache2/ModPerl/RegistryCooker.pm line 30.\nCompilation failed in require at (eval 3) line 3.\n\t...propagated at C:/Perl/lib/base.pm line 85.\nBEGIN failed--compilation aborted at C:/Perl/site/lib/Apache2/ModPerl/Registry.pm line 25.\nCompilation failed in require at (eval 2) line 3.\n

Am I missing something obvious? I think I've done everything required by the docs.

cheers, JeffG
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to