Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.protocols.dns.bind > #15784
| From | "DeCaro, James John (Jim) CIV DISA FE (USA)" <james.j.decaro3.civ@mail.mil> |
|---|---|
| Newsgroups | comp.protocols.dns.bind |
| Subject | RE: Upgrading from BIND 9.14.9 to 9.16.3 |
| Date | 2020-05-27 15:57 +0000 |
| Message-ID | <mailman.447.1590595076.942.bind-users@lists.isc.org> (permalink) |
| References | <1609C7EA8C9FEF4DBBDFA1E2FB502263BBC44E20@UMECHPA7E.easf.csd.disa.mil> |
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
Back to comp.protocols.dns.bind | Previous | Next | Find similar
RE: Upgrading from BIND 9.14.9 to 9.16.3 "DeCaro, James John (Jim) CIV DISA FE (USA)" <james.j.decaro3.civ@mail.mil> - 2020-05-27 15:57 +0000
csiph-web