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)

--
-Eric 'shubes'

On 10/29/2010 06:52 AM, Francisco Paco Peralta wrote:
Okay! well that rpm command worked a lot better.  I was able to get a list of
installed rpm and have confirmed that there are 3 perl modules missing.


perl-Crypt-OpenSSL-RSA****
perl-Net-CIDR*****
perl-rrdtool***

I have installed them but the problem still persists.

Any other options?

  Francisco "Paco" Peralta




________________________________
From: Eric Shubert<e...@shubes.net>
To: qmailtoaster-list@qmailtoaster.com
Sent: Thu, October 28, 2010 10:50:20 AM
Subject: [qmailtoaster] Re: Clamav update trouble

You should do:
# rpm -qa | grep ^perl
to see which perl packages are installed. You must have some.

Your rpm -V command isn't quite right either, but I don't think we
really need to do that.

I don't know about removing CPAN modules. Steve, would that really be
necessary? You wouldn't want to go too far in that direction, because
you might cripple yum in the process.

I'd simply try installing the perl packages you're missing with yum.
Here are the perl packages I have on my QMT:
perl-5.8.8-27.el5
perl-Archive-Tar-1.30-1.fc6
perl-Compress-Raw-Zlib-2.003-1.el5.rf
perl-Compress-Zlib-1.42-1.fc6
perl-Crypt-OpenSSL-Bignum-0.04-1.el5.rf
perl-Crypt-OpenSSL-RSA-0.25-1.el5.rf
perl-DBD-MySQL-3.0007-2.el5
perl-DBI-1.52-2.el5
perl-Digest-HMAC-1.01-15
perl-Digest-SHA1-2.11-1.2.1
perl-Digest-SHA-5.45-1.el5.rf
perl-Encode-Detect-1.01-1.el5.rf
perl-Error-0.17012-1.el5.rf
perl-Geography-Countries-1.4-2.2.el5.rf
perl-HTML-Parser-3.55-1.fc6
perl-HTML-Tagset-3.10-2.1.1
perl-IO-Compress-Base-2.003-1.el5.rf
perl-IO-Compress-Zlib-2.003-1.el5.rf
perl-IO-Socket-INET6-2.51-2.fc6
perl-IO-Socket-SSL-1.01-1.fc6
perl-IO-Zlib-1.04-4.2.1
perl-IP-Country-2.24-1.el5.rf
perl-libwww-perl-5.805-1.1.1
perl-Mail-DKIM-0.30.1-1.el5.rf
perl-Mail-DomainKeys-1.0-1.el5.rf
perl-Mail-SPF-2.005-1.el5.rf
perl-Mail-SPF-Query-1.999.1-2.el5.rf
perl-MailTools-2.02-1.el5.rf
perl-NetAddr-IP-4.007-1.el5.rf
perl-Net-CIDR-0.10-8
perl-Net-CIDR-Lite-0.15-8
perl-Net-DNS-0.59-3.el5
perl-Net-Ident-1.20-1.2.el5.rf
perl-Net-IP-1.25-2.fc6
perl-Net-SSLeay-1.30-4.fc6
perl-Razor-Agent-2.84-1.el5.rf
perl-rrdtool-1.4.2-1.el5.rf
perl-Socket6-0.19-3.fc6
perl-String-CRC32-1.4-2.fc6
perl-Sys-Hostname-Long-1.2-8
perl-TimeDate-1.16-5.el5
perl-URI-1.35-3
perl-version-0.74-1.el5.rf

Since you've updated recently, you should already have the rpmforge repo
installed, but it probably is not enabled. Your yum command should look
like this:
# yum --enablerepo=rpmforge install perl perl-Archive-Tar (...)
Use each package name that you're missing, short of the version stuff.

I expect that will take care of things. Please report back your results.





---------------------------------------------------------------------------------
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
     If you need professional help with your setup, contact them today!
---------------------------------------------------------------------------------
    Please visit qmailtoaster.com for the latest news, updates, and packages.
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
    For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com


Reply via email to