<br><font size=2><tt>The problem is that the RRDtool 'make install' puts
RRDs.pm into a library that Perl is not familiar with.</tt></font>
<br>
<br><font size=2><tt>RRDtool 'make install' puts it here:</tt></font>
<br>
<br><font size=2><tt>/usr/local/rrdtool-1.2.26/lib/perl/5.8.5/i386-linux-thread-multi</tt></font>
<br>
<br><font size=2><tt>Perl looks for it here (as well as other places):</tt></font>
<br>
<br><font size=2><tt>/usr/lib/perl5/5.8.5/i386-linux-thread-multi</tt></font>
<br>
<br><font size=2><tt>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.</tt></font>
<br>
<br><font size=2><tt>Is this the *proper* way to do this? I couldn't find
a way to permanently modify the Perl @INC array.</tt></font>
<br>
<br><font size=2><tt>Thanks,</tt></font>
<br>
<br><font size=2><tt>Joe</tt></font>