Rodent of Unusual Size wrote: > where does the perl framework get the -D APACHEn value?
it all boils down to TestConfigParse::httpd_version() > i'm trying > to run it against an installation of 1.3 on windows, and it keeps > varfing by passing '-p' to the 1.3 apxs.pl. the same line shows > '-D APACHE2' so i'm suspecting it has simply made the wrong choice > of arguments. that (or similar foo) will happen when you try to test first against 2.0 and then against 1.3, regardless of win32 vs unix. at least that's been my experience. try first removing $HOME/.apache-test and see if that helps. if so, just introduced into cvs yesterday was $ENV{APACHE_TEST_NO_STICKY_PREFERENCES} which, if true, attempts to suppress any and all influence from prior runs. HTH --Geoff