<div dir="ltr">Thanks all, I followed Jean's page and it was successful. It turns out that I was using the wrong rpmforge repo. <div><br></div><div> -- Matt</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Wed, Sep 4, 2013 at 10:57 PM, Jaysen Johnson <span dir="ltr"><<a href="mailto:jaysen@jedinetworks.com" target="_blank">jaysen@jedinetworks.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
The We Debug You guide is excellent, I used it for my SmokePing setup.<br>
<br>
<a href="http://www.wedebugyou.com/2012/11/how-to-install-and-configure-smokeping-on-centos-6/" target="_blank">http://www.wedebugyou.com/<u></u>2012/11/how-to-install-and-<u></u>configure-smokeping-on-centos-<u></u>6/</a><br>
<br>
Jaysen Johnson<div class="im"><br>
<br>
On 9/4/2013 22:55, Matt Almgren wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
Hi Jean, we've actually worked together last year with your guide and my<br>
input. I documented all the steps from your guide and my suggestions.<br>
They've worked at least a handful of times before, so I'm surprised it<br>
failed this time.<br>
<br>
<br>
-- iMatt<br>
<br>
On Sep 4, 2013, at 9:23 PM, Jean <<a href="mailto:jean@wedebugyou.com" target="_blank">jean@wedebugyou.com</a><br></div>
<mailto:<a href="mailto:jean@wedebugyou.com" target="_blank">jean@wedebugyou.com</a>>> wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
Hi,<br>
<br>
It seems there is no smokeping package under centos.<br>
<br>
Try this guide. If any improvement needs to be done, I would be happy<br>
to contribute.<br>
<br>
<a href="http://www.wedebugyou.com/2012/11/how-to-install-and-configure-smokeping-on-centos-6/" target="_blank">http://www.wedebugyou.com/<u></u>2012/11/how-to-install-and-<u></u>configure-smokeping-on-centos-<u></u>6/</a><br>
<br>
Good luck<br>
<br>
Jean<br>
<br>
On 2013-09-05, at 5:22, Tom Throckmorton <<a href="mailto:throck%2Bsmokeping@gmail.com" target="_blank">throck+smokeping@gmail.com</a><br></div>
<mailto:<a href="mailto:throck%2Bsmokeping@gmail.com" target="_blank">throck+smokeping@<u></u>gmail.com</a>>> wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
Matt;<br>
<br>
It looks like you have rpmforge repos enabled and you're pulling in el5<br>
packages, e.g. the perl-rrdtool-1.4.7-1.el5.rf.<u></u>x86_64. Not only is that<br>
package for the wrong dist, it is also for the wrong version of perl on<br>
6.4 (5.10). At this point, I would 'yum erase perl-rrdtool' and then<br>
'yum install rrdtool-perl --disablerepo=rpmforge'. That should take<br>
care of your RRDs location issue for the build.<br>
<br>
Beyond that, it looks like you may have the wrong rpmforge-release<br>
package installed; you may want to backout any packages you installed<br>
from that repo, correct that and then start again.<br>
<br>
cheers,<br>
<br>
-tt<br>
<br>
<br>
On 09/04/2013 07:17 PM, Matt Almgren wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
Hi Lars, I tried the following:<br>
<br>
237 export<br>
PERL5LIB=/usr/lib64/perl5/<u></u>vendor_perl/5.8.8/x86_64-<u></u>linux-thread-multi<br>
<Same Error><br>
<br>
Then I tried to add a link to the @INC lib:<br>
<br>
245 cd /usr/share/perl5/<br>
246 ln -s<br>
/usr/lib64/perl5/vendor_perl/<u></u>5.8.8/x86_64-linux-thread-<u></u>multi/RRDs.pm .<br>
<Same Error><br>
<br>
Still getting same results:<br>
<br>
checking checking for perl module 'RRDs'... Failed<br>
checking checking for perl module 'FCGI'... Ok<br>
checking checking for perl module 'CGI'... Ok<br>
checking checking for perl module 'CGI::Fast'... Ok<br>
checking checking for perl module 'Config::Grammar'... Ok<br>
checking checking for perl module 'Digest::HMAC_MD5'... Ok<br>
checking checking for perl module 'LWP'... Ok<br>
<br>
** Aborting Configure ******************************<br>
<br>
If you know where perl can find the missing modules, set<br>
the PERL5LIB environment variable accordingly.<br>
<br>
<snip><br>
<br>
<br>
<br>
<br>
<br>
<br>
On Wed, Sep 4, 2013 at 12:12 AM, Lars Thegler <<a href="mailto:lars@thegler.dk" target="_blank">lars@thegler.dk</a><br>
<mailto:<a href="mailto:lars@thegler.dk" target="_blank">lars@thegler.dk</a>><br>
<mailto:<a href="mailto:lars@thegler.dk" target="_blank">lars@thegler.dk</a>>> wrote:<br>
<br>
On Wed, Sep 4, 2013 at 7:45 AM, Matt Almgren <<a href="mailto:almgren@gmail.com" target="_blank">almgren@gmail.com</a><br>
<mailto:<a href="mailto:almgren@gmail.com" target="_blank">almgren@gmail.com</a>><br>
<mailto:<a href="mailto:almgren@gmail.com" target="_blank">almgren@gmail.com</a>>> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I am pulling my hair out here. I have a new CentOS6.4 install and<br>
</blockquote>
running<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
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<br>
</blockquote>
ideas?<br>
<br>
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>
<br>
/Lars<br>
<br>
<br>
<br>
<br>
______________________________<u></u>_________________<br>
smokeping-users mailing list<br>
<a href="mailto:smokeping-users@lists.oetiker.ch" target="_blank">smokeping-users@lists.oetiker.<u></u>ch</a><br></div></div>
<mailto:<a href="mailto:smokeping-users@lists.oetiker.ch" target="_blank">smokeping-users@lists.<u></u>oetiker.ch</a>><br>
<a href="https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users" target="_blank">https://lists.oetiker.ch/cgi-<u></u>bin/listinfo/smokeping-users</a><br>
<br>
</blockquote><div class="im">
<br>
______________________________<u></u>_________________<br>
smokeping-users mailing list<br>
<a href="mailto:smokeping-users@lists.oetiker.ch" target="_blank">smokeping-users@lists.oetiker.<u></u>ch</a><br></div>
<mailto:<a href="mailto:smokeping-users@lists.oetiker.ch" target="_blank">smokeping-users@lists.<u></u>oetiker.ch</a>><br>
<a href="https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users" target="_blank">https://lists.oetiker.ch/cgi-<u></u>bin/listinfo/smokeping-users</a><br>
</blockquote></blockquote><div class="im">
<br>
<br>
______________________________<u></u>_________________<br>
smokeping-users mailing list<br>
<a href="mailto:smokeping-users@lists.oetiker.ch" target="_blank">smokeping-users@lists.oetiker.<u></u>ch</a><br>
<a href="https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users" target="_blank">https://lists.oetiker.ch/cgi-<u></u>bin/listinfo/smokeping-users</a><br>
<br>
</div></blockquote>
</blockquote></div><br></div>