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 -- Jussi Hirvi * Green Spot Topeliuksenkatu 15 C * 00250 Helsinki * Finland Tel. +358 9 493 981 * Mobile +358 40 771 2098 (only sms) jussi.hirvi at greenspot.fi * http://www.greenspot.fi
Ok, more information. I have Openwebmail 2.52. I tried to install 2.53
with yum, and get the following. This points to what the conflict is
about. But I still don't know how to fix this.
- Jussi
Installing:
openwebmail i386 2.53-3
openwebmail 2.4 M
Installing for dependencies:
openwebmail-data i386 2.53-3
openwebmail 7.3 M
perl-Compress-Zlib noarch 2.015-1.el5.rf
rpmforge 34 k
perl-suidperl i386 4:5.8.8-32.el5_5.2
updates 62 k
Transaction Summary
==========================================================================================================Install
4 Package(s)
Upgrade 0 Package(s)
Total size: 9.9 M
Total download size: 62 k
Is this ok [y/N]: y
Downloading Packages:
perl-suidperl-5.8.8-32.el5_5.2.i386.rpm
| 62 kB 00:00
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Check Error:
file /usr/lib/perl5/vendor_perl/5.8.8/Compress/Zlib.pm from install
of perl-Compress-Zlib-2.015-1.el5.rf.noarch conflicts with file from
package perl-IO-Compress-2.030-2.el5.rf.noarch
file /usr/share/man/man3/Compress::Zlib.3pm.gz from install of
perl-Compress-Zlib-2.015-1.el5.rf.noarch conflicts with file from
package perl-IO-Compress-2.030-2.el5.rf.noarch
--
Jussi Hirvi * Green Spot
Topeliuksenkatu 15 C * 00250 Helsinki * Finland
Tel. +358 9 493 981 * Mobile +358 40 771 2098 (only sms)
jussi.hirvi at greenspot.fi * http://www.greenspot.fi
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