Re: Upgrading the Bind Server issue

2025-03-19 Thread Jeremy C. Reed
On Wed, 19 Mar 2025, Lowry-Schiller, Dell M CTR (USA) via bind-users wrote: > I run this command and it works fine  ./configure --prefix=/usr/local/b > ind-9.9.6 --sysconfdir=/etc --localstatedir=/var --enable-threads --with-ope > nssl I suspect this configure step did not work fine or you r

Re: Upgrading the Bind Server issue

2025-03-19 Thread Ondřej Surý
Hi, I think you basically have couple of options: 1. use ISC provided packages: https://copr.fedorainfracloud.org/coprs/isc/; I would strongly recommend this option 2. learn what you are really doing and debug this properly. You haven't provided any actionable information. 3. oh, then there's

Re: Upgrading the Bind Server issue

2025-03-19 Thread Marco Moock
Am 19.03.2025 um 13:23:09 Uhr schrieb Lowry-Schiller, Dell M CTR \(USA\) via bind-users: > Message: I am following the instructions provided in the knowledge > base and I am having issues with the upgrade of my bind server to > version 9.20.6 I am currently on version BIND 9.16.23-RH This indicat

Upgrading the Bind Server issue

2025-03-19 Thread Lowry-Schiller, Dell M CTR (USA) via bind-users
Message: I am following the instructions provided in the knowledge base and I am having issues with the upgrade of my bind server to version 9.20.6 I am currently on version BIND 9.16.23-RH I run this command and it works fine ./configure --prefix=/usr/local/bind-9.9.6 --sysconfdir=/etc -