https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6604
D. Stussy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |software+spamassassin@kd6lv | |w.ampr.org --- Comment #2 from D. Stussy <[email protected]> 2011-05-26 21:23:52 UTC --- Input: perl -e 'if (require DBI) { print "DBI Version is: $DBI::VERSION\n"; exit 0;} else {exit 1;}' || echo 'DBI Not Present!' Output: DBI Version is: 1.616 Yes, I have tried reinstalling DBI with a "fforce install DBI" command. It is found here: > find /usr/local/lib/perl5/ -name DBI /usr/local/lib/perl5/site_perl/5.14.0/x86_64-linux-ld/DBI /usr/local/lib/perl5/site_perl/5.14.0/x86_64-linux-ld/auto/DBI /usr/local/lib/perl5/site_perl/5.12.3/x86_64-linux-thread-multi-ld/DBI /usr/local/lib/perl5/site_perl/5.12.3/x86_64-linux-thread-multi-ld/auto/DBI /usr/local/lib/perl5/site_perl/5.12.3/x86_64-linux-ld/DBI /usr/local/lib/perl5/site_perl/5.12.3/x86_64-linux-ld/auto/DBI The instance reinstalled under 5.14.0 should take precedence. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
