Add SSL development library to Release Notes
This commit is contained in:
6
Changes
6
Changes
@@ -1,3 +1,9 @@
|
|||||||
|
2.035007 -
|
||||||
|
|
||||||
|
[BUG FIXES]
|
||||||
|
|
||||||
|
* Add SSL development library to Release Notes
|
||||||
|
|
||||||
2.035006 - 2017-04-29
|
2.035006 - 2017-04-29
|
||||||
|
|
||||||
[BUG FIXES]
|
[BUG FIXES]
|
||||||
|
|||||||
@@ -36,6 +36,27 @@ 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