Ignore:
Timestamp:
10/07/2018 01:45:32 AM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
bdc55ac
Parents:
8559802
Message:

perl modules branch: fix use of 'yes' in IO::Socket::SSL Net::SSLeay and note their test issues with openssl-1.1.1.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/perl-modules@20597 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/perl-modules/perl-io-socket-ssl.xml

    r8559802 r3fd462f2  
    4949      <bridgehead renderas="sect5">Required</bridgehead>
    5050      <para role="required">
     51        <xref linkend="make-ca"/>
    5152        <xref linkend="perl-net-ssleay"/>
    5253      </para>
     
    5758      <title>Installation of IO::Socket::SSL</title>
    5859
    59       <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    60                   href="../../../xincludes/perl-standard-install.xml"/>
     60      <note>
     61        <para>
     62          The tests hang if you are using openssl-1.1.1.
     63        </para>
     64      </note>
     65
     66      <para>
     67        This module uses a variant of the standard build and installation
     68        instructions:
     69
     70<screen><userinput>yes | perl Makefile.PL &amp;&amp;
     71make             &amp;&amp;
     72make test</userinput></screen>
     73
     74        Now, as the <systemitem class="username">root</systemitem> user:
     75
     76<screen role="root"><userinput>make install</userinput></screen>
     77
     78      </para>
     79
     80    </sect3>
     81
     82    <sect3 role="commands">
     83      <title>Command Explanations</title>
     84
     85      <para>
     86        <command>yes</command>: Perl will ask if you wish to run external
     87        tests, which will 'fail soft' if htere are network problems. The
     88        default is 'n', this allows you to script the build.
     89      </para>
    6190
    6291    </sect3>
Note: See TracChangeset for help on using the changeset viewer.