Fred Moyer wrote:
>>>> Fred Moyer wrote:
>>>>> Greetings,
>>>>> 
>>>>> Third time is the charm :)  RC1 and RC2 were missing
>>>>> t/conf/extra.conf.in from the MANIFEST. [...]
>>>>> http://people.apache.org/~phred/Apache-Reload-0.10-RC3.tar.gz
>>>> 
>>>> Fails all three tests here on WinXP/VC6 with perl-5.10.0,
>>>> apache-1.3.39 and mod_perl-1.31 RC2 :-(
>>> 
>>> Thanks for the spot Steve, I'll dig in and get this fixed.
>> 
>> Here's the problem, the first line in t/conf/extra.last.conf.in is
>> 
>> <IfModule mod_perl.c>
> 
> Steve, can you add this snippet as t/all.t and make test again?
> mod_perl.c is showing up in my list of modules as a static build with
> unix apache 1.3.39.  I don't know if it isn't showing up in your conf
> module list because of a windows specific issue.

I think the difference must be that on Win32 the build is dynamic by
default and that list of modules is just the static ones. Do you get the
same problem with a dynamic build?


> I don't have any
> microsoft VC compilers handy so my attempt at building mod_perl on
> windows didn't really go anywhere.  Hoping to come up with a better
> solution but this is the best I've got right now...
> 
> 
> use strict;
> use warnings FATAL => 'all';
> 
> use Apache::Test;
> plan tests => 1, need_module('mod_perl.c');
> 
> ok(1);

Yes, that skips all the tests:

t\all....skipped
        all skipped: cannot find module 'mod_perl.c'
All tests successful, 1 test skipped.
Files=1, Tests=0,  1 wallclock secs ( 0.00 cusr +  0.00 csys =  0.00
CPU)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to