'configure --with-dlopen=no' and apply this patch from 9.11.1 or fix how OpenSSL is being built.
commit de6469b663b55aacd19bdcdd925ce381f0c4b4df Author: Mark Andrews <ma...@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.@O@ driver.@O@ instance.@O@ \ lock.@O@ log.@O@ syncptr.@O@ zone.@O@ -TARGETS = lib/sample.@SO@ +SO_TARGETS = lib/sample.@SO@ +TARGETS = @SO_TARGETS@ @BIND9_MAKE_RULES@ -- Mark Andrews, ISC 1 Seymour St., Dundas Valley, NSW 2117, Australia PHONE: +61 2 9871 4742 INTERNET: ma...@isc.org _______________________________________________ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users