On Oct 29, 2010, at 10:46 AM, Eric Shubert wrote:

> Since the Util.pm file is what's giving you problems, and that's part of the 
> (main) perl package, I'd try updating that package. Since you already have 
> the current version, yum's not going to do that for you. You'll need to 
> download the rpm, then run rpm against that file as such:
> # rpm -Uvh --replacepkgs --replacefiles --force perl-5.8.8*.rpm
> 
> Make sure you get the right verion/arch that you presently have installed. I 
> think this one might be it for you:
> http://mirror.centos.org/centos/5/os/i386/CentOS/perl-5.8.8-27.el5.i386.rpm
> The version *and* *arch* should match what you have from:
> # rpm -q perl
> 
> (Steve, please chime in here if you have any further insight)

installing a fresh new upstream perl is a fine idea; however, since `rpm -V 
perl` produced no output, it looks like his perl package is ok.

here's a way to get to the bottom of this situation.  let's see the output of 
the following command:

find /usr/lib/perl5/ -type f | xargs rpm -qf | grep package

this will find all the files in the local Perl distribution that are not part 
of an RPM.  there should be a few; if there's no output at all from this 
command, i'll be *really* suspicious. :)

-steve

--
If this were played upon a stage now, I could condemn it as an improbable 
fiction. - Fabian, Twelfth Night, III,v
PGP 8477B706 (A92A 1F7E 6D76 16A0 BFF9  E61D AD54 0251 8477 B706)

Attachment: PGP.sig
Description: This is a digitally signed message part

Reply via email to