<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
span.m7094198510788082871gmail-il
        {mso-style-name:m_7094198510788082871gmail-il;}
span.EmailStyle18
        {mso-style-type:personal;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
span.EmailStyle19
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">Breadcrumbs that have worked in the past when installing Smokeping on CentOS 6.x are listed below.<o:p></o:p></span></p>
<p>### CentOS 6.x misc perl packages to install from base O/S<o:p></o:p></p>
<p>yum -y install perl-GSSAPI perl-Time-HiRes perl-FCGI perl-MailTools perl-IO-Tty \<br>
perl-IO-Compress-Base perl-IO-Compress-Zlib perl-HTML-Tagset perl-ExtUtils-MakeMaker \<br>
perl-Locale-Maketext-Simple perl-IPC-Cmd perl-DBIx-Simple perl-File-Fetch \<br>
perl-version perl-Module-Loaded<o:p></o:p></p>
<p>yum -y install perl-Crypt-SSLeay perl-XML-SAX-Base perl-XML-SAX-Writer \<br>
perl-Error perl-Crypt-OpenSSL-Bignum perl-TimeDate perl-CGI perl-IPC-Run \<br>
perl-Compress-Raw-Zlib perl-Compress-Zlib perl-Module-Pluggable \<br>
perl-Digest-HMAC perl-Authen-SASL perl-Net-Telnet<o:p></o:p></p>
<p>yum -y install perl-CGI-SpeedyCGI perl-HTML-Parser perl-XML-Parser \<br>
perl-ExtUtils-ParseXS perl-Test-Harness perl-Params-Check perl-Module-Load-Conditional \<br>
perl-Log-Message perl-DBD-SQLite perl-Log-Message-Simple<o:p></o:p></p>
<p>yum -y install perl-Archive-Extract perl-Object-Accessor perl-Module-CoreList  \<br>
perl-Package-Constants perl-YAML perl-Net-LibIDN perl-IO-Socket-SSL \<br>
perl-XML-Filter-BufferText perl-Text-Iconv perl-Digest-SHA1 perl-Convert-ASN1 \<br>
perl-Crypt-OpenSSL-Random perl-Crypt-OpenSSL-RSA perl-URI perl-LockFile-Simple \<br>
perl-libwww-perl perl-devel perl-Digest-SHA perl-Module-Load perl-DBI \<br>
perl-Term-UI perl-Parse-CPAN-Meta perl-Net-SSLeay  perl-XML-NamespaceSupport<o:p></o:p></p>
<p>yum -y install perl-CPAN perl-CPANPLUS perl-Parse-CPAN-Meta<o:p></o:p></p>
<p>###<o:p></o:p></p>
<p># build and install echoping<br>
#<br>
yum -y install openldap-devel postgresql-devel openssl-devel libidn libidn-devel libtool gcc popt-devel<br>
mkdir -p /installed || exit<br>
cd /installed || exit<br>
## wget <a href="http://sourceforge.net/projects/echoping/files/echoping/6.0.2/echoping-6.0.2.tar.gz/download">
http://sourceforge.net/projects/echoping/files/echoping/6.0.2/echoping-6.0.2.tar.gz/download</a><br>
## best to download from SF and then provide an internal local copy<br>
tar xzf echoping-6.0.2.tar.gz<br>
chown -R root.root echoping-6.0.2<br>
cd echoping-6.0.2<br>
./configure --config-cache --enable-icp --with-ssl --enable-plugin="dns ldap whois postgresql random"<br>
make && make install || exit<br>
cd ..<br>
rm -fr echoping-6.0.2<br>
#<br>
# NOTE: although we install echoping with SSL support,<br>
#  currently using Curl for HTTPS website access, echoping wasn't responding correctly in smokeping<br>
#<br>
<br>
# build and install smokeping<br>
#<br>
#  note: enable EPEL before starting this, as some packages require the EPEL repo<br>
#<br>
yum -y install httpd fping rrdtool rrdtool-perl curl zlib-devel pkgconfig openssl-devel openldap-devel libtool gcc<br>
#<br>
yum -y install net-snmp-utils mod_speedycgi perl-CGI-SpeedyCGI perl-CPAN perl-CPANPLUS perl-devel perl-YAML<br>
yum -y install perl-IO-Socket-SSL perl-Crypt-SSLeay perl-Net-LibIDN perl-Net-SSLeay perl-IO-Socket-SSL \<br>
 perl-XML-SAX-Base perl-XML-SAX-Writer perl-Digest-SHA1 perl-Digest-HMAC perl-Authen-SASL \<br>
 perl-Convert-ASN1 perl-Time-HiRes perl-FCGI<br>
#<br>
#CPAN install<br>
#  readline<br>
#  Term::ReadKey<br>
#  LWP::UserAgent<br>
#  Net::Telnet<br>
#  Net::DNS ------ versions 0.75 and later may break AnotherDNS probe, instead, use: yum install perl-Net-DNS from base O/S<br>
#  IO::Socket::SSL<br>
#  Authen::TacacsPlus<br>
#  Authen::Radius<br>
#  XML::SAX::Writer<br>
#  Authen::SASL<br>
#  Convert::ASN1<br>
#  Net::LDAP<br>
#  JSON::XS<br>
#  CGI::Fast<br>
#  Config::Grammar<br>
#  Net::SNMP<br>
#  Crypt::Rijndael<br>
#  Crypt::DES<o:p></o:p></p>
<p class="MsoNormal">--/--<o:p></o:p></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><b><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">From:</span></b><span style="font-size:11.0pt;font-family:"Calibri",sans-serif"> smokeping-users [mailto:smokeping-users-bounces+robert.patrick=hq.doe.gov@lists.oetiker.ch]
<b>On Behalf Of </b>Eric Brander<br>
<b>Sent:</b> Tuesday, April 10, 2018 1:07 PM<br>
<b>To:</b> smokeping-users@lists.oetiker.ch<br>
<b>Subject:</b> Re: [smokeping-users] 2.7.1 Install Issues<o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal">On Thu, Mar 22, 2018 at 7:58 AM, Eric Brander <<a href="mailto:mailinglists@rednarb.com" target="_blank">mailinglists@rednarb.com</a>> wrote:<o:p></o:p></p>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in">
<div>
<p class="MsoNormal"><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222;background:white">Friends,</span><o:p></o:p></p>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222">Long-time <span class="m7094198510788082871gmail-il">smokeping</span> user here, installing a new implementation on Centos 7.4.1708, getting
 an error when executing gmake install:<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p> </o:p></span></p>
</div>
<div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">root-> /usr/bin/gmake install</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">Making install in thirdparty</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">gmake[1]: Entering directory `/tmp/<span class="m7094198510788082871gmail-il">smokeping</span>-2.7.1/thirdparty'</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">echo "If the moduile install hangs, this may be because one of the modules expects you to press [return] without telling you ... just do it!"</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">If the moduile install hangs, this may be because one of the modules expects you to press [return] without telling you ... just do it!</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">  GEN      touch</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">FCGI is up to date. (0.78)</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">CGI is up to date. (4.38)</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">CGI::Fast is up to date. (2.13)</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">Config::Grammar is up to date. (1.12)</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">Socket6 is up to date. (0.28)</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">IO::Socket::SSL is up to date. (2.054)</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">Digest::HMAC_MD5 is up to date. (1.01)</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">Net::Telnet is up to date. (3.04)</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">Net::OpenSSH is up to date. (0.74)</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">! Couldn't find module or a distribution CPAN::Meta (2.142060)</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">! Installing the dependencies failed: Module 'CPAN::Meta' is not installed</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">! Bailing out the installation for Module-Build-0.4224.</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">! Installing the dependencies failed: Module 'Module::Build' is not installed</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">! Bailing out the installation for Net-SNMP-v6.0.1.</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">Net::LDAP is up to date. (0.65)</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">Net::DNS is up to date. (1.14)</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">IO::Pty is up to date. (1.12)</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">LWP is up to date. (6.31)</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">Authen::Radius is up to date. (0.26)</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><b><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">gmake[1]: *** [touch] Error 123</span></b><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">gmake[1]: Leaving directory `/tmp/<span class="m7094198510788082871gmail-il">smokeping</span>-2.7.1/thirdparty'</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">gmake: *** [install-recursive] Error 1</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p> </o:p></span></p>
</div>
<div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">root-> cpan Module::Build</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">Reading '/root/.cpan/Metadata'</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">  Database was generated on Wed, 21 Mar 2018 18:29:03 GMT</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">Module::Build is up to date (0.4224).</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p> </o:p></span></p>
</div>
<div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">root-> cpan CPAN::Meta</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">Reading '/root/.cpan/Metadata'</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">  Database was generated on Wed, 21 Mar 2018 18:29:03 GMT</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">CPAN::Meta is up to date (2.150010).</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p> </o:p></span></p>
</div>
<div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">root-> yum install net-snmp-devel net-snmp</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">Loaded plugins: fastestmirror</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">Loading mirror speeds from cached hostfile</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222"> * base: <a href="http://dallas.tx.mirror.xygenhosting.com/" target="_blank"><span style="color:#1155CC">dallas.tx.mirror.xygenhosting.com</span></a></span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222"> * epel: <a href="http://mirror.colorado.edu/" target="_blank"><span style="color:#1155CC">mirror.colorado.edu</span></a></span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222"> * extras: <a href="http://centos.unixheads.org/" target="_blank"><span style="color:#1155CC">centos.unixheads.org</span></a></span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222"> * updates: <a href="http://mirrors.usinternet.com/" target="_blank"><span style="color:#1155CC">mirrors.usinternet.com</span></a></span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">Package 1:net-snmp-devel-5.7.2-28.el7_4.1.x86_64 already installed and latest version</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">Package 1:net-snmp-5.7.2-28.el7_4.1.x86_64 already installed and latest version</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Courier New";color:#222222">Nothing to do</span><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p></o:p></span></p>
</div>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222">Maybe related - as a long-time user, I installed all the dependencies manually before attempting the <span class="m7094198510788082871gmail-il">Smokeping</span> install,
 but this new installer is also trying to install these thirdparty tools. Maybe some issue there? Any other ideas?<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222"><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222">Thanks,<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#222222">Eric<o:p></o:p></span></p>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</blockquote>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">Didn't get any responses to this last time so I'm throwing my line in again to see I get any bites.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">TIA,<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">Eric<o:p></o:p></p>
</div>
</div>
</div>
</body>
</html>