Robin wrote:

I am running the base install of OpenBSD 3.7 with the
mod_perl-1.29p0.tgz package as well as
p5-HTML-Mason-1.26.tgz package.



However when I go to setup HTML mason, with the
following:
    PerlModule HTML::Mason::ApacheHandler
    <Location />
        SetHandler perl-script
        PerlHandler HTML::Mason::ApacheHandler
    </Location>
I get a 500 Internal Server Error and the following
error in my /var/www/logs/error_log:
[Fri Sep  2 10:38:49 2005] [error] Can't call method
"interp" on an undefined value at
/usr/local/libdata/perl5/site_perl/HTML/Mason/ApacheHandler.pm


Are you running httpd with the -u flag? These packages do not install directly into the apache chroot.

d

Reply via email to