Hi!
Its becoming a night mare installing RRDtool 1.4.7.
I did all the prerequisites.
cd /rrdtool-1.4.7
./configure
make
make install
ln -sf /opt/rrdtool-1.4.7 /opt/rrdtool
ln -sf /opt/rrdtool /usr/local/rrdtool
I have problem with RRDs.pm
perl -e "use RRDs; print $RRDs::VERSION;"
Can't locate RRDs.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
If I locate:
locate RRDs.pm
/opt/rrdtool-1.4.7/bindings/perl-shared/RRDs.pm
/rrdtool-1.4.7/bindings/perl-shared/RRDs.pm
/rrdtool-1.4.7/bindings/perl-shared/blib/lib/RRDs.pm
/usr/local/lib/perl/5.10.1/x86_64-linux-thread-multi/RRDs.pm
rrdtool -V
RRDtool 1.4.7 Copyright 1997-2012 by Tobias Oetiker <tobi@oetiker.ch>
Compiled Mar 8 2012 14:25:32
Usage: rrdtool [options] command command_options
Valid commands: create, update, updatev, graph, graphv, dump, restore,
last, lastupdate, first, info, fetch, tune,
resize, xport, flushcached
RRDtool is distributed under the Terms of the GNU General
Public License Version 2. (
http://www.gnu.org/copyleft/gpl.html)
For more information read the RRD manpages
Please let me know what should i do?
Thanks.