Salvatore, > Hi, after perl upgrade I have an error about amavisd-new-2.2.1 (I use > amavis with maia/postfx/clamav/SA): > > [EMAIL PROTECTED] init.d]# service amavis start > Avvio di amavisd: Problem in the Amavis::Unpackers code: Can't locate > Compress/Zlib.pm in @INC (@INC contains: > /usr/lib/perl5/5.10.0/i386-linux-thread-multi /usr/lib/perl5/5.10.0 > /usr/local/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi > /usr/local/lib/perl5/site_perl/5.10.0 > /usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi > /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl) at (eval 81) > line 19. > BEGIN failed--compilation aborted at (eval 81) line 19. > > ..the Zlib.pm is located in: > > [EMAIL PROTECTED] init.d]# locate Zlib.pm > /usr/lib/perl5/5.10.0/IO/Zlib.pm > /usr/lib/perl5/5.10.0/i386-linux-thread-multi/Compress/Raw/Zlib.pm > /usr/lib/perl5/vendor_perl/5.8.8/Compress/Zlib.pm
As you have just shown, the Compress/Zlib.pm is not in any of the directories listed as an @INC path searched by your perl. You should (re)install a Compress::Zlib under a 5.10.0 tree. Mark ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
