ldns
ldns copied to clipboard
LDNS is a DNS library that facilitates DNS tool programming
Hi Everyone, Continuing on the Solaris 11.4 i86 OpenSSH build. I added `-lresolv -lsocket -lnsl` to my `LDFLAGS`, and then encountered this issue: ``` ./libtool --tag=CC --quiet --mode=compile /bin/gcc -I....
I am attempting to (cross) compile ldns for MIPS64EL, using container. The `configure` script does not recognize correct version of openssl... Any help is welcomed. relevant code: ``` FROM docker.io/library/debian:10...
Hello, I am compiling from the tarball on Mac (Catalina 10.15 (19A602)). I get the following: ```` Undefined symbols for architecture x86_64: "_ldns_rr_free", referenced from: _main in linktest.o "_ldns_rr_new", referenced...
There's a long complex set of build system code to detect OpenSSL on systems. It's failing under Haiku as nothing is within includes. ``` checking for SSL... configure: error: Cannot...
The following tools are not supporting the $INCLUDE directive (version 1.7.1): * ldns-read-zone * ldns-gen-zone * ldns-signzone Isn't ldns supposed to be compliant to rfc1035? There is no error, no...
Using drill from "develop" branch with -D -T. The manpage says mentions an -a switch for fallback and ldns_resolver_new() sets fallback to true anyways (for -D -T). In resolve.c, the...
do_secure_trace() does ldns_resolver_new() This loses ldns_resolver_edns_udp_size() setting just done when using -b I noticed this because hard-coded 4096 EDNS UDP buffer size failed for me in some cases. (Note the...
In trace (-T) output show glue record returned from overlying ns if set verbose level I did not see any convenient tool that would show the entire chain of addresses...
One of my systems can only access the IPv6 internet via a tunnel, so I have increased the precedence of IPv4 over IPv6 in `/etc/gai.conf`: $ cat /etc/gai.conf # Configuration...
I'm not sure what exactly is going on here, so I can only describe drill's unexpected behaviour in a (seemingly) simple situation: Trace query for `imap.fim.uni-passau.de` — `drill -T -V5...