I am wondering if anyone is using HTML::Mason with the apache2 installation that comes with Breezy Badger? I know that mod_perl support is only recent in apache2, and HTML::Mason would therefore be supported after that, which means it is unlikely that even recent packages work with all those components. But, does anyone have success using the packages as-is?
I get errors like this with my current installation: [12:46:43] [Wed May 31 12:46:43 2006] [error] [client 192.168.1.2] Can't locate object method "new" via package "Apache2::Request" at /usr/share/perl5/HTML/Mason/ApacheHandler.pm line 908.\n But, this could just be my stupidity. Does anyone wish to share their apache2.conf file if they have it working? My configuration is basically this: PerlModule HTML::Mason::ApacheHandler <FilesMatch "html$"> SetHandler perl-script PerlHandler HTML::Mason::ApacheHandler PerlSetVar MasonCompRoot "/opt/wiab/modcast/sites/" PerlSetVar MasonDataDir "/opt/wiab/tmp/mason/nonssl" </FilesMatch> If not, does anyone have a build script or instructions that can automate the installation of these components from source? I've got this for apache 1.3.35, but not apache2. Or, ubuntu/debian packages that I could use? Thanks, Chris _______________________________________________ Mason-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mason-users

