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

elogind
Last change on this file since 4b1b99e8 was 4b1b99e8, checked in by DJ Lucas <dj@…>, 5 years ago

Merge to HEAD 21160.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/BOOK-elogind@21161 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 &lfs84_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.