From d5cfa682f8c26a74e8db1b937d89c97fdbcf08f1 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Mon, 1 May 2017 21:58:37 +0100 Subject: [PATCH] no need to ask for openssl dev libs --- lib/App/Netdisco.pm | 4 ++-- lib/App/Netdisco/Manual/BSDInstall.pod | 4 ---- lib/App/Netdisco/Manual/ReleaseNotes.pod | 21 --------------------- 3 files changed, 2 insertions(+), 27 deletions(-) diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index d88c98da..d0b75773 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 libssl-dev build-essential + root:~# apt-get install libdbd-pg-perl libsnmp-perl build-essential On Fedora/Red-Hat: - root:~# yum install perl-core perl-DBD-Pg net-snmp-perl net-snmp-devel openssl-devel make automake gcc + root:~# yum install perl-core perl-DBD-Pg net-snmp-perl net-snmp-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 b41bd3fd..c7c4133c 100644 --- a/lib/App/Netdisco/Manual/BSDInstall.pod +++ b/lib/App/Netdisco/Manual/BSDInstall.pod @@ -30,10 +30,6 @@ C C (should install the Perl binding C) -=item * - -C - =back =head1 Additional Steps diff --git a/lib/App/Netdisco/Manual/ReleaseNotes.pod b/lib/App/Netdisco/Manual/ReleaseNotes.pod index 214d28d2..99ba0a52 100644 --- a/lib/App/Netdisco/Manual/ReleaseNotes.pod +++ b/lib/App/Netdisco/Manual/ReleaseNotes.pod @@ -36,27 +36,6 @@ but they are backwards compatible. =back -=head1 2.035007 - -=head2 General Notices - -This release builds a Perl SSL interface which requires OpenSSL development -files (headers) on your system. - -On Ubuntu/Debian: - - root:~# apt-get install libssl-dev - -On Fedora/Red-Hat: - - root:~# yum install openssl-devel - -On BSD these headers are usually installed with the openssl port itself. - -Netdisco will otherwise fail to upgrade/install (it will fail building -L or L). If you get stuck or confused, you are -looking for the package including the file C. - =head1 2.034000 =head2 General Notices