Oracle Solaris System Administration (MOSC)

MOSC Banner

Upgrading BIND to ISC version 9.16.3

edited Jun 9, 2020 6:59AM in Oracle Solaris System Administration (MOSC) 3 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center