Re: [mp2] make test fails completely
[prev]
[thread]
[next]
[Date index for 2005/03/08]
Phil Dobbin wrote:
> I'm trying to compile modperl-2.0_20050305233800 with Apache 2.0.47 on OS X.2.8 and I'm getting at the beginning of `make test':
>
> ---------------------------------------------------------------
>
> waiting 120 seconds for server to start: .Syntax error on line 2164 of /Users/phil/Desktop/modperl-2.0/t/conf/httpd.conf:
> <Perl> directive missing closing '>'
Phil, any chance you could use a newer Apache version, where this has been
fixed? (you should do that at least due to the security problems found and
fixed in the more recent versions).
If you can't, please apply this patch:
Index: t/response/TestModperl/setupenv2.pm
===================================================================
--- t/response/TestModperl/setupenv2.pm (revision 156493)
+++ t/response/TestModperl/setupenv2.pm (working copy)
@@ -84,7 +84,7 @@
PerlSetEnv EnvChangeMixedTest "conf1"
-<Perl>
+<Perl >
TestModperl::setupenv2::register_mixed();
TestModperl::setupenv2::register_perl();
$ENV{EnvChangeMixedTest} = "<perl>";
--
__________________________________________________________________
Stas Bekman JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:stas@xxxxxx.xxx http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org http://ticketmaster.com
 |
 |
Re: [mp2] make test fails completely
Stas Bekman 05:01 on 08 Mar 2005
|