On 10/05/2008 18:40, Benny Pedersen wrote:
On Sat, May 10, 2008 18:47, [EMAIL PROTECTED] wrote:
[21292] dbg: diag: module installed: IO::Zlib, version 1.01

find where this is installed:

rpm -qa | grep IO-Zlib

rpm -e IO-Zlib-1.01 (only if its there)

i do not know if its really called that as rpm

if its there upgrade it in rpm, if you have it from previous cpna instll, make
a rpm with cpan2rpm, but you still have to remove the old 1.01 version that is
found
OK, I found and erased it:

[EMAIL PROTECTED] root]# rpm -qa | grep IO-Zlib
perl-IO-Zlib-1.01-fc2.build75050824.12
[EMAIL PROTECTED] root]# rpm -e perl-IO-Zlib-1.01

[EMAIL PROTECTED] root]#


I then tried to install it from an RPM:

[EMAIL PROTECTED] root]# wget http://dag.wieers.com/rpm/packages/perl-IO-Zlib/perl-IO-Zlib-1.04-1.1.fc3.rf.noarch.rpm --20:24:18-- http://dag.wieers.com/rpm/packages/perl-IO-Zlib/perl-IO-Zlib-1.04-1.1.fc3.rf.noarch.rpm
          => `perl-IO-Zlib-1.04-1.1.fc3.rf.noarch.rpm'
Resolving dag.wieers.com... 62.213.193.164
Connecting to dag.wieers.com|62.213.193.164|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://rpmforge.sw.be/fedora/3/en/i386/rpmforge/RPMS/perl-IO-Zlib-1.04-1.1.fc3.rf.noarch.rpm [following] --20:24:19-- http://rpmforge.sw.be/fedora/3/en/i386/rpmforge/RPMS/perl-IO-Zlib-1.04-1.1.fc3.rf.noarch.rpm
          => `perl-IO-Zlib-1.04-1.1.fc3.rf.noarch.rpm'
Resolving rpmforge.sw.be... 88.198.65.175, 130.133.35.16
Connecting to rpmforge.sw.be|88.198.65.175|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 14,783 (14K) [application/x-rpm]

100%[====================================>] 14,783        --.--K/s

20:24:19 (1.12 MB/s) - `perl-IO-Zlib-1.04-1.1.fc3.rf.noarch.rpm' saved [14783/14783]

[EMAIL PROTECTED] root]# rpm -i perl-IO-Zlib-1.04-1.1.fc3.rf.noarch.rpm warning: perl-IO-Zlib-1.04-1.1.fc3.rf.noarch.rpm: V3 DSA signature: NOKEY, key ID 6b8d79e6
[EMAIL PROTECTED] root]#


Which looked OK from the little I know. I then checked SA and nothing appeared to be installed:

[EMAIL PROTECTED] root]# spamassassin 2>&1 -D --lint | grep Zlib
[14245] dbg: diag: module installed: Compress::Zlib, version 1.33
[14245] dbg: diag: module not installed: IO::Zlib ('require' failed)
[EMAIL PROTECTED] root]#


Can you suggest what I might do next? I'm not at all experienced in this so I'm very grateful for your advice and patience!

Thanks,
Geoff

Reply via email to