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
_______________________________________________
rrd-users mailing list
rrd-users@lists.oetiker.ch
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

Reply via email to