> I wonder, do I need to recompile spamassassin to make it aware of the new > version of Berkeley?
This has nothing to do with SpamAssassin actually.
1) Recompile the DB_File module to use the new libs. 2) Run db_upgrade on the databases to upgrade them to the new version.
SA just uses DB_File, and DB_File uses Berkeley DB, so if you get those all set, SA will be happy. :)
Since I obtained DB_File from CPAN, can a
perl -MCPAN -e 'install DB_File'
obtain these results, or should I go grab the source and recompile that way?
