[CentOS] Openwebmail emergency (Perl)

Tue Oct 12 07:01:14 UTC 2010
David Hrbáč <hrbac.conf at seznam.cz>

Dne 12.10.2010 8:28, Jussi Hirvi napsal(a):
> After system update yesterday, Openwebmail now gives an error:
> 
>> Undefined subroutine &Compress::Zlib::memGzip called at /var/www/cgi-bin/openwebmail/shares/ow-shared.pl line 1175.
> 
> I tried to do
> 
> perl -MCPAN -e shell
> install Compress::Zlib
> 
> But it says Compress::Zlib is up-to-date. What do to?? I cannot find an 
> answer by googling.
> 
> - Jussi
> 

Hi,
what's the uname -a and rpm -q perl-Compress-Raw-Zlib perl-IO-Compress
perl-IO-Compress-Zlib perl.

I have just created testing pl script with Compress::Zlib::memGzip
running smoothly.
DH