반응형
bind-9.9.4-P1 소스 컴파일 설치(complie)
소스 코드 다운로드
wget http://ftp.isc.org/isc/bind9/9.9.4-P1/bind-9.9.4-P1.tar.gz
압축 해제
tar xzf bind-9.9.4-P1.tar.gz
cd bind-9.9.4-P1
환경 설정
./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 -j$(nproc)
설치
sudo make install
반응형
'네임서버' 카테고리의 다른 글
[dns] windows DNS nams 올라기 (1) | 2014.03.11 |
---|---|
CentOS 7에서 캐싱 전용 DNS 서버를 구성하는 방법(caching only nameserver) (0) | 2014.03.11 |
[네임서버] bind 슬레이브 ZONE 파일 유형 변경(masterfile-format) (1) | 2013.11.07 |
[bind] 슬레이브 DNS ZONE 파일 유형 변경(ASCII text > data) (0) | 2013.11.07 |
[네임서버] bind(named) 기본 파일 확장자: $GENERATE 지시어 (0) | 2013.11.07 |