기술지원 문의

설치가 안됨
남성식 / 2003-05-31 00:00

안녕하세요.

resin-2.1.8을 아파치와 연동해서 설치하려고 합니다.
아파치는 정상적으로 설치했습니다.

문제는 resin이 설치가 안된다는것입니다.
OS는 solaris8입니다.

./configure --prefix=/app1/crbt/resin --with-apache=/app1/crbt/apache
이런 옵션을 주고 configure를 하고요

make를 실행하고
make install을 하면
++++++++++++++++++++++++++++++

(cd src/c/plugin; make install)
make[1]: Entering directory `/app1/crbt/software/resin-2.1.8/src/c/plugin
(cd resin; make install_so)
make[2]: Entering directory `/app1/crbt/software/resin-2.1.8/src/c/plugin/resin
mkdir /app1/crbt/software/resin-2.1.8/libexec
mkdir: Failed to make directory \"/app1/crbt/software/resin-2.1.8/libexec\"; File exists
make[2]: [install_so] Error 2 (ignored)
cp libresin.so /app1/crbt/software/resin-2.1.8/libexec
make[2]: Leaving directory `/app1/crbt/software/resin-2.1.8/src/c/plugin/resin
for dir in common apache resin; do (cd $dir; make install); done
make[2]: Entering directory `/app1/crbt/software/resin-2.1.8/src/c/plugin/common
make[2]: Nothing to be done for `install.
make[2]: Leaving directory `/app1/crbt/software/resin-2.1.8/src/c/plugin/common
make[2]: Entering directory `/app1/crbt/software/resin-2.1.8/src/c/plugin/apache
sh install.sh -conf /app1/crbt/apache/conf/httpd.conf -libexec /app1/crbt/apache/libexec \\
   -resin_home /app1/crbt/software/resin-2.1.8
cp mod_caucho.so /app1/crbt/apache/libexec
make[2]: Leaving directory `/app1/crbt/software/resin-2.1.8/src/c/plugin/apache
make[2]: Entering directory `/app1/crbt/software/resin-2.1.8/src/c/plugin/resin
mkdir /app1/crbt/software/resin-2.1.8/libexec
mkdir: Failed to make directory \"/app1/crbt/software/resin-2.1.8/libexec\"; File exists
make[2]: [install] Error 2 (ignored)
cp libresin.so /app1/crbt/software/resin-2.1.8/libexec
cp resin /app1/crbt/software/resin-2.1.8/bin
make[2]: Leaving directory `/app1/crbt/software/resin-2.1.8/src/c/plugin/resin
make[1]: Leaving directory `/app1/crbt/software/resin-2.1.8/src/c/plugin
++++++++++++++++++++++++++++++

가 나옵니다.

prefix에 가보면 아무것도 없습니다.
이유를 알고 싶습니다.

Re:설치가 안됨
관리자 / 2003-06-02 00:00

prefix 옵션을 제거하시고 설치하시면됩니다
resin은 어딘가에 이미 설치되어 있으니까요.
제 생각에는 mod_caucho.so가 이미 생성되어
아파치의 libexe 디렉토리에 들어가 있을 거라고
생각됩니다. 그러면 설치는 된 것입니다.
있으면 httpd.conf에 LoadModule이 적절히
설정되었는지 확인하시고 사용하시면 됩니다.




--남성식 님의 글 [2003-05-31 07:15:46]
>안녕하세요.

resin-2.1.8을 아파치와 연동해서 설치하려고 합니다.
아파치는 정상적으로 설치했습니다.

문제는 resin이 설치가 안된다는것입니다.
OS는 solaris8입니다.

./configure --prefix=/app1/crbt/resin --with-apache=/app1/crbt/apache
이런 옵션을 주고 configure를 하고요

make를 실행하고
make install을 하면
++++++++++++++++++++++++++++++

(cd src/c/plugin; make install)
make[1]: Entering directory `/app1/crbt/software/resin-2.1.8/src/c/plugin
(cd resin; make install_so)
make[2]: Entering directory `/app1/crbt/software/resin-2.1.8/src/c/plugin/resin
mkdir /app1/crbt/software/resin-2.1.8/libexec
mkdir: Failed to make directory \"/app1/crbt/software/resin-2.1.8/libexec\"; File exists
make[2]: [install_so] Error 2 (ignored)
cp libresin.so /app1/crbt/software/resin-2.1.8/libexec
make[2]: Leaving directory `/app1/crbt/software/resin-2.1.8/src/c/plugin/resin
for dir in common apache resin; do (cd $dir; make install); done
make[2]: Entering directory `/app1/crbt/software/resin-2.1.8/src/c/plugin/common
make[2]: Nothing to be done for `install.
make[2]: Leaving directory `/app1/crbt/software/resin-2.1.8/src/c/plugin/common
make[2]: Entering directory `/app1/crbt/software/resin-2.1.8/src/c/plugin/apache
sh install.sh -conf /app1/crbt/apache/conf/httpd.conf -libexec /app1/crbt/apache/libexec \\
   -resin_home /app1/crbt/software/resin-2.1.8
cp mod_caucho.so /app1/crbt/apache/libexec
make[2]: Leaving directory `/app1/crbt/software/resin-2.1.8/src/c/plugin/apache
make[2]: Entering directory `/app1/crbt/software/resin-2.1.8/src/c/plugin/resin
mkdir /app1/crbt/software/resin-2.1.8/libexec
mkdir: Failed to make directory \"/app1/crbt/software/resin-2.1.8/libexec\"; File exists
make[2]: [install] Error 2 (ignored)
cp libresin.so /app1/crbt/software/resin-2.1.8/libexec
cp resin /app1/crbt/software/resin-2.1.8/bin
make[2]: Leaving directory `/app1/crbt/software/resin-2.1.8/src/c/plugin/resin
make[1]: Leaving directory `/app1/crbt/software/resin-2.1.8/src/c/plugin
++++++++++++++++++++++++++++++

가 나옵니다.

prefix에 가보면 아무것도 없습니다.
이유를 알고 싶습니다.