porting.pm does not work without Apache2::compat
see patch:
[EMAIL PROTECTED] 
/usr/lib/perl5/site_perl/5.8.5/i586-linux-thread-multi/Apache2# diff -u
porting.pm.org porting.pm
--- porting.pm.org      2005-07-20 03:46:56.000000000 +0200
+++ porting.pm  2005-07-22 23:10:57.000000000 +0200
@@ -38,7 +38,7 @@
 # XXX: unfortunately it doesn't seem to be possible to install
 # *UNIVERSAL::AUTOLOAD at the server startup, httpd segfaults,
 # child_init seems to be the first stage where it works.
-Apache2->server->push_handlers(PerlChildInitHandler => \&porting_autoload);
+Apache2::ServerUtil->server->push_handlers(PerlChildInitHandler =>
\&porting_autoload);

 sub porting_autoload {
     *UNIVERSAL::AUTOLOAD = sub {


-- 
cheers
Bengt-Arne Fjellner
LuleƄ university of technology
SkellefteƄ Sweden


Reply via email to