I got this error: > Starting Mail Virus Scanner (amavisd): ERROR: MISSING REQUIRED BASIC > MODULES: > IO::Wrap > IO::Stringy > MIME::Head > MIME::Body > MIME::Entity > MIME::Parser > MIME::Decoder::Gzip64 > BEGIN failed--compilation aborted at /usr/sbin/amavisd line 128. > [FAILED]
You're just missing the Perl packages mentioned. You can easily get them through the CPAN CLI like so: # perl -MCPAN -e shell o conf prerequisites ask install IO::Wrap install IO::Stringy install MIME::Head ... quit Good luck with amavisd-new. I'm thinking of doing a deploy myself. -- Paolo Vanni M. Ve�egas Ateneo Campus Network Group (CNG) 4 BS CS, Ateneo de Manila http://acp.ateneo.edu/~paolo/ -- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
