From 1ed59c4864935af17a2e13c89c222a9390b01651 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Wed, 24 Dec 2014 15:49:33 +0000 Subject: [PATCH] Request net-snmp-devel on Fedora/Red-Hat builds --- Netdisco/Changes | 6 ++++++ Netdisco/lib/App/Netdisco.pm | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Netdisco/Changes b/Netdisco/Changes index eb94e52c..c85efc6b 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -1,3 +1,9 @@ +2.029015 + + [ENHANCEMENTS] + + * Request net-snmp-devel on Fedora/Red-Hat builds + 2.029014 - 2014-11-19 [ENHANCEMENTS] diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index ad2e1b5f..d83833ca 100644 --- a/Netdisco/lib/App/Netdisco.pm +++ b/Netdisco/lib/App/Netdisco.pm @@ -73,7 +73,7 @@ On Ubuntu/Debian: On Fedora/Red-Hat: - root:~# yum install perl-core perl-DBD-Pg net-snmp-perl make automake gcc + root:~# yum install perl-core perl-DBD-Pg net-snmp-perl net-snmp-devel make automake gcc With those installed, next check that your system's clock is correct. Then, we can proceed...