전 kkachi7.0을 사용하는 초보 리눅서 입니다.
얼마전 까치 7.0을 사용자정의로 설치를 했는데 mod_ssl,apache, bind, mysql 전부 설치가 되어 있
더군요 전 분명히 설치하지 않는걸로 설정을 했는데...ㅜ.ㅜ
그래서 rpm -e명령으로 의존 관계에 있는걸 전부 지웠습니다.
그리고 apache를 설치하려고 하니 설치가 안되여...
mysql과 bind는 설치를 했는데...
mod_ssl과 apache는 설치를 하려고 하니 아래와 같은 에러 메세지가 뜹니다.
Error : None of Berkeley-DB 1.x 2.x or 3.x libraries found.
Either disable mod_auth_db or provide us with the paths to the Berkeley-DB include and library files.
(Hint: INCLUDES, LDFLAGS, LIBS)
뭐가 문제인지 고수님들 답변을 부탁드립니다.
제가 준 옵션은
modssl]# ./configure --with-apache=../apache_1.3.xx
apache_1.3.xx]# ./configure --prefix=/usr/local/apache --enable-module=all
--enable-shared=max
ps.openssl, openssl-devel패키지는 설치가 되어 있습니다.