source: general/prog/perl-deps/perl-net-ssleay.xml@ ca3f42a1

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since ca3f42a1 was ca3f42a1, checked in by Ken Moffat <ken@…>, 5 years ago

More fallout from updating for openssl-1.1.1, this time for people using LFS-8.3 with openssl-1.1.0. Add explanatory comments, the commands extracted by jhalfs will remain appropriate to openssl-1.1.1.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21060 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 2.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../../general.ent">
5 %general-entities;
6
7 <!ENTITY my-download-http "&metacpan_authors;/M/MI/MIKEM/Net-SSLeay-&Net-SSLeay-version;.tar.gz">
8 <!ENTITY my-md5sum "d602bdce4e0531c6efc276e3e429ca69">
9
10]>
11
12 <!-- Begin Net::SSLeay -->
13 <sect2 id="perl-net-ssleay" xreflabel="Net-SSLeay-&Net-SSLeay-version;">
14
15 <title>Net::SSLeay-&Net-SSLeay-version;</title>
16
17 <indexterm zone="perl-net-ssleay">
18 <primary sortas="a-Net-SSLeay">Net::SSLeay</primary>
19 </indexterm>
20
21 <sect3 role="package">
22 <title>Introduction to Net::SSLeay</title>
23
24 <para>
25 Net::SSLeay is a PERL extension for using OpenSSL.
26 </para>
27
28 <bridgehead renderas="sect4">Additional Download</bridgehead>
29 <itemizedlist spacing="compact">
30 <listitem>
31 <para>
32 Required patch (for openssl-1.1.1):
33 <ulink url="&patch-root;/Net-SSLeay-&Net-SSLeay-version;-openssl_1.1.1-1.patch"/>
34 </para>
35 </listitem>
36 </itemizedlist>
37
38 &lfs83_checked;
39
40 <bridgehead renderas="sect4">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&my-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &my-md5sum;
50 </para>
51 </listitem>
52 </itemizedlist>
53
54 </sect3>
55
56 <sect3 role="installation">
57 <title>Installation of Net::SSLeay</title>
58
59 <para>
60 <emphasis>Unless</emphasis> you are still using the 1.1.0 series,
61 apply a patch to allow the tests to complete with
62 <application>openssl-1.1.1</application>.
63 </para>
64
65<screen><userinput>patch -Np1 -i ../Net-SSLeay-&Net-SSLeay-version;-openssl_1.1.1-1.patch</userinput></screen>
66
67 <para>
68 This module uses a variant of the standard build and installation
69 instructions:
70
71<screen><userinput>yes '' | perl Makefile.PL &amp;&amp;
72make &amp;&amp;
73make test</userinput></screen>
74
75 Now, as the <systemitem class="username">root</systemitem> user:
76
77<screen role="root"><userinput>make install</userinput></screen>
78
79 </para>
80
81 </sect3>
82
83 <sect3 role="commands">
84 <title>Command Explanations</title>
85
86 <para>
87 <command>yes ''</command>: Perl will ask if you wish to run external
88 tests, which will fail if you do not have network connectivity. The
89 default is 'n', specifying this allows you to script the build.
90 </para>
91
92 </sect3>
93
94 </sect2>
Note: See TracBrowser for help on using the repository browser.