From 67f067fdb2700a7f718ea7894f8b6d3a24e8eaaa Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Sat, 29 Apr 2017 09:28:50 +0100 Subject: [PATCH] Add SSL development library to OS base requirements install doc --- Changes | 6 ++++++ lib/App/Netdisco.pm | 4 ++-- lib/App/Netdisco/Manual/BSDInstall.pod | 4 ++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 1e2cf26f..5fae1d61 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ +2.035006 - 2017-04-29 + + [BUG FIXES] + + * Add SSL development library to OS base requirements install doc + 2.035005 - 2017-04-29 [NEW FEATURES] diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index 8389b538..8b6c7abc 100644 --- a/lib/App/Netdisco.pm +++ b/lib/App/Netdisco.pm @@ -71,11 +71,11 @@ L, L, and a compiler using your operating system packages. On Ubuntu/Debian: - root:~# apt-get install libdbd-pg-perl libsnmp-perl build-essential + root:~# apt-get install libdbd-pg-perl libsnmp-perl libssl-dev build-essential On Fedora/Red-Hat: - root:~# yum install perl-core perl-DBD-Pg net-snmp-perl net-snmp-devel make automake gcc + root:~# yum install perl-core perl-DBD-Pg net-snmp-perl net-snmp-devel openssl-devel make automake gcc On BSD systems please see L. diff --git a/lib/App/Netdisco/Manual/BSDInstall.pod b/lib/App/Netdisco/Manual/BSDInstall.pod index c7c4133c..b41bd3fd 100644 --- a/lib/App/Netdisco/Manual/BSDInstall.pod +++ b/lib/App/Netdisco/Manual/BSDInstall.pod @@ -30,6 +30,10 @@ C C (should install the Perl binding C) +=item * + +C + =back =head1 Additional Steps