<div dir="ltr"><div>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?</div>
<div><br></div><div>...</div><div>checking checking for gnu make availablility... /usr/bin/gmake is GNU make</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><br></div><div> FIRST though, make sure that 'perl' starts the perl</div><div> binary you want to use for SmokePing.</div><div><br></div><div> Now you can install local copies of the missing modules</div>
<div> by running</div><div><br></div><div> ./setup/build-perl-modules.sh /opt/smokeping/thirdparty</div><div><br></div><div> The RRDs perl module is part of RRDtool. Either use the rrdtool</div><div> package provided by your OS or install rrdtool from source.</div>
<div> If you install from source, the RRDs module is located</div><div> PREFIX/lib/perl</div><div><br></div><div>[root@sfo-admin007 smokeping-2.6.9]# yum search perl | grep rrd</div><div>perl-rrdtool.x86_64 : Perl RRDtool bindings</div>
<div>rrdtool-perl.x86_64 : Perl RRDtool bindings</div><div>[root@sfo-admin007 smokeping-2.6.9]# yum install perl-rrdtool.x86_64 rrdtool-perl.x86_64</div><div>Loaded plugins: fastestmirror, security</div><div>Loading mirror speeds from cached hostfile</div>
<div> * base: <a href="http://mirror.pac-12.org/" target="_blank">mirror.pac-12.org</a></div><div> * extras: <a href="http://mirror.san.fastserv.com/" target="_blank">mirror.san.fastserv.com</a></div><div> * rpmforge: <a href="http://mirror.hmc.edu/" target="_blank">mirror.hmc.edu</a></div>
<div> * updates: <a href="http://mirrors.versaweb.com/" target="_blank">mirrors.versaweb.com</a></div><div>Setting up Install Process</div><div>Package perl-rrdtool-1.4.7-1.el5.rf.x86_64 already installed and latest version</div>
<div>Package rrdtool-perl-1.3.8-6.el6.x86_64 is obsoleted by perl-rrdtool-1.4.7-1.el5.rf.x86_64 which is already installed</div><div>Nothing to do</div><div>[root@sfo-admin007 smokeping-2.6.9]# </div><div><div>[root@sfo-admin007 smokeping-2.6.9]# which perl</div>
<div>/usr/bin/perl</div><div>[root@sfo-admin007 smokeping-2.6.9]# echo $PERL5LIB</div><div>/usr/bin/perl</div><div>[root@sfo-admin007 smokeping-2.6.9]# </div></div></div>