다시 질문여..아파치설치(RedHat7.0+resin)
작성자 정보
- 차가운바람 작성
- 작성일
컨텐츠 정보
- 1,835 조회
- 0 추천
- 목록
본문
아파치를 ./configure 할때 --enable-module=all (resin 연동을위해서)했을때에
Error : None of Berkeley-DB 1.x, 2.x or 3.x libraries found.
Either disable mod_auth_db or provide us with the parhs
to the Berkeley-DB include and library files.
(Hint: INCLUDES, LDFLAGS, LIBS)
이런 Error가 나더군여....
그래서 옵션을 주지않고 ./configure 를 했습니다...그러면 아파치는 일반적으러 깔리더군여..
resin 을 ./configure --with-apache=/usr/local/apache
make , make install 하고 /usr/local/apache/bin/apacheclt start 하니
httpd.conf 에서 LoadModule 에러가 나더군여
여기저기 찾아서 알아낸것이
DSO라는 건데 resin이 연동이 되기 위해서는 DSO 모드가 되어있어야 하더군여
아파치를 깔때 일반적인 DSO모드가 되는 옵션으러 했더니
./configure --prefix=/usr/local/apmother/apache
--add-module=src/modules/standard/mod_info.c
--enable-rule=SHARED_CORE
--enable-module=so
--enable-shared=max
이렇게해서 아파치와 resin을 깔았더니
LoadModule 에서는 에러가 안나는데 아파치를 start 했을때
Syntax error on line 329 of /usr/local/apache/conf/httpd.conf:
Invalid command 'Order', perhaps mis-spelled or defined by a module not included in the server configuration
./apachectl start: httpd could not be started
에러가난 httpd.conf 부분은
326 #
327 # Controls who can get stuff from this server.
328 #
329 Order allow,deny
330 Allow from all
331 </Directory>
이부분입니다... 사용자 인증하는 부분으러 알고있는데여....
왜이런 에러가 나는지 모르겠습니다....
제발 알려주세여
관련자료
-
이전
-
다음