This is a notification from the Help Desk.
On Nov 12, 2013 @ 05:32 pm, [email protected] wrote: Send smokeping-users mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of smokeping-users digest..." Today's Topics: 1. Re: Help with PERL5LIB error (Matt Almgren) 2. Re: Help with PERL5LIB error (Matt Almgren) 3. Re: Help with PERL5LIB error (Matt Almgren) ---------------------------------------------------------------------- Message: 1 Date: Wed, 4 Sep 2013 22:53:01 -0700 From: Matt Almgren <[email protected]> Subject: Re: [smokeping-users] Help with PERL5LIB error To: "[email protected]" <[email protected]> Cc: SmokePing Users <[email protected]> Message-ID: <-7583718754755154620@unknownmsgid> Content-Type: text/plain; charset=ISO-8859-1 Hi tt, can you point me to the correct rpmforge repo that I should be using for centos6.4? I'll try out your suggestions tomorrow. Thanks! -- iMatt On Sep 4, 2013, at 8:22 PM, Tom Throckmorton <[email protected]> wrote: > Matt; > > It looks like you have rpmforge repos enabled and you're pulling in el5 > packages, e.g. the perl-rrdtool-1.4.7-1.el5.rf.x86_64. Not only is that > package for the wrong dist, it is also for the wrong version of perl on > 6.4 (5.10). At this point, I would 'yum erase perl-rrdtool' and then > 'yum install rrdtool-perl --disablerepo=rpmforge'. That should take > care of your RRDs location issue for the build. > > Beyond that, it looks like you may have the wrong rpmforge-release > package installed; you may want to backout any packages you installed > from that repo, correct that and then start again. > > cheers, > > -tt > > > On 09/04/2013 07:17 PM, Matt Almgren wrote: >> Hi Lars, I tried the following: >> >> 237 export >> PERL5LIB=/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi >> <Same Error> >> >> Then I tried to add a link to the @INC lib: >> >> 245 cd /usr/share/perl5/ >> 246 ln -s >> /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/RRDs.pm . >> <Same Error> >> >> Still getting same results: >> >> checking checking for perl module 'RRDs'... Failed >> checking checking for perl module 'FCGI'... Ok >> checking checking for perl module 'CGI'... Ok >> checking checking for perl module 'CGI::Fast'... Ok >> checking checking for perl module 'Config::Grammar'... Ok >> checking checking for perl module 'Digest::HMAC_MD5'... Ok >> checking checking for perl module 'LWP'... Ok >> >> ** Aborting Configure ****************************** >> >> If you know where perl can find the missing modules, set >> the PERL5LIB environment variable accordingly. >> >> <snip> >> >> >> >> >> >> >> On Wed, Sep 4, 2013 at 12:12 AM, Lars Thegler <[email protected] >> <mailto:[email protected]>> wrote: >> >> On Wed, Sep 4, 2013 at 7:45 AM, Matt Almgren <[email protected] >> <mailto:[email protected]>> wrote: >>> I am pulling my hair out here. I have a new CentOS6.4 install and >> running >>> into problems installing smokeping. I'm not sure what to make of this >>> PERL5LIB. I set it to /usr/bin/perl and still see problems. Any >> ideas? >> >> PERL5LIB is a list of directories in which perl will look for module >> files, in addition to the built-in directories. So, find out where >> you've installed RRDs.pm, and add that directory to PERL5LIB. >> >> /Lars >> >> >> >> >> _______________________________________________ >> smokeping-users mailing list >> [email protected] >> https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users > ------------------------------ Message: 2 Date: Wed, 4 Sep 2013 22:55:16 -0700 From: Matt Almgren <[email protected]> Subject: Re: [smokeping-users] Help with PERL5LIB error To: Jean <[email protected]> Cc: SmokePing Users <[email protected]> Message-ID: <792958365778510700@unknownmsgid> Content-Type: text/plain; charset="iso-8859-1" Hi Jean, we've actually worked together last year with your guide and my input. I documented all the steps from your guide and my suggestions. They've worked at least a handful of times before, so I'm surprised it failed this time. -- iMatt On Sep 4, 2013, at 9:23 PM, Jean <[email protected]> wrote: Hi, It seems there is no smokeping package under centos. Try this guide. If any improvement needs to be done, I would be happy to contribute. http://www.wedebugyou.com/2012/11/how-to-install-and-configure-smokeping-on-centos-6/ Good luck Jean On 2013-09-05, at 5:22, Tom Throckmorton <[email protected]> wrote: Matt; It looks like you have rpmforge repos enabled and you're pulling in el5 packages, e.g. the perl-rrdtool-1.4.7-1.el5.rf.x86_64. Not only is that package for the wrong dist, it is also for the wrong version of perl on 6.4 (5.10). At this point, I would 'yum erase perl-rrdtool' and then 'yum install rrdtool-perl --disablerepo=rpmforge'. That should take care of your RRDs location issue for the build. Beyond that, it looks like you may have the wrong rpmforge-release package installed; you may want to backout any packages you installed from that repo, correct that and then start again. cheers, -tt On 09/04/2013 07:17 PM, Matt Almgren wrote: Hi Lars, I tried the following: 237 export PERL5LIB=/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi <Same Error> Then I tried to add a link to the @INC lib: 245 cd /usr/share/perl5/ 246 ln -s /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/RRDs.pm . <Same Error> Still getting same results: checking checking for perl module 'RRDs'... Failed checking checking for perl module 'FCGI'... Ok checking checking for perl module 'CGI'... Ok checking checking for perl module 'CGI::Fast'... Ok checking checking for perl module 'Config::Grammar'... Ok checking checking for perl module 'Digest::HMAC_MD5'... Ok checking checking for perl module 'LWP'... Ok ** Aborting Configure ****************************** If you know where perl can find the missing modules, set the PERL5LIB environment variable accordingly. <snip> On Wed, Sep 4, 2013 at 12:12 AM, Lars Thegler <[email protected] <mailto:[email protected] <[email protected]>>> wrote: On Wed, Sep 4, 2013 at 7:45 AM, Matt Almgren <[email protected] <mailto:[email protected] <[email protected]>>> wrote: I am pulling my hair out here. I have a new CentOS6.4 install and running into problems installing smokeping. I'm not sure what to make of this PERL5LIB. I set it to /usr/bin/perl and still see problems. Any ideas? PERL5LIB is a list of directories in which perl will look for module files, in addition to the built-in directories. So, find out where you've installed RRDs.pm, and add that directory to PERL5LIB. /Lars _______________________________________________ smokeping-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users _______________________________________________ smokeping-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.oetiker.ch/pipermail/smokeping-users/attachments/20130904/e737b647/attachment-0001.htm ------------------------------ Message: 3 Date: Thu, 5 Sep 2013 10:47:58 -0700 From: Matt Almgren <[email protected]> Subject: Re: [smokeping-users] Help with PERL5LIB error To: Jaysen Johnson <[email protected]>, SmokePing Users <[email protected]> Message-ID: <caceb1bn7xzuand6maho3opgci6_zduaems5jikadbcvvrsx...@mail.gmail.com> Content-Type: text/plain; charset="iso-8859-1" Thanks all, I followed Jean's page and it was successful. It turns out that I was using the wrong rpmforge repo. -- Matt On Wed, Sep 4, 2013 at 10:57 PM, Jaysen Johnson <[email protected]>wrote: > The We Debug You guide is excellent, I used it for my SmokePing setup. > > http://www.wedebugyou.com/**2012/11/how-to-install-and-** > configure-smokeping-on-centos-**6/<http://www.wedebugyou.com/2012/11/how-to-install-and-configure-smokeping-on-centos-6/> > > Jaysen Johnson > > > On 9/4/2013 22:55, Matt Almgren wrote: > >> Hi Jean, we've actually worked together last year with your guide and my >> input. I documented all the steps from your guide and my suggestions. >> They've worked at least a handful of times before, so I'm surprised it >> failed this time. >> >> >> -- iMatt >> >> On Sep 4, 2013, at 9:23 PM, Jean <[email protected] >> <mailto:[email protected]>> wrote: >> >> Hi, >>> >>> It seems there is no smokeping package under centos. >>> >>> Try this guide. If any improvement needs to be done, I would be happy >>> to contribute. >>> >>> http://www.wedebugyou.com/**2012/11/how-to-install-and-** >>> configure-smokeping-on-centos-**6/<http://www.wedebugyou.com/2012/11/how-to-install-and-configure-smokeping-on-centos-6/> >>> >>> Good luck >>> >>> Jean >>> >>> On 2013-09-05, at 5:22, Tom Throckmorton <[email protected] >>> <mailto:throck+smokeping@**gmail.com <throck%[email protected]>>> >>> wrote: >>> >>> Matt; >>>> >>>> It looks like you have rpmforge repos enabled and you're pulling in el5 >>>> packages, e.g. the perl-rrdtool-1.4.7-1.el5.rf.**x86_64. Not only is >>>> that >>>> package for the wrong dist, it is also for the wrong version of perl on >>>> 6.4 (5.10). At this point, I would 'yum erase perl-rrdtool' and then >>>> 'yum install rrdtool-perl --disablerepo=rpmforge'. That should take >>>> care of your RRDs location issue for the build. >>>> >>>> Beyond that, it looks like you may have the wrong rpmforge-release >>>> package installed; you may want to backout any packages you installed >>>> from that repo, correct that and then start again. >>>> >>>> cheers, >>>> >>>> -tt >>>> >>>> >>>> On 09/04/2013 07:17 PM, Matt Almgren wrote: >>>> >>>>> Hi Lars, I tried the following: >>>>> >>>>> 237 export >>>>> PERL5LIB=/usr/lib64/perl5/**vendor_perl/5.8.8/x86_64-** >>>>> linux-thread-multi >>>>> <Same Error> >>>>> >>>>> Then I tried to add a link to the @INC lib: >>>>> >>>>> 245 cd /usr/share/perl5/ >>>>> 246 ln -s >>>>> /usr/lib64/perl5/vendor_perl/**5.8.8/x86_64-linux-thread-**multi/RRDs.pm >>>>> . >>>>> <Same Error> >>>>> >>>>> Still getting same results: >>>>> >>>>> checking checking for perl module 'RRDs'... Failed >>>>> checking checking for perl module 'FCGI'... Ok >>>>> checking checking for perl module 'CGI'... Ok >>>>> checking checking for perl module 'CGI::Fast'... Ok >>>>> checking checking for perl module 'Config::Grammar'... Ok >>>>> checking checking for perl module 'Digest::HMAC_MD5'... Ok >>>>> checking checking for perl module 'LWP'... Ok >>>>> >>>>> ** Aborting Configure ****************************** >>>>> >>>>> If you know where perl can find the missing modules, set >>>>> the PERL5LIB environment variable accordingly. >>>>> >>>>> <snip> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> On Wed, Sep 4, 2013 at 12:12 AM, Lars Thegler <[email protected] >>>>> <mailto:[email protected]> >>>>> <mailto:[email protected]>> wrote: >>>>> >>>>> On Wed, Sep 4, 2013 at 7:45 AM, Matt Almgren <[email protected] >>>>> <mailto:[email protected]> >>>>> <mailto:[email protected]>> wrote: >>>>> >>>>>> I am pulling my hair out here. I have a new CentOS6.4 install and >>>>>> >>>>> running >>>>> >>>>>> into problems installing smokeping. I'm not sure what to make of this >>>>>> PERL5LIB. I set it to /usr/bin/perl and still see problems. Any >>>>>> >>>>> ideas? >>>>> >>>>> PERL5LIB is a list of directories in which perl will look for module >>>>> files, in addition to the built-in directories. So, find out where >>>>> you've installed RRDs.pm, and add that directory to PERL5LIB. >>>>> >>>>> /Lars >>>>> >>>>> >>>>> >>>>> >>>>> ______________________________**_________________ >>>>> smokeping-users mailing list >>>>> [email protected].**ch <[email protected]> >>>>> <mailto:smokeping-users@lists.**oetiker.ch<[email protected]> >>>>> > >>>>> https://lists.oetiker.ch/cgi-**bin/listinfo/smokeping-users<https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users> >>>>> >>>>> >>>> ______________________________**_________________ >>>> smokeping-users mailing list >>>> [email protected].**ch <[email protected]> >>>> <mailto:smokeping-users@lists.**oetiker.ch<[email protected]> >>>> > >>>> https://lists.oetiker.ch/cgi-**bin/listinfo/smokeping-users<https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users> >>>> >>> >> >> ______________________________**_________________ >> smokeping-users mailing list >> [email protected].**ch <[email protected]> >> https://lists.oetiker.ch/cgi-**bin/listinfo/smokeping-users<https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users> >> >> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.oetiker.ch/pipermail/smokeping-users/attachments/20130905/2957e870/attachment.htm ------------------------------ _______________________________________________ smokeping-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users End of smokeping-users Digest, Vol 79, Issue 3 ********************************************** ------ This is an automated response. Your issue has been noted. We'll be in touch soon. Please reply to this email or visit the URL below with any additional details. http://florin-pc/portal/view-help-request/46
_______________________________________________ smokeping-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users
