CentosBFS: spamassassin: "module not installed: Net::DNS::Nameserver ('require' failed)"
Posted: 22 Aug 2016 12:07
This might only be a problem with my installation. I'm putting the information here in case anyone else has the same problem.
While running the following command
I came across the following error
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7052
short version:
My system is a "build from scratch" and others may have this problem.
I'd like to know if it's just me or if it is an actual, real problem. If anyone can check and let me know if they have that module already installed, I'd greatly appreciate it.
Thanks.
While running the following command
Code: Select all
spamassassin -D --lint 2&>1 | grep failed
A quick google search turned up the following link:dbg: diag: [...] module not installed: Net::DNS::Nameserver ('require' failed)
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7052
short version:
A quick "sudo yum install perl-Net-DNS-Nameserver" and the perl module installed without problem and the error in lint checking went away.With RHEL/CentOS, Net-DNS is split into Net-DNS and Net-DNS-Nameserver.
This causes issues such as:
[snip]
The solution on RHEL/CentOS systems is to install perl-Net-DNS-Nameserver using yum, for example.
My system is a "build from scratch" and others may have this problem.
I'd like to know if it's just me or if it is an actual, real problem. If anyone can check and let me know if they have that module already installed, I'd greatly appreciate it.
Thanks.