Stas Bekman wrote:
Hensley, Richard wrote:

Unfortunately, I can not access cvs from behind the corporate firewall. I was using the contents of mod_perl-2.0-current.tar.gz, which is the best I can do. Sorry.


You can get the latest cvs snapshots here:
http://cvs.apache.org/snapshots/modperl-2.0/

You will also need to apply this patch after you download the snapshot, unless you pick the snapshot 5 hours from now, which will already include it.


Thanks to Geoff for the heads up!

--- Apache-Test/lib/Apache/TestConfig.pm 27 Mar 2003 07:57:06 -0000 1.148
+++ Apache-Test/lib/Apache/TestConfig.pm 4 Apr 2003 00:27:47 -0000
@@ -113,7 +113,9 @@
sub server { shift->{server} }


 sub modperl_2_inc_fixup {
-    (eval { require mod_perl } && $mod_perl::VERSION >= 1.99)
+
+    (eval { require mod_perl } && $mod_perl::VERSION >= 1.99 &&
+     eval { require Apache::Build } && !Apache::Build::IS_MOD_PERL_BUILD())
         ? "use Apache2;\n"
         : '';
 }


__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com



Reply via email to