Same problem. Here is my patch:

--- /usr/share/perl5/Apache/ASP.pm.ubuntu       2007-09-04 12:47:15.000000000 
+0200
+++ /usr/share/perl5/Apache/ASP.pm      2007-09-04 12:59:21.000000000 +0200
@@ -62,12 +62,9 @@
          eval "use $module ();";
     }
 
-    if($ENV{MOD_PERL}) {
-       $ModPerl2 = ($mod_perl::VERSION >= 1.99);
-       if($ModPerl2) {
+    if($ENV{'MOD_PERL'} && ($mod_perl::VERSION || 
$ENV{'MOD_PERL_API_VERSION'}) >= 1.99) {
            eval "use Apache::ASP::ApacheCommon ();";
            die($@) if $@;
-       }
     }
 }

Apache::ASP does not appear to be maintained anymore, so I would prefer
to use Apache2::ASP instead.

-- 
Get 500 Internal server error while trying to start asp test script.
https://bugs.launchpad.net/bugs/60515
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to