기술지원 문의

유닉스에서 레진 설치시 문제
김영출 / 2003-10-17 00:00

0.시스템=================================================================

System: IBM RS6000
O/S : AIX 5.1

1. Apache 설치 =================================================================
CC=cc \\
./configure --prefix=/usr/local/apache \\
--with-layout=GNU \\
--enable-module=so \\
--enable-shared=max

make
make install

2.resin 설치 ===================================================================
./configure --with-apache=/usr/local/apache \\
  --with-apachesrc=/usr/local/temp/apache-1.3.28
make
make install


3.apache/libexec 아래에 mod_caucho.so 파일 생성 확인 ============================


4.apache/conf/httpd.conf 파일에 레진모듈 설정 확인 ==============================


#
# Caucho Servlet Engine Configuration
#
# Uncomment the following two lines to enable CSE

LoadModule caucho_module /usr/local/apache/libexec/mod_caucho.so
AddModule mod_caucho.c

  CauchoConfigFile /usr/local/resin/conf/resin.conf
  
    SetHandler caucho-status
  




5.apache/bin/apachectl configtest 시 Syntax Error 발생 =========================

Syntax error on line 1025 of /usr/local/apache/conf/httpd.conf:
Cant locate API module structure `caucho_module in file
/usr/local/apache/libexec/mod_caucho.so: Function not implemented (caucho_module)