Re: [Non-DoD Source] Re: Upgrading from BIND 9.14.9 to 9.16.3

2020-05-28 Thread Ondřej Surý
t; > "If you always do what you always did you will always get what you always > got." > > > -Original Message- > From: bind-users On Behalf Of Michal Nowak > Sent: Thursday, May 28, 2020 5:13 AM > To: bind-users@lists.isc.org > Subject: Re: [Non-DoD

Re: [Non-DoD Source] Re: Upgrading from BIND 9.14.9 to 9.16.3

2020-05-28 Thread Jaco Lesch
iginal Message- From: bind-users On Behalf Of Michal Nowak Sent: Thursday, May 28, 2020 5:13 AM To: bind-users@lists.isc.org Subject: Re: [Non-DoD Source] Re: Upgrading from BIND 9.14.9 to 9.16.3 All active links contained in this email were disabled. Please verify the identity of the

RE: [Non-DoD Source] Re: Upgrading from BIND 9.14.9 to 9.16.3

2020-05-28 Thread DeCaro, James John (Jim) CIV DISA FE (USA) via bind-users
20 5:13 AM To: bind-users@lists.isc.org Subject: Re: [Non-DoD Source] Re: Upgrading from BIND 9.14.9 to 9.16.3 All active links contained in this email were disabled. Please verify the identity of the sender, and confirm the authenticity of all links contained within the message prior to copying a

Re: [Non-DoD Source] Re: Upgrading from BIND 9.14.9 to 9.16.3

2020-05-28 Thread Michal Nowak
On 27/05/2020 20:22, DeCaro, James John (Jim) CIV DISA FE (USA) via bind-users wrote: ld.so.1: gen: fatal: libuv.so.1: open failed: No such file or directory ... $ find / -name libuv* -print /usr/local/lib/libuv.so /usr/local/lib/libuv.la /usr/local/lib/libuv.so.1 /usr/local/lib/libuv.a /usr

Re: [Non-DoD Source] Re: Upgrading from BIND 9.14.9 to 9.16.3

2020-05-27 Thread Ondřej Surý
t; ☎ 301-375-8180 > james.j.decaro3@mail.mil > james.j.decaro3@mail.smil.mil > > "If you always do what you always did you will always get what you always > got." > > > -Original Message- > From: DeCaro, James John (Jim) CIV DISA FE (USA)

RE: [Non-DoD Source] Re: Upgrading from BIND 9.14.9 to 9.16.3

2020-05-27 Thread DeCaro, James John (Jim) CIV DISA FE (USA) via bind-users
u always do what you always did you will always get what you always got." -Original Message- From: DeCaro, James John (Jim) CIV DISA FE (USA) Sent: Wednesday, May 27, 2020 1:28 PM To: 'Ondřej Surý' Subject: RE: [Non-DoD Source] Re: Upgrading from BIND 9.14.9 to 9.16.3 T

Re: Upgrading from BIND 9.14.9 to 9.16.3

2020-05-27 Thread Ondřej Surý
Jim, I did reply to you on the issue you created, I’ll copy it here for clarity: > You should evaluate the contents of config.log file for proper diagnostics. > > That said, you are most probably missing pkg-config configuration, try > setting PKG_CONFIG_PATH environment variable to a directory

RE: Upgrading from BIND 9.14.9 to 9.16.3

2020-05-27 Thread DeCaro, James John (Jim) CIV DISA FE (USA) via bind-users
Solaris Unix x86 64 bit VM on VMware I discovered a new dependency: libuv. libuv also has dependencies: automake m4 libtool autoconf. I installed the dependencies, then tried installing various versions of libuv using sh autogen.sh -- then ./configure - make - make check - make install t