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

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: automating DS Record submit to parent with 'new' kasp/dnssec-policy support in bind?

2020-05-27 Thread PGNet Dev
On 5/26/20 4:50 PM, Mark Andrews wrote: > This is where we need to get the registrars to follow standards. They are > written > so everyone doesn’t have to cobble together ad-hoc solutions. Hourly scans > of all > the DNSSEC delegations by the registrars would do. > > push solutions sounds re

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
I ran $ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig and pkg-config --list-all | grep libuv and got the desired results Since I had tried so many casual fixes in the working directory, I decided to try over again so I deleted it and 'un-tared' the original bind-9.16.3 directory. I ran c

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

2020-05-27 Thread Ondřej Surý
Jim, you need to read up on how to setup the system dynamic linker to add extra directories with libraries. Searching for “library path Solaris” shows this as one of the first links: https://docs.oracle.com/cd/E19205-01/819-5262/aeude/index.html Ondrej -- Ondřej Surý — ISC > On 27 May 2020, at

Re: automating DS Record submit to parent with 'new' kasp/dnssec-policy support in bind?

2020-05-27 Thread Ondřej Surý
Please submit a feature request to our GitLab instance. I can’t guarantee that we will get to it in the timeframe you need, but the mails tend to get lost. Ondrej -- Ondřej Surý — ISC > On 27 May 2020, at 19:35, PGNet Dev wrote: > > On 5/26/20 4:50 PM, Mark Andrews wrote: >> This is where we

Re: automating DS Record submit to parent with 'new' kasp/dnssec-policy support in bind?

2020-05-27 Thread PGNet Dev
On 5/27/20 11:56 AM, Ondřej Surý wrote: > Please submit a feature request to our GitLab instance. https://gitlab.isc.org/isc-projects/bind9/-/issues/1890 ___ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list