I seem to be stuck in RPM dependency hell. I don't want to rebuild the entire universe; I was hoping to rely on vendor-provided RPMs, and I've been leaning heavily on the Dries RPM repository to fill in the gaps.
RedHat provides httpd-2.0.52-25.ent.i386.rpm mod_perl-1.99_16-4.i386.rpm The Dries repository provides perl-HTML-Mason-1.3101-1.2.el4.rf.noarch.rpm When I put these together, Mason chokes, looking for mod_perl2.pm (IIRC). I came up with an RPM for mod_perl 2.0.3 (built from distribution's spec file), and just now came up with libapreq 2.08 (again, from a spec file). I understand from http://www.masonhq.com/?ApacheModPerl2 that there are some base version numbers of misc perl modules; other than CGI.pm, I think I have them covered. All to no avail. I have been beating my head against the wall for too many days now trying to chase down Apache::* vs Apache2:*, and misc other incompatibilities, and this is getting quite tiring. # PerlSetVar MasonArgsMethod CGI # Can't locate Apache/Response.pm in @INC ... # /usr/lib/perl5/vendor_perl/5.8.5/HTML/Mason/ApacheHandler.pm line 692. # PerlSetVar MasonArgsMethod mod_perl # Can't locate object method "new" via package "Apache2::Request" ... # /usr/lib/perl5/vendor_perl/5.8.5/HTML/Mason/ApacheHandler.pm line 915. I can't believe I'm the only one trying to install Mason under RedHat 4 Update 4. Can anyone offer any advice? I'm willing to downgrade HTML::Mason that supports an apache-1.3.x toolchain, if that stabilizes things... -- Brian Reichert <[EMAIL PROTECTED]> 55 Crystal Ave. #286 Daytime number: (603) 434-6842 Derry NH 03038-1725 USA BSD admin/developer at large ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Mason-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mason-users

