<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1605" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=136353514-09012008><FONT face=Arial 
color=#0000ff size=2>Hi Joe</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=136353514-09012008><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=136353514-09012008><FONT face=Arial 
color=#0000ff size=2>use the 'lib' notation to specify various source libraries, 
then enter the</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=136353514-09012008><FONT face=Arial 
color=#0000ff size=2>perl modules just below aka:</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=136353514-09012008><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=136353514-09012008><FONT face=Arial 
color=#0000ff size=2>use lib 
qw(/usr/local/rrdtool-1.2.26/lib/perl/5.8.5/i386-linux-thread-multi);</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=136353514-09012008><FONT face=Arial 
color=#0000ff size=2>use RRDs.pm;</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=136353514-09012008><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=136353514-09012008><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=136353514-09012008><FONT face=Arial 
color=#0000ff size=2>--</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=136353514-09012008><FONT face=Arial 
color=#0000ff size=2>MortenB</FONT></SPAN></DIV><BR>
<BLOCKQUOTE 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
  <HR tabIndex=-1>
  <FONT face=Tahoma size=2><B>From:</B> rrd-users-bounces@lists.oetiker.ch 
  [mailto:rrd-users-bounces@lists.oetiker.ch] <B>On Behalf Of </B>Joe 
  Loiacono<BR><B>Sent:</B> 9. januar 2008 15:33<BR><B>To:</B> 
  rrd-users@lists.oetiker.ch<BR><B>Subject:</B> [rrd-users] Can't locate 
  loadable object for module RRDs<BR></FONT><BR></DIV>
  <DIV></DIV><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></BLOCKQUOTE></BODY></HTML>