[bind] bind-9.9.4-P1 소스 컴파일(complie)
bind-9.9.4-P1 소스 컴파일(complie)
# wget http://ftp.isc.org/isc/bind9/9.9.4-P1/bind-9.9.4-P1.tar.gz
# ./configure --prefix=/usr/local/bind-9.9.4-P1 --sysconfdir=/etc --localstatedir=/var
============================================================== Configuration summary: ------------------------------------------------------------------------ Optional features enabled: GSS-API (--with-gssapi) Print backtrace on crash (--enable-backtrace) Use symbol table for backtrace, named only (--enable-symtable) Dynamically loadable zone (DLZ) drivers: None
Features disabled or unavailable on this platform: Multiprocessing support (--enable-threads) Fixed RRset order (--enable-fixed-rrset) Automated Testing Framework (--with-atf) AAAA filtering (--enable-filter-aaaa) PKCS#11/Cryptoki support (--with-pkcs11) GOST algorithm support (--with-gost) ECDSA algorithm support (--with-ecdsa) Python tools (--with-python) XML statistics (--with-libxml2) ============================================================== |
# make && make install