deconya wrote: > Hi > > User of mailing postfix list pass me this list if would be possible to help > me with my problem. Im upgrading and old version of amavisd-new (2.1.2 > version) to the new 2.6.1. Im looking the README manual and installing all > perl modules but when I start amavisd in debug mode appears: > > ---------------------------------------------------------------------------------- > Problem in Amavis::DB or Amavis::DB::SNMP code: Can't locate loadable object > for module BerkeleyDB in @INC (@INC contains: > /usr/lib/perl5/5.8.0/i386-linux-thread-multi > /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi > /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl > /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi > /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl > /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0) at (eval > 34) line 19 > Compilation failed in require at (eval 34) line 19. > BEGIN failed--compilation aborted at (eval 34) line 19. > Undefined subroutine &BerkeleyDB::Term::close_everything called at > /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/BerkeleyDB.pm line > 1649. > END failed--call queue aborted. > ---------------------------------------------------------------------------------- > > and I don't know how to repair this. In any manual appears information about > this. Someone can help me? > > Best Regards
Looks like you're missing the BerkeleyDB perl module. Try: cpan -i BerkeleyDB Then reload amavisd. That should resolve the issue for you. Bill ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ 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/
