RE: BIND 9.14.2 configure problem

2019-06-07 Thread greg.rabil
-Original Message- From: Ondřej Surý [mailto:ond...@isc.org] Sent: Friday, June 7, 2019 11:16 AM To: Rabil,AG,A Gregory,JTK2 R Cc: d...@dotat.at; bind-us...@isc.org Subject: Re: BIND 9.14.2 configure problem The script reports everything is missing. You’ll need to check config.log for more details

Re: BIND 9.14.2 configure problem

2019-06-07 Thread Ondřej Surý
e- > From: Tony Finch [mailto:d...@dotat.at] > Sent: Friday, June 7, 2019 11:03 AM > To: Rabil,AG,A Gregory,JTK2 R > Cc: bind-us...@isc.org > Subject: Re: BIND 9.14.2 configure problem > > greg.ra...@bt.com wrote: > >> However when I specify this freshly built OpenSSL 1

RE: BIND 9.14.2 configure problem

2019-06-07 Thread greg.rabil
Finch [mailto:d...@dotat.at] Sent: Friday, June 7, 2019 11:03 AM To: Rabil,AG,A Gregory,JTK2 R Cc: bind-us...@isc.org Subject: Re: BIND 9.14.2 configure problem greg.ra...@bt.com wrote: > However when I specify this freshly built OpenSSL 1.1.1c install > location when configuring BIND

Re: BIND 9.14.2 configure problem

2019-06-07 Thread Tony Finch
greg.ra...@bt.com wrote: > However when I specify this freshly built OpenSSL 1.1.1c install > location when configuring BIND 9.14.2, it still complains: Try LD_RUN_PATH=/opt/tmp/openssl/lib ./configure --with-openssl=/opt/tmp/openssl What's probably happening is that the configure script's Ope

BIND 9.14.2 configure problem

2019-06-07 Thread greg.rabil
Hi Folks, I am attempting to build BIND 9.14.2 on a CentOS 7 machine, and having problems with "configure: error: ECDSA support in OpenSSL is mandatory." When I build OpenSSL 1.1.1c, I have tried to explicitly enable ECDSA when running config (first attempt was to just leave the defaults): ./co