Redhat – Perl CGI.pm module wildly out-of-date on RedHat/CentOS 5

bugzillacgiperlredhat

I am trying to install all my Perl modules from RPM (using rpmforge.net), instead of just acquiring them from CPAN.

My ultimate goal is to get Bugzilla 3.4.4 running. It requires CGI.pm 3.21 or later; the perl package on RHEL5 (5.8.8) comes with CGI.pm 3.15, and it doesn't appear that any of the 3rd-party package repositories package it seperately (there is no longer a perl-CGI RPM for Red Hat: since RH9, it appears!)

Is there a recommended solution?

Best Answer

./install-module.pl CGI in your Bugzilla install folder will install a Bugzilla-local copy of the latest CGI.pm (under <bugzilla-directory>/lib. This wont affect your yum managed packages at all.