[rrd-users] Can't locate loadable object for module RRDs
Joe Loiacono
jloiacon at csc.com
Wed Jan 9 15:32:31 CET 2008
The problem is that the RRDtool 'make install' puts RRDs.pm into a library
that Perl is not familiar with.
RRDtool 'make install' puts it here:
/usr/local/rrdtool-1.2.26/lib/perl/5.8.5/i386-linux-thread-multi
Perl looks for it here (as well as other places):
/usr/lib/perl5/5.8.5/i386-linux-thread-multi
To solve this I copied RRDs.pm into the Perl library, but then struggled
to find out that you must also copy the RRDs and RRDp directories and
their contents from the RRDtool installed 'auto' directory into the Perl
'auto' directory.
Is this the *proper* way to do this? I couldn't find a way to permanently
modify the Perl @INC array.
Thanks,
Joe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.oetiker.ch/pipermail/rrd-users/attachments/20080109/dd3e4f70/attachment.html
More information about the rrd-users
mailing list