vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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? Your help will be greatly appreciated. Thanks pinoy2ser |
| |||
| 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 |
| ||||
| Gerhard Gonter wrote: > 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 Gerhard, I will try to build it today...Thank you very much for the valuable information..I'll let you know the outcome of my project.. Regards, pinoy2ser |