[완료] centos5.3 bind ./configure 오류 openssl을 업그레이드하라며 warning이 뜹니다.

tack7001의 이미지

./configure 옵션은 이렇게 했습니다.
FEDORA 10 에서 했을 때는 잘 됐었습니다만. centos5.3에서 해보니깐 안되더라구요
openssl은 기존에 centos설치시 설치된 거구요.
#rpm -qa |grep openssl
openssl-0.9.8e
openssl-0.9.8e-devel
아무튼 버젼은 이렇습니다.
아무리 찾아보고 이것저것 해봐도 해결이 안나서 질문드립니다.
한번 봐주시면 감사하겠습니다.

./configure \
--prefix=/usr/local/bind \
--sysconfdir=/etc \
--localstatedir=/var/run/named \
--with-libtool \
--with-openssl \
--mandir=/usr/share/man \
--datarootdir=/var/named \

스크린샷 첨부합니다.

File attachments: 
첨부파일 크기
Image icon 캡쳐1.gif47.33 KB
김정균의 이미지

warning box안에 어떻게 하라고 나와 있네요. cent 5.3 의 package update를 잘 따라 오셨다면, warning box안에 있는 글을 잘 읽어 보세요.

tack7001의 이미지

감사합니다. 해결했습니다