On Wed, 4 Feb 2009, Murray S. Kucherawy wrote:
2) The symbol MAXDNAME is not defined in your
/usr/local/include/resolv.conf. That probably means you have installed
some resolver other than the standard one (bind-9.6.0 perhaps?) which has
some new format or dependencies. You need to find out where MAXDNAME is
defined and include that as well. You might try adding this to
libar/Makefile.m4, just as a guess:
Actually my guess may not work. Instead, try the attached patch on
libar/manual.c to solve the second problem.Index: manual.c
===================================================================
RCS file: /cvs/libar/manual.c,v
retrieving revision 1.7
diff -u -r1.7 manual.c
--- manual.c 19 Feb 2008 20:16:11 -0000 1.7
+++ manual.c 5 Feb 2009 06:24:22 -0000
@@ -15,6 +15,10 @@
#ifdef DARWIN
# include <arpa/nameser.h>
#endif /* DARWIN */
+#if SOLARIS >= 21000
+# include <arpa/nameser.h>
+# include <arpa/nameser_compat.h>
+#endif /* SOLARIS >= 21000 */
#include <resolv.h>
#include <netdb.h>
#include <ctype.h>
------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
dkim-milter-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dkim-milter-discuss