Re: BIND 9.12.4 python error building on MacOS

2019-03-01 Thread Larry Stone
Thanks. A simple $ sudo python -m ensure pip —default-pip $ sudo pip install —upgrade-pip $ sudo pip install ply took care of it. -- Larry Stone lston...@stonejongleux.com > On Mar 1, 2019, at 2:41 PM, Mark Andrews wrote: > > We had a bug report that dnssec-checkds, dnssec-coverage and dn

Re: BIND 9.12.4 python error building on MacOS

2019-03-01 Thread Mark Andrews
We had a bug report that dnssec-checkds, dnssec-coverage and dnssec-keymgr where not being installed by default and yes, that is a bug. You can choose not to install them by specifying -—with-python=no to configure. The configure message is saying that you don’t have the “ply" python module in

BIND 9.12.4 python error building on MacOS

2019-03-01 Thread Larry Stone
I’m trying to build the just released BIND 9.12.4 on a Macintosh running Mojave (10.14.3). Same results on one running High Sierra (10.13.6). Running configure, I get an error checking for python: checking for python... /usr/bin/python checking if /usr/bin/python is python2 version >= 2.7 or pyth