Unable to build BIND 9.11.0-P3 on RHEL 6.0 64-bit

Mark Andrews marka at isc.org
Tue Mar 28 22:35:56 UTC 2017


'configure --with-dlopen=no' and apply this patch from 9.11.1 or fix how
OpenSSL is being built.

commit de6469b663b55aacd19bdcdd925ce381f0c4b4df
Author: Mark Andrews <marka at isc.org>
Date:   Thu Oct 27 15:37:26 2016 +1100

    4493.   [bug]           bin/tests/system/dyndb/driver/Makefile.in should use
                            SO_TARGETS. [RT# 43336]
    
    (cherry picked from commit c910fc24ce2aad5fa9e9a2d304f818fd8e996e6f)

diff --git a/CHANGES b/CHANGES
index cc3bab25b7..c737267301 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+4493.  [bug]           bin/tests/system/dyndb/driver/Makefile.in should use
+                       SO_TARGETS. [RT# 43336]
+
 4492.  [bug]           irs_resconf_load failed to initialise sortlistnxt
                        causing bad writes if resolv.conf contained a
                        sortlist directive. [RT #43459]
diff --git a/bin/tests/system/dyndb/driver/Makefile.in b/bin/tests/system/dyndb/driver/Makefile.in
index 6653872a4e..df1e3c0037 100644
--- a/bin/tests/system/dyndb/driver/Makefile.in
+++ b/bin/tests/system/dyndb/driver/Makefile.in
@@ -32,7 +32,8 @@ SRCS =                db.c driver.c instance.c \
 OBJS =         db. at O@ driver. at O@ instance. at O@ \
                lock. at O@ log. at O@ syncptr. at O@ zone. at O@
 
-TARGETS =      lib/sample. at SO@
+SO_TARGETS =   lib/sample. at SO@
+TARGETS =      @SO_TARGETS@
 
 @BIND9_MAKE_RULES@
 

-- 
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: marka at isc.org


More information about the bind-users mailing list