On Sat, 8 Jan 2005, Randy Kobes wrote: > On Sat, 8 Jan 2005, Ron Savage wrote: > > > > But now, during nmake test I answer 2 questions, and then get: > > > > [warning] running with new config opts: > > C:\Perl\bin\perl.exe > > C:\Perl-modules\Apache-Test-1.19\t\TEST > > -bugreport -verbose=0 -httpd C:\Apache2\bin\Apache.EXE > > -apxs C:\Apache2\bin\apxs.BAT > > > > C:\Perl-modules\Apache-Test-1.19> > > APXS (C:\Apache2\bin\apxs.BAT) query for SBINDIR failed > > APXS (C:\Apache2\bin\apxs.BAT) query for TARGET failed > > APXS (C:\Apache2\bin\apxs.BAT) query for SYSCONFDIR failed > > APXS (C:\Apache2\bin\apxs.BAT) query for PREFIX failed [ ... ] Actually, I think this problem arises because in the Win32 binary package you're using, I forgot to include a reconfiguration of the apxs utility to reflect the location of Apache2. Try reinstalling apxs by getting apxs_win32.tar.gz from http://perl.apache.org/dist/win32-bin/ which, when unpacked, has a README that describes how to configure and install it.
-- best regards, randy