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 ? 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. Any hints ? Thanks a lot JM ================= STDOUT ============ D:\Perl\PerlModules\modperl-2.0>nmake test Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cd "src/modules/perl" && NMAKE Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. D:\Perl\bin\perl.exe -Iblib\arch -Iblib\lib t/TEST -clean D:\Perl\bin\perl.exe -Iblib\arch -Iblib\lib t/TEST *** : cannot build c-modules without apxs D:\PROGRA~1\APACHE~1\Apache2/bin/Apache.exe -d D:/Perl/PerlModules/modperl-2.0/t -f D:/Perl/PerlModules/modperl-2.0/t/conf/httpd.conf -DAPACHE2 -DPERL_USEITHREA DS using Apache/2.0.35 (winnt MPM) waiting for server to start: 00:00[Fri May 03 08:39:05 2002] [info] 12 Apache:: modules loaded [Fri May 03 08:39:05 2002] [info] 5 APR:: modules loaded [Fri May 03 08:39:05 2002] [info] base server + 6 vhosts ready to run tests [Fri May 03 08:39:05 2002] [info] 11 Apache:: modules loaded [Fri May 03 08:39:05 2002] [info] 5 APR:: modules loaded [Fri May 03 08:39:05 2002] [info] base server + 6 vhosts ready to run tests waiting for server to start: 00:01END in modperl_extra.pl, pid=5084 END in modperl_extra.pl, pid=5084 END in modperl_extra.pl, pid=5084 END in modperl_extra.pl, pid=5084 END in modperl_extra.pl, pid=5084 END in modperl_extra.pl, pid=5084 END in modperl_extra.pl, pid=5084 waiting for server to start: ok (waited 1 secs) server zola.dev.net:8529 started server zola.dev.net:8530 listening (TestDirective::perlmodule) server zola.dev.net:8531 listening (TestDirective::perlrequire) server zola.dev.net:8532 listening (TestProtocol::echo) server zola.dev.net:8533 listening (TestProtocol::echo_filter) server zola.dev.net:8534 listening (TestProtocol::eliza) server zola.dev.net:8535 listening (TestFilter::input_msg) apache\cgihandler........ok apache\compat............ok apache\compat2...........ok apache\conftree..........FAILED before any test output arrived apache\constants.........ok apache\post..............*** : halting tests NMAKE : fatal error U1058: terminated by user Stop.