Re: Compile Errors, Apple Silicon (M1), BIND 9.16.13

2021-03-23 Thread James Brown via bind-users
gt; On 23 Mar 2021, at 4:20 pm, Mark Andrews wrote: > > configure didn’t find uv_handle_get_data for some reason. You will need to > look at config.log to see why. > >> On 23 Mar 2021, at 15:22, James Brown via bind-users >> wrote: >> >> Can anyone help me g

Compile Errors, Apple Silicon (M1), BIND 9.16.13

2021-03-22 Thread James Brown via bind-users
Can anyone help me get BIND 9.16.13 to work with Apple’s new M1s? Compiler: gcc Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1

Re: 9.16 on older platforms

2020-03-19 Thread James Brown
On 20 Mar 2020, at 6:53 am, Rick Dicaire wrote: > > Hi folks, I have found that new dependencies for 9.16 prevent it being able > to build on Slackware linux 14.2 (no ply or libuv). > (Yes I'm aware I can do the additional steps of downloading, compiling, > installing the deps, but that's not t

BIND 9.11.x build failing on Mac OS X - gssapi errors

2017-06-14 Thread James Brown via bind-users
I couldn’t get 9.11 to compile for me on OS X 10.12.5. Same problem with 9.11.1-P1. sudo make gives errors like this: In file included from /Downloads/bind-9.11.1-P1/lib/dns/include/dst/dst.h:24: /Users/jlbrown/Downloads/bind-9.11.1-P1/lib/dns/include/dst/gssapi.h:30:10: error: expected "FILENAM

Error running Configure with OpenSSL 1.1.0 and BIND 9.11.0rc1

2016-08-30 Thread James Brown via bind-users
System is a Mac mini (late-2009) running a new install of Mac OS X 10.11.6. Installed OpenSSL 1.1.0 using: ./Configure --prefix=/usr/local shared darwin64-x86_64-cc enable-ec_nistp_64_gcc_128 no-ssl2 no-ssl3 make depend make test sudo make install No problems encountered. Then I tried to install

BIND assertion failure - 9.10.4

2016-05-02 Thread James Brown
Upgraded to 9.10.4 a few days ago, and this morning it crashed: 03-May-2016 04:01:54.575 zone rpz.spamhaus.org/IN/internal: transferred serial 1462212030 03-May-2016 04:01:54.575 transfer of 'rpz.spamhaus.org/IN/internal' from 199.168.90.51#53: Transfer status: success 03-May-2016 04:01:54.575 t

named assertion failure

2015-01-05 Thread James Brown
Running BIND 9.10.1-P1 on Mac OS X 10.10.1. It’s been running fine - no problems until this morning, when I got: 06-Jan-2015 01:33:33.356 transfer of 'rpz.spamhaus.org/IN/external' from 199.168.90.51#53: Transfer completed: 1 messages, 486 records, 11827 bytes, 0.292 secs (40503 bytes/sec) 06

No logging after logfile turned over. v9.10

2014-05-11 Thread James Brown
I’ve installed 9.10 and it seems to work fine, but logging seems to stop after the logfile gets rolled over each night. I have to run rndc reload to get the logging to start again: May 12 00:30:01 BordoDNS newsyslog[89310]: logfile turned over 12-May-2014 10:31:47.971 reloading configuration suc

Re: BIND 9.10.0 is now available

2014-05-06 Thread James Brown
I can’t download the source for 9.10.0. www.isc.org/downloads/# Click on Download for 9.10.0. Modal-1 appears. Click on BIND 9.10.0 - tar.gz. It tries to download: http://www.isc.org/downloads/file/bind-9-10-0b1-2/?version=tar.gz and fails. Looks like that link is wrong. Anyone else having p

Re: Configure error - openSSL. Mac OS X

2014-03-10 Thread James Brown
On 11 Mar 2014, at 4:09 pm, Mark Andrews wrote: > > I didn't think I would need to say "save the contents of the program to > conftest.c". > > cat > conftest.c << 'EOF' > #include > int > main () > { > FILE *f = fopen ("conftest.out", "w"); > return ferror (f) || fclose (f) != 0; > > ; > ret

Re: Configure error - openSSL. Mac OS X

2014-03-10 Thread James Brown
On 11 Mar 2014, at 2:15 pm, Mark Andrews wrote: > > The first thing is that configure has decided that we are cross > compiling which is because the simple executable did not run. > > configure:3472: checking whether we are cross compiling > configure:3510: result: yes > > I haven't upgraded

Re: Configure error - openSSL. Mac OS X

2014-03-10 Thread James Brown
On 11 Mar 2014, at 3:05 am, Tony Finch wrote: > Try > > LDFLAGS="-Wl,-R/usr/local/ssl/lib" ./configure --enable-threads --with-atf > --enable-newstats --enable-rrl --with-ecdsa --with-gost > --with-openssl=/usr/local/ssl > > Tony. > -- > f.anthony.n.finchhttp://dotat.at/ > Malin: Variabl

Configure error - openSSL. Mac OS X

2014-03-07 Thread James Brown
I have recently upgraded to openSSL 1.0.1f. When I try to configure bind 9.9.5 I'm getting an error: checking for OpenSSL library... using OpenSSL from /usr/local/ssl/lib and /usr/local/ssl/include checking whether linking with OpenSSL works... no configure: error: Could not run test program usi

make install error on 9.9.3. Undefined symbols: _krb5_gss_register_acceptor_identity

2013-05-28 Thread James Brown
Have just tried to upgrade from 9.9.2 to 9.9.3. Configure and make went OK, but 'sudo make install' ends with: /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: Undefined symbols: _krb5_gss_register_acceptor_identity collect2: ld returned 1 exit status make[2]: *** [named] Error 1 make[1]: *** [subdi

{plain} BIND 10, and "DNS and BIND" by Liu & Albitz

2013-02-26 Thread James Brown
Has there been any word on when (if?) a new edition of "DNS and BIND" will be available covering BIND 10? James. ___ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list bind-users mailing list bind-users@lists.

Re: Configure error - BIND10, 1.0.0 on Mac OS X 10.8.2

2013-02-24 Thread James Brown
On 23/02/2013, at 9:44 AM, JINMEI Tatuya / 神明達哉 wrote: > At Sat, 23 Feb 2013 09:30:55 +1100, > James Brown wrote: > >> Received an error running configure on Mountain Lion: >> >> ./configure >> checking for a BSD-compatible install... /usr/bin/install -c >

Configure error - BIND10, 1.0.0 on Mac OS X 10.8.2

2013-02-22 Thread James Brown
Received an error running configure on Mountain Lion: ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for na