On Mon, Jul 23, 2007 at 04:57:57PM -0400, Brian Reichert wrote: > 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'm surprised the Dries RPM wouldn't have the right dependencies - are you installing via rpm or via yum? > 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. Indeed. :-( As others have said, RedHat has dropped the ball a bit on this one. I've got RPMs available here: http://www.openfusion.com.au/mrepo/centos4-i386/ http://www.openfusion.com.au/mrepo/centos4-x86_64/ for mod_perl 2.0.3 and libapreq 2.0.8 that should get you up and running. I'm using them on several production sites, so I believe they're reasonably solid. I don't have Mason packaged, however - I prefer to install more complex perl modules from cpan. Cheers, Gavin ------------------------------------------------------------------------- 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

