From jonathansabrams at gmail.com Mon Sep 7 01:20:17 2015 From: jonathansabrams at gmail.com (Jonathan S. Abrams) Date: Sun, 6 Sep 2015 21:20:17 -0400 Subject: [ldns-users] Cannot Make Examples for v1.6.17 - OS X Message-ID: Hello, When I execute the make command within the /ldns-1.6.17/examples directory, I get the following output (error at end). -- libtool --tag=CC --quiet --mode=link gcc -I. -I. -g -O2 -L.. -L../lib -lpcap -lldns -o ldns-read-zone ldns-read-zone.o error: libtool: unknown option character `-' in: --tag=CC Usage: libtool -static [-] file [...] [-filelist listfile[,dirname]] [-arch_only arch] [-sacLT] Usage: libtool -dynamic [-] file [...] [-filelist listfile[,dirname]] [-arch_only arch] [-o output] [-install_name name] [-compatibility_version #] [-current_version #] [-seg1addr 0x#] [-segs_read_only_addr 0x#] [-segs_read_write_addr 0x#] [-seg_addr_table ] [-seg_addr_table_filename ] [-all_load] [-noall_load] make: *** [ldns-read-zone.prg] Error 1 -- My build environment is Mac OS X Mountain Lion v10.8.5 with Xcode v5.1.1 (with command line tools). Any guidance or assistance that can be offered to get me past this error is appreciated. Thanks for reading! -------------- next part -------------- An HTML attachment was scrubbed... URL: From jelte.jansen at sidn.nl Tue Sep 22 11:56:08 2015 From: jelte.jansen at sidn.nl (Jelte Jansen) Date: Tue, 22 Sep 2015 13:56:08 +0200 Subject: [ldns-users] patch for ldns-dane Message-ID: <560141D8.9010600@sidn.nl> Hi, someone over here needed a little addition to ldns-dane; he wanted it to be able to use a different nameserver than the system-configured one. Attached patch adds a '-r ' option to ldns-dane, and uses said ip address as the resolver instead of the resolvers specified in resolv.conf. Please consider this for inclusion in a next release :) Cheers, Jelte -------------- next part -------------- A non-text attachment was scrubbed... Name: ldns-dane_resolver_option.patch Type: text/x-patch Size: 4019 bytes Desc: not available URL: From willem at nlnetlabs.nl Tue Sep 22 13:31:17 2015 From: willem at nlnetlabs.nl (Willem Toorop) Date: Tue, 22 Sep 2015 15:31:17 +0200 Subject: [ldns-users] patch for ldns-dane In-Reply-To: <560141D8.9010600@sidn.nl> References: <560141D8.9010600@sidn.nl> Message-ID: <56015825.90004@nlnetlabs.nl> Thanks Jelte, Committed: https://git.nlnetlabs.nl/ldns/commit/?h=develop&id=14e107b7 Op 22-09-15 om 13:56 schreef Jelte Jansen: > > Hi, > > someone over here needed a little addition to ldns-dane; he wanted it to > be able to use a different nameserver than the system-configured one. > > Attached patch adds a '-r ' option to ldns-dane, and uses > said ip address as the resolver instead of the resolvers specified in > resolv.conf. > > Please consider this for inclusion in a next release :) > > Cheers, > > Jelte > > > > _______________________________________________ > ldns-users mailing list > ldns-users at open.nlnetlabs.nl > http://open.nlnetlabs.nl/mailman/listinfo/ldns-users >