bind-9.8.1 - make error with MySQL DLZ

Evan Hunt each at isc.org
Wed Sep 7 20:44:39 UTC 2011


> I am getting an undefined reference error when running make on  
> bind-9.8.1. Error message at bottom.

Yes, sorry about that -- known bug, will be fixed in 9.8.2.  Here's a
patch:

Index: contrib/dlz/drivers/sdlz_helper.c
===================================================================
RCS file: /proj/cvs/prod/bind9/contrib/dlz/drivers/sdlz_helper.c,v
retrieving revision 1.3
diff -u -r1.3 sdlz_helper.c
--- contrib/dlz/drivers/sdlz_helper.c	14 May 2010 06:29:37 -0000	1.3
+++ contrib/dlz/drivers/sdlz_helper.c	5 Sep 2011 17:31:30 -0000
@@ -50,8 +50,6 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#ifdef DLZ
-
 #include <config.h>
 
 #include <dns/log.h>
@@ -527,5 +525,3 @@
 
 	return isc_mem_strdup(mctx, value);
 }
-
-#endif


-- 
Evan Hunt -- each at isc.org
Internet Systems Consortium, Inc.



More information about the bind-users mailing list