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


Groups > comp.protocols.dns.bind > #15790 > unrolled thread

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

Started byMichal Nowak <mnowak@isc.org>
First post2020-05-28 11:12 +0200
Last post2020-05-28 11:12 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.protocols.dns.bind

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [Non-DoD Source] Re: Upgrading from BIND 9.14.9 to 9.16.3 Michal Nowak <mnowak@isc.org> - 2020-05-28 11:12 +0200

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

FromMichal Nowak <mnowak@isc.org>
Date2020-05-28 11:12 +0200
SubjectRe: [Non-DoD Source] Re: Upgrading from BIND 9.14.9 to 9.16.3
Message-ID<mailman.456.1590657137.942.bind-users@lists.isc.org>
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/local/lib/libuv.so.1.0.0

Jim, I believe you installed 64-bit libuv to a 32-bit directory (i.e. 
/usr/local/lib/) and that's why linker can't find it. You should have 
installed libuv to the 64-bit directory (i.e. /usr/local/lib/amd64/), 
e.g. via

./configure ... --libdir=/usr/local/lib/amd64

PKG_CONFIG_PATH should have been set to 64-bit path too, i.e. 
/usr/local/lib/amd64/pkgconfig.

Michal

[toc] | [standalone]


Back to top | Article view | comp.protocols.dns.bind


csiph-web