Jason, > I have a problems since i last update the software on my Freebsd 7.0 Box > when i go to start amavisd i get the following error message > > "fetch_modules: error loading required module Compress/Zlib.pm: > IO::Compress::Gzip version 2.03 required--this is only version > 2.015 at /usr/local/lib/perl5/5.10.1/mach/Compress/Zlib.pm line 12. > BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.10.1/ > mach/Compress/Zlib.pm line 12. > Compilation failed in require at /usr/local/sbin/amavisd line 197. > ERROR: MISSING REQUIRED BASIC MODULES: > Compress::Zlib > BEGIN failed--compilation aborted at /usr/local/sbin/amavisd line 237." > > > To the best of my knowledge I have version 2.0 of IO:Compress > I can not find a 2.03 version of IO::Compress::Gzip
The IO::Compress::Gzip is part of IO::Compress::Zlib. Try reinstalling archivers/p5-IO-Compress-Zlib from ports, its current version is 2.015. If the error persists, it may be that you have modules of different versions of perl present under /usr/local/lib/perl5, perhaps due to a previous perl upgrade. If this is the case, write down (pkg_info | grep 'p5-') a list of all your current p5-* modules, 'pkg_delete -f' them all, and reinstall them all from ports. Reinstalling first amavisd-new or SpamAssassin from ports gets you back most of the necessary modules, the rest can be reinstalled manually. This can even be done on-the-fly while keeping amavisd running (using its in-memory copy of modules it needs), and restarting it only when all seems back in good shape. Mark ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amavis-user Please visit http://www.ijs.si/software/amavisd/ regularly For administrativa requests please send email to rainer at openantivirus dot org