source: general/genlib/libsigsegv.xml@ 5380ca3

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 5380ca3 was 5380ca3, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Update to gmime-3.2.6.
Tag most of General Libraries and dependencies

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

  • Property mode set to 100644
File size: 4.5 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 libsigsegv-download-http "&gnu-http;/libsigsegv/libsigsegv-&libsigsegv-version;.tar.gz">
8 <!ENTITY libsigsegv-download-ftp "&gnu-ftp;/libsigsegv/libsigsegv-&libsigsegv-version;.tar.gz">
9 <!ENTITY libsigsegv-md5sum "58a6db48f79f5c735a9dce3a37c52779">
10 <!ENTITY libsigsegv-size "444 KB">
11 <!ENTITY libsigsegv-buildsize "3.5 MB (with checks)">
12 <!ENTITY libsigsegv-time "less than 0.1 SBU (with checks)">
13]>
14
15<sect1 id="libsigsegv" xreflabel="libsigsegv-&libsigsegv-version;">
16 <?dbhtml filename="libsigsegv.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libsigsegv-&libsigsegv-version;</title>
24
25 <indexterm zone="libsigsegv">
26 <primary sortas="a-libsigsegv">libsigsegv</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libsigsegv</title>
31
32 <para>
33 libsigsegv is a library for handling page faults in user mode. A page fault
34 occurs when a program tries to access to a region of memory that is
35 currently not available. Catching and handling a page fault is a useful
36 technique for implementing pageable virtual memory, memory-mapped access
37 to persistent databases, generational garbage collectors, stack overflow
38 handlers, and distributed shared memory.
39 </para>
40
41 &lfs91_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&libsigsegv-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&libsigsegv-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &libsigsegv-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &libsigsegv-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &libsigsegv-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &libsigsegv-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <para condition="html" role="usernotes">
78 User Notes: <ulink url="&blfs-wiki;/libsigsegv"/>
79 </para>
80
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of libsigsegv</title>
85
86 <para>
87 Install <application>libsigsegv</application> by running the following commands:
88 </para>
89
90<screen><userinput>./configure --prefix=/usr \
91 --enable-shared \
92 --disable-static &amp;&amp;
93make</userinput></screen>
94
95 <para>To test the results, issue: <command>make check</command>.</para>
96
97 <para>
98 Now, as the <systemitem class="username">root</systemitem> user:
99 </para>
100
101<screen role="root"><userinput>make install</userinput></screen>
102
103 </sect2>
104
105 <sect2 role="commands">
106 <title>Command Explanations</title>
107
108 <para>
109 <parameter>--enable-shared</parameter>: This switch ensures that shared
110 libraries are compiled.
111 </para>
112
113 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
114 href="../../xincludes/static-libraries.xml"/>
115
116 </sect2>
117
118 <sect2 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
122 <segtitle>Installed Programs</segtitle>
123 <segtitle>Installed Library</segtitle>
124 <segtitle>Installed Directories</segtitle>
125
126 <seglistitem>
127 <seg>
128 None
129 </seg>
130 <seg>
131 libsigsegv.so
132 </seg>
133 <seg>
134 None
135 </seg>
136 </seglistitem>
137 </segmentedlist>
138
139 <variablelist>
140 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
141 <?dbfo list-presentation="list"?>
142 <?dbhtml list-presentation="table"?>
143
144 <varlistentry id="libsigsegv-lib">
145 <term><filename class="libraryfile">libsigsegv.so</filename></term>
146 <listitem>
147 <para>
148 is a library for handling page faults in user mode.
149 </para>
150 <indexterm zone="libsigsegv libsigsegv-lib">
151 <primary sortas="c-libsigsegv">libsigsegv.so</primary>
152 </indexterm>
153 </listitem>
154 </varlistentry>
155
156 </variablelist>
157
158 </sect2>
159
160</sect1>
Note: See TracBrowser for help on using the repository browser.