Hi,
I was checking through the installation of spamassassin 3.0.2 via spamassassin -D --lint and notice that i have an error on Net::DNS,
debug: failed to load Net::DNS::Resolver: Can't locate Net/DNS.pm in @INC
113.
What should I do to solve this? I am running on a Fedora Core 3.
Best regards
Install Net::DNS
perl -MCPAN -e shell install Net::DNS exit
I tried that. Found some errors which Net::DNS cannot install.
t/01-resolver-file.........ok 7/8 skipped: Could not read configuration file
t/10-recurse...............ok 4/12# Failed test (t/10-recurse.t at line 36)
Can't call method "answer" on an undefined value at t/10-recurse.t line 37.
# Looks like you planned 12 tests but only ran 5.
# Looks like your test died just after 5.
t/10-recurse...............dubious
Test returned status 255 (wstat 65280, 0xff00)
Scalar found where operator expected at (eval 153) line 1, near "'int' $__val"
(Missing operator before $__val?)
DIED. FAILED tests 5-12
Failed 8/12 tests, 33.33% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/10-recurse.t 255 65280 12 15 125.00% 5-12
2 tests and 7 subtests skipped.
Failed 1/20 test scripts, 95.00% okay. 8/825 subtests failed, 99.03% okay.
make: *** [test_dynamic] Error 2
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force
I checked the /etc/resolv.conf file
[EMAIL PROTECTED] ~]# cat /etc/resolv.conf nameserver 219.93.68.138
219.93.68.138 is IP of the machine which is running on bind-9.2.4-8_FC3.
best regards