It looks like you are running RHEL4. WHy don't you just uninstall the perl 
module like this:

rpm -e perl-Compress-Zlib

if it won't do that use:

rpm -e --nodeps perl-Compress-Zlib

And then reinstall the package with

up2date -i perl-Compress-Zlib

or if you have the dag wieers repo:

yum install perl-Compress-Zlib


That way you stay compatible with the rest of your installation. If you do 
want to use cpan (which is a good idea sometimes) then use cpan2rpm for 
installing perl modules. Again that will keep your package db in good 
order.

Hope this helps,

.peter

On Thu, 13 Mar 2008, Voytek Eymont wrote:

>
> On Thu, March 13, 2008 12:18 pm, Voytek Eymont wrote:
>
>
> I've tried updating zlib as follows, but, no luck:
>
> ----
> # rpm -Uvh perl-Compress-Raw-Zlib-2.008-1.el4.rf.i386.rpm
> Preparing...                ###########################################
> [100%]
>   1:perl-Compress-Raw-Zlib ###########################################
> [100%]
> # amavisd --debug
> ERROR: MISSING REQUIRED BASIC MODULES:
>  Compress::Zlib
> BEGIN failed--compilation aborted at /usr/sbin/amavisd line 171.
> # amavisd --version
> ERROR: MISSING REQUIRED BASIC MODULES:
>  Compress::Zlib
> BEGIN failed--compilation aborted at /usr/sbin/amavisd line 171.
>
> uname -a
> Linux  2.6.9-55.0.9.EL #1 Thu Sep 27 18:10:45 EDT 2007 i686 i686
>
>
>
> -----
>
> --
> Voytek
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> AMaViS-user mailing list
> AMaViS-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/amavis-user
> AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
> AMaViS-HowTos:http://www.amavis.org/howto/
>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to