Re: Error while building BIND 9.11 on linux host

2016-11-21 Thread Matus UHLAR - fantomas
On Sun, 2016-11-20 at 16:12 -0800, blrmaani wrote: > I am trying to build BIND 9.11 on RHEL linux host and see this error. > What am I missing? On 20.11.16 17:39, blrmaani wrote: These steps helped (openssl-1.0.2j and BIND 9.11 P1) ./config --prefix=/usr/local --openssldir=/usr/local/openssl m

Re: Error while building BIND 9.11 on linux host

2016-11-20 Thread blrmaani
These steps helped (openssl-1.0.2j and BIND 9.11 P1) ./config --prefix=/usr/local --openssldir=/usr/local/openssl make make install ### Then BIND can be compiled as below: ./configure —with-openssl=yes make make install named -v BIND 9.11.0-P1 Carl, I will also try RPM in a bit. Wonderin

Re: Error while building BIND 9.11 on linux host

2016-11-20 Thread blrmaani
Good to know Mark. I retried again using openssl 1.0.2j as below (as a root user): ./config make make install and then tried building BIND 9.11 P1 as below: ./configure --with-openssl=/usr/local/ssl make I see these errors now after several minutes ... -- gcc -shared -o sample.so db.o driv

Re: Error while building BIND 9.11 on linux host

2016-11-20 Thread Mark Andrews
What version of OpenSSL are you trying to compile against? OpenSSL broken backwards API compatibility with OpenSSL 1.1.0. This has forced every application that uses OpenSSL to update their code to cope and OpenSSL took a long time to provide a fully working API. We tried building with the earl

Re: Error while building BIND 9.11 on linux host

2016-11-20 Thread Carl Byington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On Sun, 2016-11-20 at 16:12 -0800, blrmaani wrote: > I am trying to build BIND 9.11 on RHEL linux host and see this error. > What am I missing? I am not sure, but you might want to build a full RPM, possibly starting from http://www.five-ten-sg.com/

Error while building BIND 9.11 on linux host

2016-11-20 Thread blrmaani
I am trying to build BIND 9.11 on RHEL linux host and see this error. What am I missing? ./configure make make[4]: Leaving directory `/root/BIND911ETC/bind-9.11.0-P1/lib/isc/x86_32/include' make[3]: Leaving directory `/root/BIND911ETC/bind-9.11.0-P1/lib/isc/x86_32' gcc -I/root/BIND911