source: general/genlib/libxml2.xml@ c06f7bec

11.3 12.0 12.1 12.2 gimp3 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 xry111/for-12.3 xry111/llvm18 xry111/spidermonkey128 xry111/xf86-video-removal
Last change on this file since c06f7bec was 8294b3df, checked in by Bruce Dubbs <bdubbs@…>, 2 years ago

Update to libxml2-2.10.2.

  • Property mode set to 100644
File size: 10.2 KB
RevLine 
[52d29f7]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[52d29f7]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[382abcaf]7 <!-- Also update the download, md5, size entities in libxml2py2.xml -->
[b4282bdb]8 <!ENTITY libxml2-download-http "https://download.gnome.org/sources/libxml2/2.10/libxml2-&libxml2-version;.tar.xz">
9<!-- <!ENTITY libxml2-download-http "http://xmlsoft.org/sources/libxml2-&libxml2-version;.tar.xz">-->
[1a699f7]10 <!ENTITY libxml2-download-ftp " ">
[8294b3df]11 <!ENTITY libxml2-md5sum "5ffd0cd047056d5699b3363c635582bc">
12 <!ENTITY libxml2-size "2.5 MB">
13 <!ENTITY libxml2-buildsize "94 MB (with tests)">
[0a73ebad]14 <!ENTITY libxml2-time "0.4 SBU (Using parallelism=4; with tests)">
[6b262734]15 <!ENTITY testsuite-version "20130923">
[52d29f7]16]>
17
[f45b1953]18<sect1 id="libxml2" xreflabel="libxml2-&libxml2-version;">
[1515ed8a]19 <?dbhtml filename="libxml2.html"?>
[8e75f8b9]20
[1515ed8a]21 <sect1info>
22 <date>$Date$</date>
23 </sect1info>
[8e75f8b9]24
[437700ae]25 <title>libxml2-&libxml2-version;</title>
[8e75f8b9]26
[1515ed8a]27 <indexterm zone="libxml2">
[8180b89]28 <primary sortas="a-libxml2">libxml2</primary>
[1515ed8a]29 </indexterm>
30
31 <sect2 role="package">
[437700ae]32 <title>Introduction to libxml2</title>
[8e75f8b9]33
[325113f8]34 <para>
[8180b89]35 The <application>libxml2</application> package contains libraries
36 and utilities used for parsing XML files.
[325113f8]37 </para>
[8e75f8b9]38
[046d740]39 &lfs112_checked;
[7f4cdbc0]40
[1515ed8a]41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
[8180b89]44 <para>
45 Download (HTTP): <ulink url="&libxml2-download-http;"/>
46 </para>
[1515ed8a]47 </listitem>
48 <listitem>
[8180b89]49 <para>
50 Download (FTP): <ulink url="&libxml2-download-ftp;"/>
51 </para>
[1515ed8a]52 </listitem>
53 <listitem>
[8180b89]54 <para>
55 Download MD5 sum: &libxml2-md5sum;
56 </para>
[1515ed8a]57 </listitem>
58 <listitem>
[8180b89]59 <para>
60 Download size: &libxml2-size;
61 </para>
[1515ed8a]62 </listitem>
63 <listitem>
[8180b89]64 <para>
65 Estimated disk space required: &libxml2-buildsize;
66 </para>
[1515ed8a]67 </listitem>
68 <listitem>
[8180b89]69 <para>
70 Estimated build time: &libxml2-time;
71 </para>
[1515ed8a]72 </listitem>
73 </itemizedlist>
[8e75f8b9]74
[9a788838]75 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
[8180b89]76 <itemizedlist spacing="compact">
[5da63eb]77 <listitem>
[325113f8]78 <para>
79 Optional Testsuite:
[c6b192c]80 <ulink url="https://www.w3.org/XML/Test/xmlts&testsuite-version;.tar.gz"/> - This
[325113f8]81 enables <command>make check</command> to do complete testing.
82 </para>
[5da63eb]83 </listitem>
[9a788838]84 </itemizedlist>
[5da63eb]85
[437700ae]86 <bridgehead renderas="sect3">libxml2 Dependencies</bridgehead>
[0b312a7]87<!-- do not advertize python2 here, except in the note below
88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
90 <xref linkend="python2"/>
91 </para>
92-->
[60ddbaf]93 <bridgehead renderas="sect4">Optional</bridgehead>
94 <para role="optional">
[0b312a7]95 <xref linkend="icu"/> (see below) and
96 <xref linkend="valgrind"/> (may be used in the tests)
[325113f8]97 </para>
[0af6ce1]98
[1aadfdf]99 <note>
[cd964c8]100 <para>
101 The old <application>Python2</application> module can be built after
102 <filename class="libraryfile">libxml2.so</filename> has been installed,
103 see <xref linkend="libxml2py2"/>.
[325113f8]104 </para>
[1aadfdf]105 </note>
106
[325113f8]107 <para condition="html" role="usernotes">
108 User Notes: <ulink url="&blfs-wiki;/libxml2"/>
109 </para>
[1515ed8a]110 </sect2>
[8e75f8b9]111
[1515ed8a]112 <sect2 role="installation">
[437700ae]113 <title>Installation of libxml2</title>
[8294b3df]114<!-- No longer needed with 2.10.2.
[b4282bdb]115 <para>
116 First, fix a problem recognizing Python-3.10:
117 </para>
118
119<screen><userinput>autoreconf -fiv</userinput></screen>
[8294b3df]120-->
[325113f8]121 <para>
122 Install <application>libxml2</application> by running the following
123 commands:
124 </para>
[1515ed8a]125
[f0505850]126<screen><userinput>./configure --prefix=/usr \
127 --sysconfdir=/etc \
128 --disable-static \
129 --with-history \
[c78420c]130 PYTHON=/usr/bin/python3 \
[3f6cf45]131 --docdir=/usr/share/doc/libxml2-&libxml2-version; &amp;&amp;
[1515ed8a]132make</userinput></screen>
133
[d56e7df]134 <para>
135 If you downloaded the testsuite, issue the following command:
136 </para>
[6000a3e]137
138<screen><userinput>tar xf ../xmlts&testsuite-version;.tar.gz</userinput></screen>
139
[8180b89]140 <para>
[beee921]141 To test the results, issue: <command>make check &gt; check.log</command>.
142 A summary of the results can be obtained with <command>grep -E
143 '^Total|expected' check.log</command>. If <xref linkend="valgrind"/> is
[cbb1dd2]144 installed and you want to check for memory leaks, replace
[beee921]145 <command>check</command> with <command>check-valgrind</command>.
[8180b89]146 </para>
[8e75f8b9]147
[cf83ea8]148 <note>
149 <para>
150 The tests use <ulink url="http://localhost/">http://localhost/</ulink>
151 to test parsing of external entities. If the machine where you run the
152 tests serves as a web site, the tests may hang, depending on the
153 content of the file served. It is therefore recommended to shut down
154 the server during the tests, as the <systemitem
155 class="username">root</systemitem> user:
156 </para>
157
158<screen role="nodump" revision="sysv"><userinput>/etc/init.d/httpd stop</userinput></screen>
159<screen role="nodump" revision="systemd"><userinput>systemctl stop httpd.service</userinput></screen>
160
161 </note>
[0b312a7]162
[325113f8]163 <para>
164 Now, as the <systemitem class="username">root</systemitem> user:
165 </para>
[8e75f8b9]166
[1515ed8a]167<screen role="root"><userinput>make install</userinput></screen>
168 </sect2>
[8e75f8b9]169
[1515ed8a]170 <sect2 role="commands">
171 <title>Command Explanations</title>
172
[325113f8]173 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
174 href="../../xincludes/static-libraries.xml"/>
[0b312a7]175
[325113f8]176 <para>
[f48df219]177 <parameter>--with-history</parameter>: This switch enables
[325113f8]178 <application>Readline</application> support when running
179 <command>xmlcatalog</command> or <command>xmllint</command> in shell mode.
180 </para>
[8180b89]181
[f48df219]182 <para>
[16f7f0e]183 <parameter>PYTHON=/usr/bin/python3</parameter>: Allows building
[6c6f393]184 the libxml2 module with Python3 instead of Python2.
[f48df219]185 </para>
186
[ca25773c]187 <para>
188 <option>--with-icu</option>: Add this switch if you have built
189 <xref linkend="icu"/>, for better unicode support.
190 </para>
191
[1515ed8a]192 </sect2>
[8e75f8b9]193
[1515ed8a]194 <sect2 role="content">
195 <title>Contents</title>
196
197 <segmentedlist>
198 <segtitle>Installed Programs</segtitle>
199 <segtitle>Installed Libraries</segtitle>
200 <segtitle>Installed Directories</segtitle>
[8e75f8b9]201
[1515ed8a]202 <seglistitem>
[325113f8]203 <seg>
[8558044]204 xml2-config,
205 xmlcatalog, and
[177d84bd]206 xmllint <!--and the
[cd964c8]207 drv_libxml2.py and libxml2.py <application>Python3</application>
[177d84bd]208 modules. These are pythin modules, not programs -->
[325113f8]209 </seg>
210 <seg>
[8558044]211 libxml2.so and
[177d84bd]212 libxml2mod.so (<application>Python3</application> module)
[325113f8]213 </seg>
214 <seg>
215 /usr/include/libxml2,
[ec91d9f2]216 /usr/lib/cmake/libxml2,
[325113f8]217 /usr/share/doc/libxml2-&libxml2-version;,
[ec91d9f2]218 /usr/share/doc/libxml2-python-&libxml2-version;, and
[325113f8]219 /usr/share/gtk-doc/html/libxml2
220 </seg>
[1515ed8a]221 </seglistitem>
222 </segmentedlist>
[8e75f8b9]223
[1515ed8a]224 <variablelist>
225 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
226 <?dbfo list-presentation="list"?>
227 <?dbhtml list-presentation="table"?>
[8e75f8b9]228
[1515ed8a]229 <varlistentry id="xml2-config">
230 <term><command>xml2-config</command></term>
231 <listitem>
[325113f8]232 <para>
233 determines the compile and linker flags that should be used to
234 compile and link programs that use
[4c24eb0a]235 <filename class="libraryfile">libxml2</filename>
[325113f8]236 </para>
[1515ed8a]237 <indexterm zone="libxml2 xml2-config">
238 <primary sortas="b-xml2-config">xml2-config</primary>
239 </indexterm>
240 </listitem>
241 </varlistentry>
[8e75f8b9]242
[1515ed8a]243 <varlistentry id="xmlcatalog">
244 <term><command>xmlcatalog</command></term>
245 <listitem>
[325113f8]246 <para>
[4c24eb0a]247 is used to monitor and manipulate XML and SGML catalogs
[325113f8]248 </para>
[1515ed8a]249 <indexterm zone="libxml2 xmlcatalog">
250 <primary sortas="b-xmlcatalog">xmlcatalog</primary>
251 </indexterm>
252 </listitem>
253 </varlistentry>
[8e75f8b9]254
[1515ed8a]255 <varlistentry id="xmllint">
256 <term><command>xmllint</command></term>
257 <listitem>
[325113f8]258 <para>
259 parses XML files and outputs reports (based upon options) to detect
[4c24eb0a]260 errors in XML coding
[325113f8]261 </para>
[1515ed8a]262 <indexterm zone="libxml2 xmllint">
263 <primary sortas="b-xmllint">xmllint</primary>
264 </indexterm>
265 </listitem>
266 </varlistentry>
[177d84bd]267<!--
[cd964c8]268 <varlistentry id="drv_libxml2.py3">
269 <term><command>drv_libxml2.py</command></term>
270 <listitem>
271 <para>
272 is a SAX <application>Python3</application> driver for libxml2.
273 </para>
274 <indexterm zone="libxml2 drv_libxml2.py3">
[4f29081]275 <primary sortas="b-drv_libxml2.py3">drv_libxml2.py for Python3</primary>
[cd964c8]276 </indexterm>
277 </listitem>
278 </varlistentry>
279
280 <varlistentry id="libxml2.py3">
281 <term><command>libxml2.py</command></term>
282 <listitem>
283 <para>
284 is the <application>Python3</application> binding for libxml2.
285 </para>
286 <indexterm zone="libxml2 libxml2.py3">
[4f29081]287 <primary sortas="b-libxml2.py3">libxml2.py for Python3</primary>
[cd964c8]288 </indexterm>
289 </listitem>
290 </varlistentry>
[177d84bd]291-->
[1515ed8a]292 <varlistentry id="libxml2-lib">
[8180b89]293 <term><filename class="libraryfile">libxml2.so</filename></term>
[1515ed8a]294 <listitem>
[325113f8]295 <para>
296 provides functions for programs to parse files that use the XML
[4c24eb0a]297 format
[325113f8]298 </para>
[1515ed8a]299 <indexterm zone="libxml2 libxml2-lib">
[325113f8]300 <primary sortas="c-libxml2">libxml2.so</primary>
[1515ed8a]301 </indexterm>
302 </listitem>
303 </varlistentry>
[8180b89]304
[cd964c8]305 <varlistentry id="libxml2mod3">
306 <term><filename class="libraryfile">libxml2mod.so</filename></term>
307 <listitem>
308 <para>
309 is the interface for <application>Python3</application>
[4c24eb0a]310 to use <filename class="libraryfile">libxml2.so</filename>
[cd964c8]311 </para>
312 <indexterm zone="libxml2 libxml2mod3">
313 <primary sortas="c-libxml2mod">libxml2mod.so</primary>
314 </indexterm>
315 </listitem>
316 </varlistentry>
317
[1515ed8a]318 </variablelist>
[8180b89]319
[1515ed8a]320 </sect2>
[8180b89]321
[f45b1953]322</sect1>
Note: See TracBrowser for help on using the repository browser.