Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.protocols.dns.bind > #15785

Re: Upgrading from BIND 9.14.9 to 9.16.3

Path csiph.com!aioe.org!nntp.terraraq.uk!nntp-feed.chiark.greenend.org.uk!ewrotcd!usenet-its.stanford.edu!usenet.stanford.edu!not-for-mail
From Ondřej Surý <ondrej@isc.org>
Newsgroups comp.protocols.dns.bind
Subject Re: Upgrading from BIND 9.14.9 to 9.16.3
Date Wed, 27 May 2020 18:06:12 +0200
Lines 115
Approved bind-users@lists.isc.org
Message-ID <mailman.448.1590595558.942.bind-users@lists.isc.org> (permalink)
References <1609C7EA8C9FEF4DBBDFA1E2FB502263BBC44E20@UMECHPA7E.easf.csd.disa.mil> <90FA0671-7118-4E77-882F-A62DD4D7A548@isc.org>
NNTP-Posting-Host lists.isc.org
Mime-Version 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\))
Content-Type multipart/signed; boundary="Apple-Mail=_3A710EC6-F3A7-4F2B-A802-07360FD46D78"; protocol="application/pgp-signature"; micalg=pgp-sha512
X-Trace usenet.stanford.edu 1590595579 4850 149.20.1.60 (27 May 2020 16:06:19 GMT)
X-Complaints-To action@cs.stanford.edu
Cc "bind-users@lists.isc.org" <bind-users@lists.isc.org>, "Dawson, Keith A CIV DISA FE (USA)" <keith.a.dawson.civ@mail.mil>, "Mcallister, Reginald CTR DISA FE (USA)" <reginald.mcallister2.ctr@mail.mil>
To "DeCaro, James John (Jim) CIV DISA FE (USA)" <james.j.decaro3.civ@mail.mil>
Return-Path <ondrej@isc.org>
X-Original-To bind-users@lists.isc.org
Delivered-To bind-users@lists.isc.org
In-Reply-To <1609C7EA8C9FEF4DBBDFA1E2FB502263BBC44E20@UMECHPA7E.easf.csd.disa.mil>
X-Mailer Apple Mail (2.3608.80.23.2.2)
X-BeenThere bind-users@lists.isc.org
X-Mailman-Version 2.1.29
Precedence list
List-Id BIND Users Mailing List <bind-users.lists.isc.org>
List-Unsubscribe <https://lists.isc.org/mailman/options/bind-users>, <mailto:bind-users-request@lists.isc.org?subject=unsubscribe>
List-Archive <https://lists.isc.org/pipermail/bind-users/>
List-Post <mailto:bind-users@lists.isc.org>
List-Help <mailto:bind-users-request@lists.isc.org?subject=help>
List-Subscribe <https://lists.isc.org/mailman/listinfo/bind-users>, <mailto:bind-users-request@lists.isc.org?subject=subscribe>
X-Mailman-Original-Message-ID <90FA0671-7118-4E77-882F-A62DD4D7A548@isc.org>
X-Mailman-Original-References <1609C7EA8C9FEF4DBBDFA1E2FB502263BBC44E20@UMECHPA7E.easf.csd.disa.mil>
Xref csiph.com comp.protocols.dns.bind:15785

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

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 where libuv.pc resides.
>
> pkg-config --list-all should list libuv.

e.g. try

$ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
$ pkg-config --list-all | grep libuv

It should say something like this:

libuv                     libuv - multi-platform support library with a focus on asynchronous I/O.

If that doesn’t work, you really need to look into config.log, it has all or most of the information needed to properly debug the issue.

Ondrej
--
Ondřej Surý
ondrej@isc.org

> On 27 May 2020, at 17:57, DeCaro, James John (Jim) CIV DISA FE (USA) via bind-users <bind-users@lists.isc.org> wrote:
> 
> 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 to install libuv.  Back to installing BIND 9.16.3: ./configure   > received an error: 'configure: error: libuv not found'.  I had tried installing libuv 1.0.0.  1.38.0. and 1.9.1  --same result.
> libuv files are present in:
> 
> $ 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/local/lib/libuv.so.1.0.0
> /usr/local/lib/pkgconfig/libuv.pc
> /usr/include/sys/libuvfs_ki.h
> /usr/include/libuvfs.h
> /usr/lib/amd64/libuvfs.so
> /usr/lib/amd64/libuvfs.so.1
> 
> I am not clear how to fix this--seems like the ./configure command needs an option to discover libuv but I am not sure.
> Any help would be appreciated.
> 
> 
> Jim
> 
> 
> _______________________________________________
> Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list
> 
> ISC funds the development of this software with paid support subscriptions. Contact us at https://www.isc.org/contact/ for more information.
> 
> 
> bind-users mailing list
> bind-users@lists.isc.org
> https://lists.isc.org/mailman/listinfo/bind-users

Back to comp.protocols.dns.bind | Previous | Next | Find similar | Unroll thread


Thread

Re: Upgrading from BIND 9.14.9 to 9.16.3 Ondřej Surý <ondrej@isc.org> - 2020-05-27 18:06 +0200

csiph-web