Hello, I try to install SpamAssassin with:
cd /root
perl -MCPAN -e shell
o conf prerequisites_policy ask
install Mail::SpamAssassin
But I got the following errors:
checking module dependencies and their versions...
***************************************************************************
ERROR: the required Net::DNS (version 0.34) module is installed,
but is not an up-to-date version. 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
In fact, I have installed module Net-DNS-0.59
How to solve it? Please help me, Thank you!