no need to ask for openssl dev libs
This commit is contained in:
@@ -71,11 +71,11 @@ L<DBD::Pg>, L<SNMP>, and a compiler using your operating system packages.
|
|||||||
|
|
||||||
On Ubuntu/Debian:
|
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:
|
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<our BSD tips|App::Netdisco::Manual::BSDInstall>.
|
On BSD systems please see L<our BSD tips|App::Netdisco::Manual::BSDInstall>.
|
||||||
|
|
||||||
|
|||||||
@@ -30,10 +30,6 @@ C<postgresqlXX-server>
|
|||||||
|
|
||||||
C<net-snmp> (should install the Perl binding C<SNMP.pm>)
|
C<net-snmp> (should install the Perl binding C<SNMP.pm>)
|
||||||
|
|
||||||
=item *
|
|
||||||
|
|
||||||
C<openssl>
|
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
=head1 Additional Steps
|
=head1 Additional Steps
|
||||||
|
|||||||
@@ -36,27 +36,6 @@ but they are backwards compatible.
|
|||||||
|
|
||||||
=back
|
=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<IO::Socket::SSL> or L<Net::SSLeay>). If you get stuck or confused, you are
|
|
||||||
looking for the package including the file C<openssl/err.h>.
|
|
||||||
|
|
||||||
=head1 2.034000
|
=head1 2.034000
|
||||||
|
|
||||||
=head2 General Notices
|
=head2 General Notices
|
||||||
|
|||||||
Reference in New Issue
Block a user