Make install error compiling Bind 9.12.4 on RHEL 6.X

Anand Buddhdev anandb at ripe.net
Wed Apr 3 12:28:51 UTC 2019


On 03/04/2019 14:05, Bhangui, Sandeep - BLS CTR via bind-users wrote:

Hi Sandeep,

> Trying to compile Bind 9.12.4 on RHEL 6.X running on physical HP blade server.
> 
> Looks like I am missing something trivial  but have looked at things
> couple of times but cannot figure it out.

One cause could be that this version of BIND will try to build the "isc"
python module, and fail, because it requires python >= 2.7. However,
RHEL 6 only ships with python 2.6. You can probably see this if you
examine the build logs.

You'll need to add "--without-python" to work around this.

I also recommend that you remove the DIG_SIGCHASE define. This feature
has been deprecated, and the newest release of BIND, 9.14.0, doesn't
even have it any more.

Regards,
Anand


More information about the bind-users mailing list