dns서버 구축 – openssl, bind 설치

# tar zxvf openssl-0.9.8k.tar.gz
# cd openssl-0.9.8k
# ./config –openssldir=/usr/local/openssl
# make
# make install

디렉토리 설정을 안해주면 /usr/local/ssl 폴더에 설치된다

# tar zxvf bind-9.6.1-P1.tar.gz
# cd bind-9.6.1-P1
# ./configure -prefix=/usr/local/dns -with-openssl=/usr/local/ssl
# make
# make install

Comments

Powered by Facebook Comments

댓글 남기기

당신의 이메일은 공개되지 않습니다. 필수 입력창은 * 로 표시되어 있습니다.

*

다음의 HTML 태그와 속성을 사용할 수 있습니다: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>