기술지원 문의

Re:Re:AIX 4 + Apache1.3.20 + resin-2.1.6 에서 환경질문입니다.
왕영신 / 2003-04-02 00:00

답변감사합니다..

그런데 그렇게 해보니 make시 에러가나네요..
gcc 라이브러리중 하나는 찾지 못 한다고 메세지가 나오네요..

# make
        (cd src/c/plugin; make)
        for dir in common apache ; do (cd $dir; make); done
        gcc -c  -g -O2 stream.c
stream.c: In function `cse_connect:
stream.c:345: warning: passing arg 5 of `getsockopt from incompatible pointer t
ype
        gcc -c  -g -O2 registry.c
        gcc -c  -g -O2 config.c
        gcc -c  -g -O2 memory.c
        /usr/bin/ld -r -o common.o stream.o registry.o config.o memory.o
        gcc -c  -g -O2 -bexpall stream.c && mv stream.o stream.lo
cpp: -lang-c: linker input file unused since linking not done
gcc: installation problem, cannot exec `cc1: 경로 이름에 있는 파일이나 디렉토리
가 존재하지 않습니다.
gcc: file path prefix `/opt/freeware/GNUPro/lib/gcc-lib/expall/2.9-aix51-020209/
 never used
make: 1254-004 최종 명령에서의 오류 코드는 1입니다.
Stop.
make: 1254-004 최종 명령에서의 오류 코드는 2입니다.


Stop.
make: 1254-004 최종 명령에서의 오류 코드는 2입니다.


Stop.
#


제가 AIX 시스템 쪽을 잘 몰라서 그러는데요..

정확히 어떤 프로그램들이 인스톨 되어야 하며 configure 나 makefile 을 어떻게 수정을 해야 하는지 좀 알려주세요..

영.. 진전이 없네요..

AIX 4.3.3 버전이구요. Apache 1.3.20 이며 Resin-2.1.6 인데요..
gcc 하고. Jdk 1.3.1 하고 오라클이 인스톨 되어 있습니다..

Resin 을 여기 다운로드서 Unix 용으로 받았는데요.. 혹시 AIX용이 따로 있는지도..

수고하세요..