On Sun, 15 Aug 2004, Markus Wichitill wrote: > So I finally decided to set up my own debug builds of Perl > and Apache in addition to my normally used AS and ASF > binaries. Compiling and installing Perl and Apache worked > fine, however when I run "nmake test" of mod_perl CVS, the > Apache startup fails early with the following odd error > messages. The code pointed to by the messages looks > perfectly fine to me. > > [...] > C:\Dev\test\perl\bin\perl.exe -Iblib\arch -Iblib\lib t/TEST -clean > C:\Dev\test\perl\bin\perl.exe -Iblib\arch -Iblib\lib t/TEST > -bugreport -verbose=0 > "my" variable $script masks earlier declaration in same scope at > C:\Dev\src\modperl-2.0\t\response\TestApache\subprocess.pm line 64. > Compilation failed in require at > C:/Dev/test/perl/site/lib/Apache/TestConfigPerl.pm line 593.
I'm not sure if this would cause this, but it's picking up some modules under your installed Perl tree (C:/Dev/test/perl/), rather than using that under C:\Dev\src\modperl-2.0\. Perhaps there's an incompatibility? Can you try moving the installed mp2/Apache-Test files away while doing the tests to see if that helps? -- best regards, randy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
