[dns-operations] friday version of dnscap
Stephane Bortzmeyer
bortzmeyer at nic.fr
Sun May 6 20:27:52 UTC 2007
On Sat, May 05, 2007 at 03:15:37AM +0000,
Paul Vixie <paul at vix.com> wrote
a message of 66 lines which said:
> it now requires libbind.a, so you may have to rebuild your bind9
> with the "--enable-libbind" option. i therefore changed an NS_PUT32
> back to the original ns_put32, since that symbol will now be
> present.
On GNU/Linux systems, at least Gentoo and Debian, this is a regression
since we have again:
/home/stephane/AFNIC/dnscap/dnscap.c:1127: undefined reference to `__ns_put32'
Otherwise, a problem with libbind is that it can have different
names. On Gentoo or Debian or NetBSD, it is libbind9 so I have to
change the Makefile to LDLIBS=-lbind9
More information about the dns-operations
mailing list