Hello all, I am on CentOS 6 64-bit. Normally I would just install modules with the official repository, but there currently is not a perl version newer than 5.10.1, so I had to go around and use perlbrew to get to 5.16.0. I am trying to install Mail::DKIM::Verifier with cpanm but I'm getting numerous DNS errors and the test is failing. I looked in the log and most of it looks okay, it's just this part that causes everything to fail:
Code:
DNS query timeout for _domainkey.messiah.edu at /root/.cpanm/work/1407
+941109.18337/Mail-DKIM-0.40/blib/lib/Mail/DKIM/DNS.pm line 156.
# Looks like you planned 19 tests but ran 2.
# Looks like your test exited with 4 just after 2.
t/policy.t ...................
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 17/19 subtests
DNS query timeout for test1._domainkey.messiah.edu at /root/.cpanm/wor
+k/1407941109.18337/Mail-DKIM-0.40/blib/lib/Mail/DKIM/DNS.pm line 156.
# Looks like your test exited with 4 before it could output anything.
t/public_key.t ...............
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 5/5 subtests
Naturally, I figured I need to install Mail::DKIM::DNS which is part of the Mail::DKIM package. However, I get the exact same error when trying to install that:
Code:
DNS query timeout for _domainkey.messiah.edu at /root/.cpanm/work/1407
+941381.18484/Mail-DKIM-0.40/blib/lib/Mail/DKIM/DNS.pm line 156.
# Looks like you planned 19 tests but ran 2.
# Looks like your test exited with 4 just after 2.
t/policy.t ...................
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 17/19 subtests
DNS query timeout for test1._domainkey.messiah.edu at /root/.cpanm/wor
+k/1407941381.18484/Mail-DKIM-0.40/blib/lib/Mail/DKIM/DNS.pm line 156.
# Looks like your test exited with 4 before it could output anything.
t/public_key.t ...............
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 5/5 subtests
I know DNS servers are set up on the machine because I can ping websites.
Code:
PING google.com (4.31.38.40) 56(84) bytes of data.
64 bytes from 4.31.38.40: icmp_seq=1 ttl=59 time=8.04 ms
64 bytes from 4.31.38.40: icmp_seq=2 ttl=59 time=8.26 ms
64 bytes from 4.31.38.40: icmp_seq=3 ttl=59 time=8.39 ms