Discussion:
[users] Error after updating to perl-IO-Compress-2.036
Fred Kienker
2011-07-27 18:01:11 UTC
Permalink
After updating to perl-IO-Compress-2.036-1.el5.rfx.noarch.rpm from
perl-IO-Compress-2.035-1.el5.rfx.noarch.rpm the following error appears
when staring amavisd (amavisd-new-2.6.6-1.el5.rf.i386.rpm):

Starting Mail Virus Scanner (amavisd): fetch_modules: error loading
required module Compress/Zlib.pm:
Compress::Raw::Zlib version 2.036 required--this is only version 2.035
at /usr/lib/perl5/vendor_perl/5.8.8/Compress/Zlib.pm line 11.
BEGIN failed--compilation aborted at
/usr/lib/perl5/vendor_perl/5.8.8/Compress/Zlib.pm line 11.
Compilation failed in require at /usr/sbin/amavisd line 197.
ERROR: MISSING REQUIRED BASIC MODULES:
Compress::Zlib
BEGIN failed--compilation aborted at /usr/sbin/amavisd line 237.
[FAILED]

The latest version in the repository is:
perl-Compress-Raw-Zilb-2.035-1.el5.rf.i386.rpm

If someone has time to update this rpm I'd greatly appreciate it!

Best regards,

Fred
Ned Slider
2011-07-27 23:18:09 UTC
Permalink
Post by Fred Kienker
After updating to perl-IO-Compress-2.036-1.el5.rfx.noarch.rpm from
perl-IO-Compress-2.035-1.el5.rfx.noarch.rpm the following error appears
Starting Mail Virus Scanner (amavisd): fetch_modules: error loading
Compress::Raw::Zlib version 2.036 required--this is only version 2.035
at /usr/lib/perl5/vendor_perl/5.8.8/Compress/Zlib.pm line 11.
BEGIN failed--compilation aborted at
/usr/lib/perl5/vendor_perl/5.8.8/Compress/Zlib.pm line 11.
Compilation failed in require at /usr/sbin/amavisd line 197.
Compress::Zlib
BEGIN failed--compilation aborted at /usr/sbin/amavisd line 237.
[FAILED]
perl-Compress-Raw-Zilb-2.035-1.el5.rf.i386.rpm
If someone has time to update this rpm I'd greatly appreciate it!
Best regards,
Fred
I think the Requires need updating in perl-IO-Compress:

# rpm -q --requires perl-IO-Compress
perl(Compress::Raw::Bzip2) >= 2.024
perl(Compress::Raw::Zlib) >= 2.024
perl(Scalar::Util)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(VersionedDependencies) <= 3.0.3-1
rpmlib(VersionedDependencies) <= 3.0.3-1

Would it make sense for the versions of perl(Compress::Raw::Bzip2) and
perl(Compress::Raw::Zlib) to match that of perl-IO-Compress?
Ned Slider
2011-07-27 23:28:50 UTC
Permalink
Post by Ned Slider
Post by Fred Kienker
After updating to perl-IO-Compress-2.036-1.el5.rfx.noarch.rpm from
perl-IO-Compress-2.035-1.el5.rfx.noarch.rpm the following error appears
Starting Mail Virus Scanner (amavisd): fetch_modules: error loading
Compress::Raw::Zlib version 2.036 required--this is only version 2.035
at /usr/lib/perl5/vendor_perl/5.8.8/Compress/Zlib.pm line 11.
BEGIN failed--compilation aborted at
/usr/lib/perl5/vendor_perl/5.8.8/Compress/Zlib.pm line 11.
Compilation failed in require at /usr/sbin/amavisd line 197.
Compress::Zlib
BEGIN failed--compilation aborted at /usr/sbin/amavisd line 237.
[FAILED]
perl-Compress-Raw-Zilb-2.035-1.el5.rf.i386.rpm
If someone has time to update this rpm I'd greatly appreciate it!
Best regards,
Fred
# rpm -q --requires perl-IO-Compress
perl(Compress::Raw::Bzip2)>= 2.024
perl(Compress::Raw::Zlib)>= 2.024
perl(Scalar::Util)
rpmlib(PayloadFilesHavePrefix)<= 4.0-1
rpmlib(CompressedFileNames)<= 3.0.4-1
rpmlib(VersionedDependencies)<= 3.0.3-1
rpmlib(VersionedDependencies)<= 3.0.3-1
Would it make sense for the versions of perl(Compress::Raw::Bzip2) and
perl(Compress::Raw::Zlib) to match that of perl-IO-Compress?
Sorry, I should have shown:

# rpm -q perl-IO-Compress perl-Compress-Raw-Bzip2 perl-Compress-Raw-Zlib
perl-IO-Compress-2.035-1.el5.rfx.noarch
perl-Compress-Raw-Bzip2-2.035-1.el5.rf.x86_64
perl-Compress-Raw-Zlib-2.035-1.el5.rf.x86_64
Ned Slider
2011-07-27 23:28:50 UTC
Permalink
Post by Ned Slider
Post by Fred Kienker
After updating to perl-IO-Compress-2.036-1.el5.rfx.noarch.rpm from
perl-IO-Compress-2.035-1.el5.rfx.noarch.rpm the following error appears
Starting Mail Virus Scanner (amavisd): fetch_modules: error loading
Compress::Raw::Zlib version 2.036 required--this is only version 2.035
at /usr/lib/perl5/vendor_perl/5.8.8/Compress/Zlib.pm line 11.
BEGIN failed--compilation aborted at
/usr/lib/perl5/vendor_perl/5.8.8/Compress/Zlib.pm line 11.
Compilation failed in require at /usr/sbin/amavisd line 197.
Compress::Zlib
BEGIN failed--compilation aborted at /usr/sbin/amavisd line 237.
[FAILED]
perl-Compress-Raw-Zilb-2.035-1.el5.rf.i386.rpm
If someone has time to update this rpm I'd greatly appreciate it!
Best regards,
Fred
# rpm -q --requires perl-IO-Compress
perl(Compress::Raw::Bzip2)>= 2.024
perl(Compress::Raw::Zlib)>= 2.024
perl(Scalar::Util)
rpmlib(PayloadFilesHavePrefix)<= 4.0-1
rpmlib(CompressedFileNames)<= 3.0.4-1
rpmlib(VersionedDependencies)<= 3.0.3-1
rpmlib(VersionedDependencies)<= 3.0.3-1
Would it make sense for the versions of perl(Compress::Raw::Bzip2) and
perl(Compress::Raw::Zlib) to match that of perl-IO-Compress?
Sorry, I should have shown:

# rpm -q perl-IO-Compress perl-Compress-Raw-Bzip2 perl-Compress-Raw-Zlib
perl-IO-Compress-2.035-1.el5.rfx.noarch
perl-Compress-Raw-Bzip2-2.035-1.el5.rf.x86_64
perl-Compress-Raw-Zlib-2.035-1.el5.rf.x86_64

Fred Kienker
2011-07-27 18:01:11 UTC
Permalink
After updating to perl-IO-Compress-2.036-1.el5.rfx.noarch.rpm from
perl-IO-Compress-2.035-1.el5.rfx.noarch.rpm the following error appears
when staring amavisd (amavisd-new-2.6.6-1.el5.rf.i386.rpm):

Starting Mail Virus Scanner (amavisd): fetch_modules: error loading
required module Compress/Zlib.pm:
Compress::Raw::Zlib version 2.036 required--this is only version 2.035
at /usr/lib/perl5/vendor_perl/5.8.8/Compress/Zlib.pm line 11.
BEGIN failed--compilation aborted at
/usr/lib/perl5/vendor_perl/5.8.8/Compress/Zlib.pm line 11.
Compilation failed in require at /usr/sbin/amavisd line 197.
ERROR: MISSING REQUIRED BASIC MODULES:
Compress::Zlib
BEGIN failed--compilation aborted at /usr/sbin/amavisd line 237.
[FAILED]

The latest version in the repository is:
perl-Compress-Raw-Zilb-2.035-1.el5.rf.i386.rpm

If someone has time to update this rpm I'd greatly appreciate it!

Best regards,

Fred
Ned Slider
2011-07-27 23:18:09 UTC
Permalink
Post by Fred Kienker
After updating to perl-IO-Compress-2.036-1.el5.rfx.noarch.rpm from
perl-IO-Compress-2.035-1.el5.rfx.noarch.rpm the following error appears
Starting Mail Virus Scanner (amavisd): fetch_modules: error loading
Compress::Raw::Zlib version 2.036 required--this is only version 2.035
at /usr/lib/perl5/vendor_perl/5.8.8/Compress/Zlib.pm line 11.
BEGIN failed--compilation aborted at
/usr/lib/perl5/vendor_perl/5.8.8/Compress/Zlib.pm line 11.
Compilation failed in require at /usr/sbin/amavisd line 197.
Compress::Zlib
BEGIN failed--compilation aborted at /usr/sbin/amavisd line 237.
[FAILED]
perl-Compress-Raw-Zilb-2.035-1.el5.rf.i386.rpm
If someone has time to update this rpm I'd greatly appreciate it!
Best regards,
Fred
I think the Requires need updating in perl-IO-Compress:

# rpm -q --requires perl-IO-Compress
perl(Compress::Raw::Bzip2) >= 2.024
perl(Compress::Raw::Zlib) >= 2.024
perl(Scalar::Util)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(VersionedDependencies) <= 3.0.3-1
rpmlib(VersionedDependencies) <= 3.0.3-1

Would it make sense for the versions of perl(Compress::Raw::Bzip2) and
perl(Compress::Raw::Zlib) to match that of perl-IO-Compress?
Loading...