https://issues.apache.org/SpamAssassin/show_bug.cgi?id=7052
--- Comment #4 from Kevin A. McGrail <[email protected]> --- (In reply to AXB from comment #2) > A regular SA setup on Centos 6.x does NOT require perl-Net-DNS-Nameserver > There must be something else that required you to install this on that box > > Please review this as it seems like an unnecessary dependency A make test fails on t/dnsbl_subtests.t as noted if you install perl-Net-DNS but not perl-Net-DNS-Namserver on CentOS 6.5. the t file includes: use Net::DNS::Nameserver; As noted, if you have Net::DNS installed from source, you get Net::DNS::Nameserver by default. RHEL/CentOS split the module. Not sure why. > please do no recommend using CPAN modules on RH flavours as they _can_ > cause all kinds of dependency issues with core modules. I didn't. I recommended installing the stock RPMs for perl-Net-DNS and perl-Net-DNS-Nameserver. -- You are receiving this mail because: You are the assignee for the bug.
