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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 72592375 was 72592375, checked in by Douglas R. Reno <renodr@…>, 4 years ago

Tags, test suite updates for llvm/valgrind, and a typo fix

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

  • Property mode set to 100644
File size: 2.6 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;/C/CH/CHRISN/Net-SSLeay-&Net-SSLeay-version;.tar.gz">
8 <!ENTITY my-md5sum "fcef4985f5f7e0381e3dddd0ee7878d1">
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 <!--
29 <bridgehead renderas="sect4">Additional Download</bridgehead>
30 <itemizedlist spacing="compact">
31 <listitem>
32 <para>
33 Required patch (for openssl-1.1.1):
34 <ulink url="&patch-root;/Net-SSLeay-&Net-SSLeay-version;-openssl_1.1.1-1.patch"/>
35 </para>
36 </listitem>
37 </itemizedlist>-->
38
39 &lfs10_checked;
40
41 <bridgehead renderas="sect4">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&my-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &my-md5sum;
51 </para>
52 </listitem>
53 </itemizedlist>
54
55 </sect3>
56
57 <sect3 role="installation">
58 <title>Installation of Net::SSLeay</title>
59
60 <note>
61 <para>
62 If enabling the external tests, one test in t/external/15_altnames.t
63 may fail. <!-- https://rt.cpan.org/Public/Bug/Display.html?id=12954 -->
64 </para>
65 </note>
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.