[bug-notifications] [pm_iocompress 0004683]: Since upgrading to version 2.032 Compress::Zlib fails to load
Mantis Bug Tracker
noreply at opencsw.org
Wed Feb 2 13:42:58 CET 2011
A NOTE has been added to this issue.
======================================================================
https://www.opencsw.org/mantis/view.php?id=4683
======================================================================
Reported By: smwardle
Assigned To: bonivart
======================================================================
Project: pm_iocompress
Issue ID: 4683
Category: regular use
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
======================================================================
Date Submitted: 2011-02-02 10:52 CET
Last Modified: 2011-02-02 13:42 CET
======================================================================
Summary: Since upgrading to version 2.032 Compress::Zlib
fails to load
Description:
amavisd_new will no longer start, fails trying to load Compress::Zlib
======================================================================
----------------------------------------------------------------------
(0008758) bonivart (manager) - 2011-02-02 13:42
https://www.opencsw.org/mantis/view.php?id=4683#c8758
----------------------------------------------------------------------
Ok, you have the latest packages. Please check which versions are really
found with this script:
#!/opt/csw/bin/perl
use strict;
foreach my $module (@ARGV)
{
eval "require $module";
if ($@) {
printf("%-30s: n/a\n", $module, $module->VERSION);
} else {
printf("%-30s: %s\n", $module, $module->VERSION);
}
}
Then run it with:
# ./perlmodver Compress::Zlib IO::Compress::Base::Common
Compress::Raw::Zlib IO::Compress::Gzip IO::Uncompress::Gunzip
I get:
Compress::Zlib : 2.032
IO::Compress::Base::Common : 2.032
Compress::Raw::Zlib : 2.032
IO::Compress::Gzip : 2.032
IO::Uncompress::Gunzip : 2.032
Since Amavis claims to get only 2.03 for Compress::Raw::Zlib I'm wondering
if you have something earlier in your INC that is being picked up. Any CPAN
stuff?
More information about the bug-notifications
mailing list