You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2011/05/26 23:16:13 UTC

[Bug 6604] Perl 5.14.0 vs. SA 3.3.1 - DBI module no longer found by SA.

https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6604

Kevin A. McGrail <km...@pccc.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kmcgrail@pccc.com

--- Comment #1 from Kevin A. McGrail <km...@pccc.com> 2011-05-26 21:16:13 UTC ---
What is the output of this command?

 perl -e 'if (require DBI) { print "DBI Version is: $DBI::VERSION\n"; exit 0;}
else {exit 1;}' || echo 'DBI Not Present!' 

Also, have you tried reinstalling DBI?

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.