pinoy2ser@gmail.com wrote:
> Hello All,
>
> Im in the process of installing rrdtool in an AIX 5.3 OS..
> Does anyone have instructions as how to go about it...
>
> I read some articles about it but only bits and pieces of the
> directions,
> Does anyone have a complete instructions?
I used this recipe last time to build rrdtool-1.0.46;
rrdtool-1.2.12 needs freetype2 which I didn't care to build.
export PATH=/usr/vac/bin:$PATH
export CC=cc
export CFLAGS='-g -q64 -DUSE_64_BIT_ALL'
export AR="ar -X64"
../configure
make
# build the Perl module again!
cd perl-shared/
make distclean
/usr/local/bin/perl Makefile.PL
make
make test
make install
perl -e 'use RRDs;'
> Your help will be greatly appreciated.
HTH.
GG