On Fri, 3 May 2002, Jean-Marc Paulin wrote:

> Hi there,
>
> I am runing Win2000 SP2, and Apache 2.0.35
>
> I have managed to build mod_perl (perl Makefile.PL and then nmake) but the
> test part fails: Apache crashes (Memory at 0x00000018 cannot be read). Bug
> Maybe ?

It seems so ... However, as you note below, it hang on
apache\post:

> apache\cgihandler........ok
> apache\compat............ok
> apache\compat2...........ok
> apache\conftree..........FAILED before any test output arrived
> apache\constants.........ok
> apache\post..............*** :
> halting tests

and yet, on my system, running

    nmake t/TEST t/apache/post.t

has this test running successfully. So it may be a problem in the
way the tests are being run via 'nmake test', as opposed to a
problem with individual tests. Further to this, if you run 'nmake
test' and skip apache/post.t, it then hangs at the next test.

>
> Ok, I believe that configuration has been tryed before, so I must be missing
> a point somewhere.
>
> Oh, BTW, I have tried the nmake install anyway, but that does not go very
> well either as Apache fails to start if I include the PerlModule handler in
> the httpd.conf.

Myself, and others, have got mod_perl to load OK ... What is
your configuration that's failing? Did you copy the generated
mod_perl.so to $APACHE/modules?

best regards,
randy kobes

Reply via email to