기술지원 문의

레진과 아파치 설치 시 에러(솔라리스에서)
김희라 / 2003-09-01 00:00

솔라리스에서 레진과 아파치를 설치하였습니다...

아파치는 포트가 8888이구요..
레진도 압축을 풀었고.. 
아파치는 무사히 컴파일을 했습니다..

두개를 연동하려구...
레진에서 ./configure 하고나서
make
make install을 했더니

(cd src/c/plugin; make install)
(cd resin; make install_so)
mkdir /export/home/iindt/resin/libexec
mkdir: Failed to make directory \"/export/home/iindt/resin/libexec\"; File exists
*** Error code 2 (ignored)
cp libresin.so /export/home/iindt/resin/libexec
for dir in common apache resin; do (cd $dir; make install); done
sh install.sh -conf /export/home/iindt/apache/conf/httpd.conf -libexec /export/h
ome/iindt/apache/libexec \\
   -resin_home /export/home/iindt/resin
cp mod_caucho.so /export/home/iindt/apache/libexec
mkdir /export/home/iindt/resin/libexec
mkdir: Failed to make directory \"/export/home/iindt/resin/libexec\"; File exists
*** Error code 2 (ignored)
cp libresin.so /export/home/iindt/resin/libexec
cp resin /export/home/iindt/resin/bin

아래와 같은 에러가 납니다...

이건 어떤 에러인가요???

Re:레진과 아파치 설치 시 에러(솔라리스에서)
관리자 / 2003-09-02 00:00

제가 보기에는 mod_caucho.so파일은
정상적으로 생성된 것 같습니다. 

메시지는 이전에 컴파일을 몇번하셔서 libexec디렉토리가
이미 만들어져있고 해당 so가 있다는 내용입니다.
무시하셔도 됩니다.



--김희라 님의 글 [2003-09-01 18:28:38]
>솔라리스에서 레진과 아파치를 설치하였습니다...

아파치는 포트가 8888이구요..
레진도 압축을 풀었고.. 
아파치는 무사히 컴파일을 했습니다..

두개를 연동하려구...
레진에서 ./configure 하고나서
make
make install을 했더니

(cd src/c/plugin; make install)
(cd resin; make install_so)
mkdir /export/home/iindt/resin/libexec
mkdir: Failed to make directory \"/export/home/iindt/resin/libexec\"; File exists
*** Error code 2 (ignored)
cp libresin.so /export/home/iindt/resin/libexec
for dir in common apache resin; do (cd $dir; make install); done
sh install.sh -conf /export/home/iindt/apache/conf/httpd.conf -libexec /export/h
ome/iindt/apache/libexec \\
   -resin_home /export/home/iindt/resin
cp mod_caucho.so /export/home/iindt/apache/libexec
mkdir /export/home/iindt/resin/libexec
mkdir: Failed to make directory \"/export/home/iindt/resin/libexec\"; File exists
*** Error code 2 (ignored)
cp libresin.so /export/home/iindt/resin/libexec
cp resin /export/home/iindt/resin/bin

아래와 같은 에러가 납니다...

이건 어떤 에러인가요???