<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2769" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>All,</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp; I am having difficulty using the perl portion of the rrd tool.&nbsp; I compiled and installed rrd with the --enable-perl-site-install option.&nbsp; It did exactly as expected and installed the files into my perl distribution:</DIV>
<DIV>&nbsp;</DIV>
<DIV><A href="mailto:root@opscgi(/opt/ActivePerl-5.8">root@opscgi(/opt/ActivePerl-5.8</A>): find . -name RRD*<BR>./html/site/lib/RRD<BR>./html/site/lib/RRDp.html<BR>./html/site/lib/RRDs.html<BR>./site/lib/auto/RRD<BR>./site/lib/auto/RRDp<BR>./site/lib/auto/RRDs<BR>./site/lib/auto/RRDs/RRDs.so<BR>./site/lib/auto/RRDs/RRDs.bs<BR>./site/lib/RRD<BR>./site/lib/RRDp.pm<BR>./site/lib/RRDs.pm<BR>./site/man/man3/RRD::Simple::Examples.3<BR>./site/man/man3/RRD::Simple.3<BR>./site/man/man3/RRDp.3<BR>./site/man/man3/RRDs.3<BR></DIV>
<DIV>&nbsp;</DIV>
<DIV>my @INC is as follows:</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp; @INC:<BR>&nbsp;&nbsp;&nbsp; /opt/ActivePerl-5.8/site/lib<BR>&nbsp;&nbsp;&nbsp; /opt/ActivePerl-5.8/lib<BR>&nbsp;&nbsp;&nbsp; .<BR></DIV>
<DIV>but when I try to run my perl script(which works perfectly fine on another box) I get the following error:</DIV>
<DIV>&nbsp;</DIV>
<DIV>Can't load '/opt/ActivePerl-5.8/site/lib/auto/RRDs/RRDs.so' for module RRDs: ld.so.1: graphcpu1.cgi: fatal: librrd.so.2: open failed: No such file or directory at /opt/ActivePerl-5.8/lib/DynaLoader.pm line 230.<BR>&nbsp;at ./graphcpu1.cgi line 4<BR>Compilation failed in require at ./graphcpu1.cgi line 4.<BR>BEGIN failed--compilation aborted at ./graphcpu1.cgi line 4.<BR></DIV>
<DIV>the beginning of my perl script is as follows:</DIV>
<DIV>&nbsp;</DIV>
<DIV>#!/opt/ActivePerl-5.8/bin/perl -w</DIV>
<DIV>&nbsp;</DIV>
<DIV># Library Declarations<BR>use RRDs;&nbsp; (I've tried with an without this line, no difference)<BR>use strict;<BR>use CGI;<BR>use DBI;<BR>use RRD::Simple;</DIV>
<DIV>&nbsp;</DIV>
<DIV># Variable Declarations<BR></DIV>
<DIV>&nbsp;</DIV>
<DIV>Any suggestions?????</DIV>
<DIV>&nbsp;</DIV>
<DIV>-Desperate and thoroughly confused</DIV></BODY></HTML>