Re: bind-9.18.31 compile errors RHEL 7.9

2024-11-07 Thread N M
Mark, Thanks for the suggestion. That did the trick. We will be upgrading our RHEL 7 systems this year but the RHEL 8 systems will take more time. This gives us a solution until we can get all of our DNS servers to RHEL 9. — Nathan > On Nov 5, 2024, at 3:46 PM, Mark Andrews wrote: > > Use a c

Re: bind-9.18.31 compile errors RHEL 7.9

2024-11-06 Thread Ondřej Surý
> On 5. 11. 2024, at 15:32, N M wrote: > > What changed between bind-9.18.30 and bind-9.18.31 that would cause it to not > compile? Centos 7 went end-of-life, so we no longer care about it. That’s what has happened. You should not be using system past the EOL date. Ondrej -- Ondřej Surý — ISC

Re: bind-9.18.31 compile errors RHEL 7.9

2024-11-05 Thread Mark Andrews
Use a compiler that supports C(11), you are going to needed it for BIND 9.20. You may get away with adding "#define _Atomic(x) x” to lib/isc/include/isc/stdatomic.h. See the attached diff. I’ve not tested this because I don’t have such an ancient compiler installed nor do I believe I can instal

bind-9.18.31 compile errors RHEL 7.9

2024-11-05 Thread N M
What changed between bind-9.18.30 and bind-9.18.31 that would cause it to not compile? We can compile bind-9.18.30 just fine but bind-9.18.31 fails with netmgr/udp errors: netmgr/udp.c:813:8: warning: return type defaults to 'int' [enabled by default] static _Atomic(isc_stdtime_t) last_udpsends