Upgrading BIND to ISC version 9.16.3
Solaris 11.4 x86 64 bit VM in a VMware test environment --upgrading test machine from ISC BIND 9.14.9 to 9.16.3
Discovered BIND 9.16.3 dependencies: pkg-config, libuv, aotomake, m4, libtool, autoconf
Installed pkg-config, automake, libtool, autoconf using $pkg install command
Installed libuv-v1.38.0 and m4 from distribution mirrors
$ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig  >>this allows './configure' to discover libuv
$bind-9.16.3#: ./confgure --enable-full-report --enable-largefile --with-tuning=large --with-openssl=/usr/local --sysconfdir=/etc --localstatedir=/var --with-gssapi=krb5-config --with-libtool --enable-fixed-rrset --libdir=/usr/local/lib
./configure completed--no errors
$bind-9.16.3#:make
    >>returned the following errors:
ld.so.1: gen: fatal: libuv.so.1: open failed: No such file or directory