기술지원 문의

[급질문]HP에서 apache,resin연동관련 질문
권태삼 / 2006-08-28 11:45

make를 실행하면 아래와 같은 메시지가 나옵니다.

해결 부탁드립니다. 급합니다.

 

hpux-11.11

apache 1.x

resin 2.1.8

 

apache는 OS install 시 설치되는 apache를 사용하고요

resin compile 하고 나서 make 를 실행하면 에러가 계속 납니다.

 

# make
        cc -c -I/opt/hpws/apache/include -DRESIN_HOME=\\\"/CL/resin\\\" -I../common -g -fpic mod_caucho.c && mv mod_caucho.o mod_caucho.lo
cc: warning 422: Unknown option \"fpic\" ignored.
        /usr/bin/ld -o mod_caucho.so -b mod_caucho.lo ../common/stream.lo ../common/registry.lo ../common/config.lo ../common/memory.lo
/usr/bin/ld: DP relative code in file mod_caucho.lo - shared library must be position
    independent.  Use +z or +Z to recompile.
*** Error exit code 1

Stop.