Author: ken
Date: Sat Oct 6 18:45:32 2018
New Revision: 20597
Log:
perl modules branch: fix use of 'yes' in IO::Socket::SSL Net::SSLeay and note
their test issues with openssl-1.1.1.
Modified:
branches/perl-modules/general/prog/perl-deps/perl-net-ssleay.xml
branches/perl-modules/general/prog/perl-modules/perl-io-socket-ssl.xml
Modified: branches/perl-modules/general/prog/perl-deps/perl-net-ssleay.xml
==============================================================================
--- branches/perl-modules/general/prog/perl-deps/perl-net-ssleay.xml Sat Oct
6 18:30:04 2018 (r20596)
+++ branches/perl-modules/general/prog/perl-deps/perl-net-ssleay.xml Sat Oct
6 18:45:32 2018 (r20597)
@@ -46,11 +46,17 @@
<sect3 role="installation">
<title>Installation of Net::SSLeay</title>
+ <note>
+ <para>
+ The tests hang if you are using openssl-1.1.1.
+ </para>
+ </note>
+
<para>
This module uses a variant of the standard build and installation
instructions:
-<screen><userinput>yes 'n' | perl Makefile.PL &&
+<screen><userinput>yes | perl Makefile.PL &&
make &&
make test</userinput></screen>
@@ -58,7 +64,7 @@
<screen role="root"><userinput>make install</userinput></screen>
- </para>
+ </para>
</sect3>
@@ -66,9 +72,9 @@
<title>Command Explanations</title>
<para>
- <command>yes 'n'</command>: Perl will ask if you wish to run external
+ <command>yes</command>: Perl will ask if you wish to run external
tests, which will fail if you do not have network connectivity. The
- default in 'n', specifying the response allows you to script the build.
+ default in 'n', specifying this allows you to script the build.
</para>
</sect3>
Modified: branches/perl-modules/general/prog/perl-modules/perl-io-socket-ssl.xml
==============================================================================
--- branches/perl-modules/general/prog/perl-modules/perl-io-socket-ssl.xml
Sat Oct 6 18:30:04 2018 (r20596)
+++ branches/perl-modules/general/prog/perl-modules/perl-io-socket-ssl.xml
Sat Oct 6 18:45:32 2018 (r20597)
@@ -48,6 +48,7 @@
<bridgehead renderas="sect5">Required</bridgehead>
<para role="required">
+ <xref linkend="make-ca"/>
<xref linkend="perl-net-ssleay"/>
</para>
@@ -56,8 +57,36 @@
<sect3 role="installation">
<title>Installation of IO::Socket::SSL</title>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
- href="../../../xincludes/perl-standard-install.xml"/>
+ <note>
+ <para>
+ The tests hang if you are using openssl-1.1.1.
+ </para>
+ </note>
+
+ <para>
+ This module uses a variant of the standard build and installation
+ instructions:
+
+<screen><userinput>yes | perl Makefile.PL &&
+make &&
+make test</userinput></screen>
+
+ Now, as the <systemitem class="username">root</systemitem> user:
+
+<screen role="root"><userinput>make install</userinput></screen>
+
+ </para>
+
+ </sect3>
+
+ <sect3 role="commands">
+ <title>Command Explanations</title>
+
+ <para>
+ <command>yes</command>: Perl will ask if you wish to run external
+ tests, which will 'fail soft' if htere are network problems. The
+ default is 'n', this allows you to script the build.
+ </para>
</sect3>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page