1

Topic: Amavisd will not start

Did an upgrade on all the ports I have installed on Freebsd 8 rebooted after the upgrade and now Amavisd will not start. When I try to start this is the error messages I am receiving.

fetch_modules: error loading required module Time/HiRes.pm:
  Can't load '/usr/local/lib/perl5/site_perl/5.10.1/mach/auto/Time/HiRes/HiRes.so' for module Time::HiRes: /usr/local/lib/perl5/site_perl/5.10.1/mach/auto/Time/HiRes/HiRes.so: Undefined symbol "PL_sv_undef" at /usr/local/lib/perl5/5.10.1/mach/DynaLoader.pm line 200.
   at /usr/local/sbin/amavisd line 197
  Compilation failed in require at /usr/local/sbin/amavisd line 197.
fetch_modules: error loading required module Unix/Syslog.pm:
  Can't load '/usr/local/lib/perl5/site_perl/5.10.1/mach/auto/Unix/Syslog/Syslog.so' for module Unix::Syslog: /usr/local/lib/perl5/site_perl/5.10.1/mach/auto/Unix/Syslog/Syslog.so: Undefined symbol "PL_sv_undef" at /usr/local/lib/perl5/5.10.1/mach/DynaLoader.pm line 200.
   at /usr/local/sbin/amavisd line 197
  Compilation failed in require at /usr/local/sbin/amavisd line 197.
fetch_modules: error loading required module Compress/Zlib.pm:
  Can't load '/usr/local/lib/perl5/site_perl/5.10.1/mach/auto/Compress/Raw/Zlib/Zlib.so' for module Compress::Raw::Zlib: /usr/local/lib/perl5/site_perl/5.10.1/mach/auto/Compress/Raw/Zlib/Zlib.so: Undefined symbol "PL_sv_undef" at /usr/local/lib/perl5/5.10.1/mach/DynaLoader.pm line 200.
   at /usr/local/lib/perl5/site_perl/5.10.1/Compress/Zlib.pm line 12
  Compilation failed in require at /usr/local/lib/perl5/site_perl/5.10.1/Compress/Zlib.pm line 12.
  BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.10.1/Compress/Zlib.pm line 12.
  Compilation failed in require at /usr/local/sbin/amavisd line 197.
ERROR: MISSING REQUIRED BASIC MODULES:
  Time::HiRes
  Unix::Syslog
  Compress::Zlib
BEGIN failed--compilation aborted at /usr/local/sbin/amavisd line 237.
/usr/local/etc/rc.d/amavisd: WARNING: failed to start amavisd

I am dead in the water right now because when I check my mail logs this is what is showing:

postfix/smtp[42644]: 64D3515EC37: to=<betts< norden1.com>, relay=none, delay=2425, delays=2425/0.1/0/0, dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]:10024: Connection refused)

Looks like my mail is not being delivered to my users and that is not good.
Can anyone help on this one?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Amavisd will not start

dbetts22 wrote:

postfix/smtp[42644]: 64D3515EC37: to=<betts< norden1.com>, relay=none, delay=2425, delays=2425/0.1/0/0, dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]:10024: Connection refused)

Comment 'content-filter = smtpxxx1024' in postfix main.cf file temporarily, and restart postfix to make it work first.

Try to solve the amavisd issue and enable it in postfix again.