Matthew Hardy wrote:
I am trying to upgrade to spamassassin 3.2.0 from 3.1.8, with my
operating
system being Mac OS X, v 10.4.9. The install failed when running cpan,
despite an earlier successful installation. The following is a part of
the script file of the terminal output during the cpan session. It
indicates a problem with Net::DNS.
At the end of this message, I am attaching cpan session record of my
attempt to install Net::DNS.
There seemed to be multiple problems. In particular, the MIME::Base64
is 3.05, whereas it
should be 3.07. I would be grateful for advice on how to rectify.
When I looked at MIME::Base64,
here is what I found --
cpan> install MIME::Base64
CPAN: Storable loaded ok
Going to read /Users/hardy/.cpan/Metadata
Database was generated on Mon, 04 Jun 2007 19:10:03 GMT
MIME::Base64 is up to date (3.07).
hardy> spamassassin -V
SpamAssassin version 3.1.8
running on Perl version 5.8.6
checking module dependencies and their versions...
***************************************************************************
ERROR: the required Net::DNS (version 0.34) module is not installed.
at lib/Mail/SpamAssassin/Util/DependencyInfo.pm line 293, <STDIN> line 1.
Used for all DNS-based tests (SBL, XBL, SpamCop, DSBL, etc.),
perform MX checks, and is also used when manually reporting spam to
SpamCop.
You need to make sure the Net::DNS version is sufficiently up-to-date:
- version 0.34 or higher on Unix systems
- version 0.46 or higher on Windows systems
***************************************************************************
NOTE: the optional MIME::Base64 module is installed,
but is not an up-to-date version.
This module is highly recommended to increase the speed with which
Base64 encoded messages/mail parts are decoded.
***************************************************************************
Text deleted.
***************************************************************************
REQUIRED module missing: Net::DNS
optional module out of date: MIME::Base64
optional module missing: Mail::SPF
optional module missing: Mail::SPF::Query
optional module missing: Net::Ident
optional module missing: Mail::DomainKeys
optional module missing: Mail::DKIM
optional module missing: LWP::UserAgent
optional module missing: HTTP::Date
optional module missing: Encode::Detect
Can you not just go to CPAN and install these modules?