On Monday 23 July 2007, 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
That's your problem. Red Hat shipped with an old development version of mod_perl2 and never updated to the release version (I assume they have by now, but you have an older version of RH that wasn't updated). The development version won't work with anything written for mod_perl1 or a release version of mod_perl2 (ie. pretty much anything not provided by that release of RH). Amongst other things, there was a major change in the mod_perl2 module names in the midst of the development, which is the reason you're having problems with "can't locate..." for the mod_perl modules. > I can't believe I'm the only one trying to install Mason under > RedHat 4 Update 4. There's probably something in the list archives about this question. There certainly is in the mod_perl list archives. Generally people have removed the RH provided package and installed from source. > Can anyone offer any advice? I'm willing to downgrade HTML::Mason > that supports an apache-1.3.x toolchain, if that stabilizes things... You need to either: - downgrade to apache1/mod_perl1 - upgrade to a newer RH release that supports a real mod_perl2 release. - remove the mod_perl1.99 package and install mod_perl2 from source. - find another provider of a mod_perl2 package for RH4 and upgrade to that. ------------------------------------------------------------------------- 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 Mason-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mason-users