ldns-1.7.0
      
      
      
        
          Installation of ldns
        
        
          Install ldns by running the
          following commands:
        
        
./configure --prefix=/usr           \
            --sysconfdir=/etc       \
            --disable-static        \
            --disable-dane-ta-usage \
            --with-drill            &&
make
        
          If you have Doxygen-1.8.13 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-1.7.0 &&
install -v -m644 doc/html/* /usr/share/doc/ldns-1.7.0
       
      
        
          Command Explanations
        
        
          --disable-dane-ta-usage: This option
          disables DANE-TA (DNS-Based Authentication of Named Entities)
          support. Remove this opion if OpenSSL-1.1.0 or later is installed.
        
        
          --disable-static: This
          switch prevents installation of static versions of the libraries.
        
        
          --with-drill: This option
          enables building of the drill tool (used for obtaining
          debug information from DNS(SEC))
        
        
          --with-examples: This option enables
          building of the example programs.
        
        
          --with-pyldns: This option enables
          building of the Python bindings.
        
       
      
        
          Contents
        
        
          
            
              Installed Programs:
              drill and ldns-config
            
            
              Installed Library:
              libldns.so and
              /usr/lib/python2.7/site-packages/_ldns.so
            
            
              Installed Directories:
              /usr/include/ldns and
              /usr/share/doc/ldns-1.7.0
            
           
         
        
          
            Short Descriptions
          
          
            
            
              
                | 
                   
                    drill
                   
                 | 
                
                   
                    is a tool like dig from BIND Utilities-9.11.0-P3
                    designed to get all sorts of information out of the DNS.
                   
                 | 
              
              
                | 
                   
                    ldns-config
                   
                 | 
                
                   
                    shows compiler and linker flags for ldns usage.
                   
                 | 
              
              
                | 
                   
                    libldns.so
                   
                 | 
                
                   
                    provides the ldns API
                    functions to programs.
                   
                 | 
              
            
          
         
       
      
        Last updated on 2017-02-22 13:57:24 -0800