질문&답변
클라우드/리눅스에 관한 질문과 답변을 주고 받는 곳입니다.
리눅스 분류

apache 설치 후 so 파일 없음

작성자 정보

  • terw 작성
  • 작성일

컨텐츠 정보

본문

./configure --prefix=/usr/local/httpd \
--enable-cache \
--with-apr=/usr/local/apr \
--with-apr-util=/usr/local/apr-util \
--with-mpm=worker \
--enable-ssl \
--enable-modules=ssl \
--with-ssl=/usr/local/openssl \
--with-pcre \
--enable-module=shared \
--enable-mods-shared \
--enable-so

이렇게 httpd 2.2를 configure 후 make && make install 했는데요..

cd /usr/local/httpd/modules 가보면 .so파일이 하나도 없네요..

컴파일시 오류도 전혀 없었구요..

맨 마지막 3줄을 어떻게 다르게 바꿔보면 될것도 같은데.. 왜 그런걸까요? ㅠㅠ

관련자료

댓글 1

terw님의 댓글

  • terw
  • 작성일
이글 보고 해결했습니다 ..
http://httpd.apache.org/docs/2.2/ko/programs/configure.html

이렇게 하니 .so파일들이 만들어지네요 ^^
./configure --prefix=/usr/local/httpd \
--enable-cache \
--with-apr=/usr/local/apr \
--with-apr-util=/usr/local/apr-util \
--with-mpm=worker \
--enable-ssl \
--enable-modules=ssl \
--with-ssl=/usr/local/openssl \
--with-pcre \
--enable-mods-shared=all

공지사항


뉴스광장


  • 현재 회원수 :  60,039 명
  • 현재 강좌수 :  35,845 개
  • 현재 접속자 :  125 명