Lars Eggert wrote:

FYI, mod_perl2 on FreeBSD requires a couple of minor patches. The ones for r16 are at http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/mod_perl2/files/,

not sure what are we supposed to do with those, please show us what is the problem they are trying to solve.


while the ones for r17 are currently still at http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/74444.

I've integrated this one:

Index: ModPerl-Registry/lib/ModPerl/RegistryCooker.pm
===================================================================
--- ModPerl-Registry/lib/ModPerl/RegistryCooker.pm      (revision 106739)
+++ ModPerl-Registry/lib/ModPerl/RegistryCooker.pm      (working copy)
@@ -558,8 +558,8 @@

 my %switches = (
    'T' => sub {
-       Apache::warn("-T switch is ignored, " .
-                    "enable with 'PerlSwitches -T' in httpd.conf\n")
+       Apache::ServerRec::warn("-T switch is ignored, enable " .
+                               "with 'PerlSwitches -T' in httpd.conf\n")
              unless ${^TAINT};
        "";
    },

If I've missed something else please let us know.

Thanks Lars.

--
__________________________________________________________________
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

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to