%general-entities; ]> $LastChangedBy$ $Date$ ldns-&ldns-version; ldns Introduction to ldns ldns is a fast DNS library with the goal to simplify DNS programming and to allow developers to easily create software conforming to current RFCs and Internet drafts. This packages also includes the drill tool. &lfs90_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &ldns-md5sum; Download size: &ldns-size; Estimated disk space required: &ldns-buildsize; Estimated build time: &ldns-time; ldns Dependencies Optional and (for example programs), and (for Python bindings), and (for html documentation) User Notes: Installation of ldns Install ldns by running the following commands: ./configure --prefix=/usr \ --sysconfdir=/etc \ --disable-static \ --with-drill && make If you have installed and want to build html documentation, run the following command: make doc This package does not come with a working test suite. Now, as the root user: make install If you built html documentation, install it by running the following commands as the root user: install -v -m755 -d /usr/share/doc/ldns-&ldns-version; && install -v -m644 doc/html/* /usr/share/doc/ldns-&ldns-version; Command Explanations --with-drill: This option enables building of the drill tool (used for obtaining debug information from DNS(SEC)) : This option disables DANE-TA (DNS-Based Authentication of Named Entities) support. It is only needed if OpenSSL-1.1.0 or later is not installed. : This option enables building of the example programs. : This option enables building of the Python bindings. Contents Installed Programs Installed Library Installed Directories drill and ldns-config libldns.so and /usr/lib/python&python2-majorver;/site-packages/_ldns.so /usr/include/ldns and /usr/share/doc/ldns-&ldns-version; Short Descriptions drill is a tool like dig from designed to get all sorts of information out of the DNS. drill ldns-config shows compiler and linker flags for ldns usage. ldns-config libldns.so provides the ldns API functions to programs. libldns.so