Re: Does 'make uninstall' work?

2020-05-28 Thread Nyamkhand Buluukhuu
Hi Ged, That's a very useful detailed explanation. Thank you very much. I think, after some backup, I will run make install from the new source. Have a nice day :) BR, NYAMKHAND Buluukhuu Engineer TPD/ETSD UNESCO street - 28, MPM Complex Ulaanbaatar -14220, Mongolia Mobile: (976) 94081017

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

2020-05-28 Thread Ondřej Surý
Jim, I would like to point out that ISC does provide a commercial support on BIND 9 as a way to provide funding to develop BIND 9 as open source software. Please let me know if you are interested in hearing more and I can connect you to the sales team. Cheers, Ondrej -- Ondřej Surý — ISC >

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

2020-05-28 Thread Jaco Lesch
Jim I have compiled BIND 9.16.2 on Solaris 11.4 SPARC with "libuv", try and set these 2 environment variables before running "./configure": LDFLAGS="-L/usr/local/lib -R/usr/local/lib" PKG_CONFIG_PATH="/usr/lib/sparcv9/pkgconfig:/usr/local/lib/pkgconfig" Regards On 5/28/20 17:54, DeCaro,

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
Thank you. amd64 does not exist in the /usr/local/lib/ directory. This is a Solaris 11.4 x86 64 bit system so that may be why. I will keep looking. Thanks again V/R Jim DeCaro DISA Systems Administrator Windows and Unix Server Operations FE222/DoDNet Service Section Defense Enclave Services

Re: Does 'make uninstall' work?

2020-05-28 Thread G.W. Haywood via bind-users
Hi there, On Thu, 28 May 2020, Nyamkhand Buluukhuu wrote: ... Does 'make uninstall' command work? I have a source folder remained. Or do I need to compile a newer version with a different prefix and make a link? Which one is the safest way? If make uninstall doesn't work, how do you guys

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

Re: Does 'make uninstall' work?

2020-05-28 Thread Nyamkhand Buluukhuu
Hello again, I found out that if you examine closely your Makefile, you can see if there is an uninstall option. It's only possible if you have your source folder though. Like this: uninstall:: rm -f ${DESTDIR}${sysconfdir}/bind.keys rm -f ${DESTDIR}${mandir}/man1/bind9-config.1 rm -f

Does 'make uninstall' work?

2020-05-28 Thread Nyamkhand Buluukhuu
Hello, I am planning to upgrade my bind 9.11.5 to 9.11.19 due to recently detected security vulnerabilities. Since I compiled from source when I build my bind, I am wondering how I should upgrade. Does 'make uninstall' command work? I have a source folder remained. Or do I need to compile a