I am getting an error when I attempt to access a page using mod_perl 2.0 and Mason. I think I have installed all the necessary modules: I installed libapreq2 by hand, installed mod_perl 2.0 with apache 2.2.0. I now see this spit out when I attempt to access index.html
"Can't locate object method "request" via package "Apache" at /opt/..." I have this in my configuration file: PerlSetVar MasonArgsMethod CGI # PerlSetVar MasonArgsMethod mod_perl PerlModule HTML::Mason::ApacheHandler Regardless of whether I set MasonArgsMethod to CGI or mod_perl, the issue doesn't change. Am I correct in identifying this as the issue basically stated here (request object not found). http://www.masonhq.com/?ApacheModPerl2 Or, since I am getting Apache::Request errors, rather than *Apache2::Request* errors, does this indicate that I need to load the Apache2 API somehow? Thanks for your assistance. Chris ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 _______________________________________________ Mason-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mason-users

