아파치 컴파일 에러(apr-util) configure: error: cannet use an external APR-util with the bundled APR

by ADMINPLAY posted Aug 08, 2009
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄

장애 증상 :
     - apache-2.2.4 컴파일시 에러
     - 아파치 컴파일 옵션
     #./configure --prefix=/usr/local/apache --enable-so --enable-ssl \
                       --with-berkeley-db=/usr/local/BerkeleyDB.4.3/ --with-dbm=db4

 

에러로그 :
     - configure: error: cannet use an external APR-util with the bundled APR

 

에러분석 :
     - 정확히 apr-util 이 무슨 역활을 하고 어떤용도로 쓰이는지를 잘 모르겠다..
       추측은 버클리디비와 연동할때 아파치에서 필요로 하는 유틸로 생각된다

 

장애 처리 :
     #./configure --prefix=/usr/local/apache --enable-so --enable-ssl \
                       --with-berkeley-db=/usr/local/BerkeleyDB.4.3/ --with-dbm=db4 \
                       --with-included-apr     <--- 추가

처리 결과 :
     - 컴파일 이상없이 통과


Articles

1 2 3 4 5