Re: [CentOS] SOLVED (Re: Openwebmail emergency (Perl))

2010-10-13 Thread David Hrbáč
Dne 14.10.2010 8:17, Jussi Hirvi napsal(a): > locate Zlib.pm C5 x86_64 /usr/lib/perl5/vendor_perl/5.8.8/Compress/Zlib.pm /usr/lib/perl5/vendor_perl/5.8.8/IO/Zlib.pm /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/Compress/Raw/Zlib.pm locate Zlib.pm | xargs rpm -qf perl-IO-Compress-2.

Re: [CentOS] SOLVED (Re: Openwebmail emergency (Perl))

2010-10-13 Thread Jussi Hirvi
As an aftermath to my recent Openwebmail problem, I would like to see a couple of outputs of the following: locate Zlib.pm Preferably on mail servers, where you have amavisd-new installed. I think I have too many copies of this, maybe because some time ago I did perl updates manually (perl -MC

[CentOS] SOLVED (Re: Openwebmail emergency (Perl))

2010-10-12 Thread Jussi Hirvi
Ok, I found a fix. I had to learn a little perl for that. :-) The offending file was /var/www/cgi-bin/openwebmail/shared/ow-shared.pm In that file, at the top of subroutine httpprint: # ADDED: use IO::Compress::Gzip qw(gzip $GzipError) ; Further down in that subroutine, around line 1175: