Randy, Thanks a lot. I thought I was not the only one. In fact, this is not the test apache\post that hangs, but when running the test apache\conftree that apache.exe dies.what happens after is because I've aborted the script via Ctrl+Brk.
Regarding the Pb with Apache itself, I did copy the mod_perl.so to the modules folder with nmake install (so they said in the book) Are you running Apache 2.00.35 ? does the test (via nmake test) works for you ? or others ? Regards, JM ----- Original Message ----- From: "Randy Kobes" <[EMAIL PROTECTED]> To: "Jean-Marc Paulin" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, May 03, 2002 3:41 PM Subject: Re: HELP - Trying to get mod_perl and Apache2 working together on Win32.... > 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 >