iSolaris 11.4 x86 virtual machine -upgrade BIND from the pre-installed 9.11.6 version to a compiled
Our requirement is to install BIND DNS 9.14.x Currently have installed openssl 1.1.1b. Trying to compile BIND 9.14.2.
We are initially installing BIND in usr/local directories prior to overwriting the existing binaries in /usr/sbin. Copied and unpacked bind-9/14/2 in a directory-- /tools/DNS_BIND. Ran ./configure with no options, and then used the recommended from the ISC site but added /local to some paths: ./configure --with-gssapi=krb5-config --prefix=/usr/local --with-libtool --bindir=/usr/local/sbin --sbindir=/usr/local/sbin --libdir=/usr/local/lib/dns --sysconfdir=/etc --localstatedir=/var
Also tried other variations, including allowing the defaults.
./configure completes successfully.