Solaris 9 에서 RRDTOOL설치하기

컴파일러는 sunfreeware.com에서 받아 설치한 것을 기준으로 했다.

쉘 환경변수는 다음과 같다.

CC=gcc
CFLAGS=-O3 -m64 -fno-omit-frame-pointer
CXX=gcc
CXXFLAGS=-O3 -m64 -fno-omit-frame-pointer -felide-constructors -fno-exceptions -fno-rtti
LDFLAGS=-R/usr/local/lib
LD_LIBRARY_PATH=/usr/local/lib
PATH=/usr/sbin:/usr/bin:/usr/local/bin:/usr/ccs/bin:/usr/local/lib

./configure 다음과 같은 에러 발생

==========================================================
Could not find the Compiler: “cc”
which has been used to build perl. You may have to compile
your own copy of perl to make this work. Binary perls often
exhibit this problem
==========================================================
perl 이 solaris cc로 컴파일되어 gcc가 모듈을 생성하지 못한다는 것으로 생각됨. sunfreeware에서 perl을 받아서 설치하기로 한다.
이상없이 잘 됨..

make

make install

답글 남기기

Your email address will not be published.