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-deps/perl-net-ssleay.xml

    r8559802 r3fd462f2  
    4747      <title>Installation of Net::SSLeay</title>
    4848
     49      <note>
     50        <para>
     51          The tests hang if you are using openssl-1.1.1.
     52        </para>
     53      </note>
     54
    4955      <para>
    5056        This module uses a variant of the standard build and installation
    5157        instructions:
    5258
    53 <screen><userinput>yes 'n' | perl Makefile.PL &amp;&amp;
     59<screen><userinput>yes | perl Makefile.PL &amp;&amp;
    5460make             &amp;&amp;
    5561make test</userinput></screen>
     
    5965<screen role="root"><userinput>make install</userinput></screen>
    6066
    61     </para>
     67      </para>
    6268
    6369    </sect3>
     
    6773
    6874      <para>
    69         <command>yes 'n'</command>: Perl will ask if you wish to run external
     75        <command>yes</command>: Perl will ask if you wish to run external
    7076        tests, which will fail if you do not have network connectivity. The
    71         default in 'n', specifying the response allows you to script the build.
     77        default in 'n', specifying this allows you to script the build.
    7278      </para>
    7379
Note: See TracChangeset for help on using the changeset viewer.