On Feb 14, 2011, at 11:24 AM, Dr. Martin P.J. Zinser wrote:
> 
> One problem that I am not quit sure how to fix happens during the build
> of Net::DNS 0.66 . 

To improve on my previous response a bit, all I did to get a successful build 
was the following change:

--- netdns.h;-0 2009-12-30 05:01:39 -0600
+++ netdns.h    2011-02-15 21:49:40 -0600
@@ -22,7 +22,9 @@ extern double foo(int, long, const char*
  * Hmmm 1010 is just a bit oversized
  */

+#ifndef MAXDNAME
 #define MAXDNAME 1010
+#endif

 int netdns_dn_expand( u_char *msg,  u_char *eomorig,
               u_char *comp_dn,  u_char *exp_dn,

[end]

followed by (with -xs to bypass the broken compiler test):

$ perl Makefile.PL -xs
$ mmk
...
$ mmk test
...
Failed 7/32 test programs. 3/1492 subtests failed.

And I think what failed was in not finding prerequisites I don't have.  Passing 
1489 / 1492 tests is pretty good.

________________________________________
Craig A. Berry
mailto:craigbe...@mac.com

"... getting out of a sonnet is much more
 difficult than getting in."
                 Brad Leithauser

Reply via email to