On Tue, Feb 9, 2010 at 10:20 AM, Adam Prime <adam.pr...@utoronto.ca> wrote:
> I get the following when trying to run make test:
>
> waiting 60 seconds for server to start: .Syntax error on line 73 of
> /local/aprime/Apache-Test-1.31-rc1/t/conf/httpd.conf:
> Invalid command '<IfVersion', perhaps misspelled or defined by a module not

Can you try this patch?

Index: lib/Apache/TestConfig.pm
===================================================================
--- lib/Apache/TestConfig.pm    (revision 908140)
+++ lib/Apache/TestConfig.pm    (working copy)
@@ -2682,9 +2682,11 @@
 </Directory>

 <IfModule @THREAD_MODULE@>
+<IfModule mod_version.c>
 <IfVersion < 2.3.4>
     LockFile             @t_logs@/accept.lock
 </IfVersion>
+</IfModule>
     StartServers         1
     MinSpareThreads      @MinClients@
     MaxSpareThreads      @MinClients@

> included in the server configuration
> [  error]
> server has died with status 255 (t/logs/error_log wasn't created, start the
> server in the debug mode)
> sh: line 1: 32276 Terminated              /usr/bin/perl
> /local/aprime/Apache-Test-1.31-rc1/t/TEST -bugreport -verbose=0
> make: *** [run_tests] Error 143
>
> Presumably because apache is compiled without mod_version (which is the
> default)
>
> Adam
>
>
>
> Fred Moyer wrote:
>>
>> Greetings,
>>
>> Please, download, test, and report back on success or failure for this
>> Apache::Test release candidate.
>>
>> Development from 1.30 has been ongoing for about two years, so this is
>> as good a time as ever to make a release.
>>
>> http://people.apache.org/~phred/Apache-Test-1.31-rc1.tar.gz
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@perl.apache.org
>> For additional commands, e-mail: dev-h...@perl.apache.org
>>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@perl.apache.org
For additional commands, e-mail: dev-h...@perl.apache.org

Reply via email to