Re: BIND 9.11.6-P1 build fails on Solaris

2019-05-25 Thread Robert M. Stockmann
On Fri, 2019-04-26 at 10:41 +1000, Nick Edwards wrote: > lots of things failing in recent times, even with CentOS, mostly > because of openssl min version changes, and most recently even latest > releases wont build now because of a change in min python versions > *sigh*, i'm just going to leave

Re: BIND 9.11.6-P1 build fails on Solaris

2019-05-03 Thread Dennis Clarke
On 5/3/19 1:52 AM, Carl Byington via bind-users wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On Fri, 2019-04-26 at 10:41 +1000, Nick Edwards wrote: lots of things failing in recent times, even with CentOS, mostly because of openssl min version changes, and most recently even latest re

Re: BIND 9.11.6-P1 build fails on Solaris

2019-05-02 Thread Carl Byington via bind-users
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On Fri, 2019-04-26 at 10:41 +1000, Nick Edwards wrote: > lots of things failing in recent times, even with CentOS, mostly > because of openssl min version changes, and most recently even latest > releases wont build now because of a change in min pyt

Re: BIND 9.11.6-P1 build fails on Solaris

2019-04-30 Thread Nick Edwards
lots of things failing in recent times, even with CentOS, mostly because of openssl min version changes, and most recently even latest releases wont build now because of a change in min python versions *sigh*, i'm just going to leave it as is, thats all we can do. On Fri, Apr 26, 2019 at 5:05 AM

Re: BIND 9.11.6-P1 build fails on Solaris

2019-04-26 Thread Jeff Wieland
-- Jeff Wieland, UNIX/Network Systems Administrator Purdue University IT Infrastructure Services UNIX Platforms Jaco Lesch via bind-users wrote: On 4/26/19 18:13, Wieland, Jeffrey J. wrote: Jaco Lesch via bind-users wrote: Both BIND 9.11.5-P4 and 9.11.6 build fine with the following configure

Re: BIND 9.11.6-P1 build fails on Solaris

2019-04-26 Thread Jaco Lesch via bind-users
On 4/26/19 18:13, Wieland, Jeffrey J. wrote: Jaco Lesch via bind-users wrote: Both BIND 9.11.5-P4 and 9.11.6 build fine with the following configure settings: ./configure --prefix=/opt/local --libdir=/opt/local/lib/dns/sparcv9 \     --sysconfdir=/etc \     --localstatedir=/var \

Re: BIND 9.11.6-P1 build fails on Solaris

2019-04-26 Thread Stacey Marshall
I'm struggling with this on Solaris 10 with Solaris Studio compiler. Seems to be a couple of issues, I'm still working through... For example configure is using -pthread option when testing OpenSSL which is not appropriate for Studio: ``` configure:17237: checking for OpenSSL AES support confi

Re: BIND 9.11.6-P1 build fails on Solaris

2019-04-26 Thread Wieland, Jeffrey J.
Jaco Lesch via bind-users wrote: > > > Both BIND 9.11.5-P4 and 9.11.6 build fine with the following configure > settings: > ./configure --prefix=/opt/local --libdir=/opt/local/lib/dns/sparcv9 \ >     --sysconfdir=/etc \ >     --localstatedir=/var \ >     --with-randomdev=/dev/random \

Re: BIND 9.11.6-P1 build fails on Solaris

2019-04-26 Thread Levin Stanislav
Please, take a look at https://gitlab.isc.org/isc-projects/bind9/issues/999 and https://gitlab.isc.org/isc-projects/bind9/merge_requests/1864 Thank you. 26.04.2019 11:01, Jaco Lesch via bind-users пишет: > On 4/25/19 21:04, greg.ra...@bt.com wrote: >> >> BIND 9.11.5-P4 built fine on this Solaris

Re: BIND 9.11.6-P1 build fails on Solaris

2019-04-26 Thread Jaco Lesch via bind-users
On 4/25/19 21:04, greg.ra...@bt.com wrote: BIND 9.11.5-P4 built fine on this Solaris 10 environment with same configure settings: --enable-ipv6 \ --enable-filter- \ --enable-largefile \ --enable-fixed-rrset \ --enable-threads \ --disable-shared \ --with-dlopen=no \ --with-openssl=/

BIND 9.11.6-P1 build fails on Solaris

2019-04-25 Thread greg.rabil
BIND 9.11.5-P4 built fine on this Solaris 10 environment with same configure settings: --enable-ipv6 \ --enable-filter- \ --enable-largefile \ --enable-fixed-rrset \ --enable-threads \ --disable-shared \ --with-dlopen=no \ --with-openssl=/opt/bind911/openssl \ --with-geoip=/opt/bind911/geoip