<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><Same Error></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><Same Error></div><div><br></div><div>Still getting same results:</div>
<div><br></div><div><div>checking checking for perl module 'RRDs'... Failed</div><div>checking checking for perl module 'FCGI'... Ok</div><div>checking checking for perl module 'CGI'... Ok</div><div>
checking checking for perl module 'CGI::Fast'... Ok</div><div>checking checking for perl module 'Config::Grammar'... Ok</div><div>checking checking for perl module 'Digest::HMAC_MD5'... Ok</div><div>
checking checking for perl module 'LWP'... 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><snip></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"><<a href="mailto:lars@thegler.dk" target="_blank">lars@thegler.dk</a>></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 <<a href="mailto:almgren@gmail.com">almgren@gmail.com</a>> wrote:<br>
> I am pulling my hair out here. I have a new CentOS6.4 install and running<br>
> into problems installing smokeping. I'm not sure what to make of this<br>
> 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'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>