<div dir="ltr">Hi Lars, I tried the following:<div><br></div><div>237  export PERL5LIB=/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi<br></div><div>&lt;Same Error&gt;</div><div><br></div><div>Then I tried to add a link to the @INC lib: </div>
<div><br></div><div><div>245  cd /usr/share/perl5/</div><div>246  ln -s /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/RRDs.pm .</div></div><div>&lt;Same Error&gt;</div><div><br></div><div>Still getting same results:</div>
<div><br></div><div><div>checking checking for perl module &#39;RRDs&#39;... Failed</div><div>checking checking for perl module &#39;FCGI&#39;... Ok</div><div>checking checking for perl module &#39;CGI&#39;... Ok</div><div>
checking checking for perl module &#39;CGI::Fast&#39;... Ok</div><div>checking checking for perl module &#39;Config::Grammar&#39;... Ok</div><div>checking checking for perl module &#39;Digest::HMAC_MD5&#39;... Ok</div><div>
checking checking for perl module &#39;LWP&#39;... Ok</div><div><br></div><div>** Aborting Configure ******************************</div><div><br></div><div>   If you know where perl can find the missing modules, set</div>
<div>   the PERL5LIB environment variable accordingly.</div></div><div><br></div><div>&lt;snip&gt;</div><div><br></div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Wed, Sep 4, 2013 at 12:12 AM, Lars Thegler <span dir="ltr">&lt;<a href="mailto:lars@thegler.dk" target="_blank">lars@thegler.dk</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Wed, Sep 4, 2013 at 7:45 AM, Matt Almgren &lt;<a href="mailto:almgren@gmail.com">almgren@gmail.com</a>&gt; wrote:<br>
&gt; I am pulling my hair out here.  I have a new CentOS6.4 install and running<br>
&gt; into problems installing smokeping.  I&#39;m not sure what to make of this<br>
&gt; PERL5LIB.  I set it to /usr/bin/perl and still see problems.  Any ideas?<br>
<br>
</div>PERL5LIB is a list of directories in which perl will look for module<br>
files, in addition to the built-in directories. So, find out where<br>
you&#39;ve installed RRDs.pm, and add that directory to PERL5LIB.<br>
<span class="HOEnZb"><font color="#888888"><br>
/Lars<br>
</font></span></blockquote></div><br></div>