On Fri, 7 Jan 2005 17:07:01 -0600 (CST), Randy Kobes wrote:

Hi Randy, Geoff

> Thanks for tracking that down .... I think I see what the problem
> is (and I've been bitten by that before) - line 30 of
> Apache::TestConfig is erroneously setting MOD_PERL_2 as true
> because (I suspect) you have a stray mod_perl.pm under
> C:\Perl\site\lib\ from an earlier install (on Win32, there was a
> bug in older mp2 installs that not all the files were correctly put
> under Apache2/ - the proper place for mod_perl.pm should be under
> C:\Perl\site\lib\Apache2\). If that's the case, and also assuming
> you have
> C:\Perl\site\lib\Apache2\mod_perl.pm (if not, it will be placed
> there by the current mp2 install), try removing
> C:\Perl\site\lib\mod_perl.pm and try Apache-Test again.

I had 2 copies of mod_perl.pm, in the places you've specified. I removed the 
one in /perl/site/lib.

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

(about 26 of that last line, then)

APXS (C:\Apache2\bin\apxs.BAT) query for LIBEXECDIR failed
APXS (C:\Apache2\bin\apxs.BAT) query for LIBEXECDIR failed
C:/Apache2/bin/Apache.EXE  -d C:/Perl-modules/Apache-Test-1.19/t -f 
C:/Perl-modules/Apache-Test-1.19
/t/conf/httpd.conf -D APACHE2 -D PERL_USEITHREADS
using Apache/2.0.50 (winnt MPM)

waiting 60 seconds for server to start: ...
waiting 60 seconds for server to start: ok (waited 2 secs)
server ron:8529 started
t\bad_coding....APXS (C:\Apache2\bin\apxs.BAT) query for SBINDIR failed
APXS (C:\Apache2\bin\apxs.BAT) query for SYSCONFDIR failed
APXS (C:\Apache2\bin\apxs.BAT) query for PREFIX failed

(again about 26 of that last, then)

APXS (C:\Apache2\bin\apxs.BAT) query for PREFIX failed
t\bad_coding....ok
t\cookies.......APXS (C:\Apache2\bin\apxs.BAT) query for SBINDIR failed
APXS (C:\Apache2\bin\apxs.BAT) query for SYSCONFDIR failed
APXS (C:\Apache2\bin\apxs.BAT) query for PREFIX failed

(and again, for each test, until finally)

t\request.......ok
All tests successful.
Files=5, Tests=21, 18 wallclock secs ( 0.00 cusr +  0.00 csys =  0.00 CPU)
[warning] server ron:8529 shutdown
[Here I have to hit enter to get the prompt back]
C:\Perl-modules\Apache-Test-1.19>

I can't imagine this to be what's meant to happen.

Just to recap, this is an Apache-Perl (V 5.8.4) prepared by you (Randy), with 
no additional Apache modules installed by me, so when you say 'an older mp2 
install' it isn't that old! Are you sure this has been fixed?

I have a program which will install all the modules I use, so blowing the lot 
away and re-installing - just to see what happens -, although a pain, is 
possible, if doing so would help.

But then, I might as well upgrade, if you have a newer A-P package available.

--
Cheers
Ron Savage, [EMAIL PROTECTED] on 8/01/2005
http://savage.net.au/index.html

Reply via email to