Trouble with mod_perl and Apache on VISTA

Trouble with mod_perl and Apache on VISTA

am 21.10.2007 15:01:45 von Thomas Steinbach

Hello NG,

I got a problem if I try to install the mod_perl.so
Either apache > 2.0.47 or apache 2.2.x.

If I compile with VS8 or SDK (Vista) by myself using
the mod_perl-2.0.3 tar.gz archive (ActivePerl) and
typing:

"perl Makefile.PL MP_AP_PREFIX=C:/net/apache/apache20"
"nmake"

until now all works fine and the mod_perl.so is
in the place of apache module directory... fine,
but wiht:

"nmake test"

I got an error and the apache can't load the mod_perl.so
Why?

If i made a syntax check the log shows:
"Can't load mod_perl.so" ...

If I use the perl script "mpinstall" from
http://perl.apache.org/docs/2.0/os/win32/install.html

I have the same problem - mod_perl won't load/work
.... :-( Hopefully someone knows what is wrong.

Thomas