source: chapter06/libol.xml@ 9c9d585

Last change on this file since 9c9d585 was 1fe35e1, checked in by Matthew Burgess <matthew@…>, 20 years ago
  • (chapter06/*.xml) RELAX NG validation fixes

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/LFS-RNG/BOOK@4356 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 2.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE section [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
6<section xmlns="http://docbook.org/docbook-ng"
7 xml:id="ch-system-libol" xreflabel="Libol" role="wrap">
8<info><title>Libol-&libol-version;</title></info>
9<?dbhtml filename="libol.html"?>
10
11<indexterm zone="ch-system-libol"><primary sortas="a-Libol">Libol</primary></indexterm>
12
13<section role="package"><info><title/></info>
14<para>The Libol package contains support libraries needed by Syslog-ng.</para>
15
16<segmentedlist>
17<segtitle>&buildtime;</segtitle>
18<segtitle>&diskspace;</segtitle>
19<seglistitem><seg>Unchecked</seg><seg>Unchecked</seg></seglistitem>
20</segmentedlist>
21
22<segmentedlist>
23<segtitle>Libol installation depends on</segtitle>
24<seglistitem><seg>Unchecked</seg></seglistitem>
25</segmentedlist>
26</section>
27
28<section role="installation">
29<info><title>Installation of Libol</title></info>
30
31<para>Prepare Libol for compilation</para>
32
33<screen><userinput>./configure --prefix=/usr --enable-shared</userinput></screen>
34
35<para>Compile Libol:</para>
36
37<screen><userinput>make</userinput></screen>
38
39<para>Now install it:</para>
40
41<screen><userinput>make install</userinput></screen>
42
43</section>
44
45
46<section xml:id="contents-libol" role="content"><info><title>Contents of Libol</title></info>
47
48<segmentedlist>
49<segtitle>Installed programs</segtitle>
50<seglistitem><seg>Unchecked</seg></seglistitem>
51</segmentedlist>
52
53<!--
54<variablelist><title>Short descriptions</title>
55
56<varlistentry xml:id="klogd">
57<term><command>klogd</command></term>
58<listitem>
59<indexterm zone="ch-system-sysklogd klogd"><primary sortas="b-klogd">klogd</primary></indexterm>
60<para>is a system daemon for intercepting and logging kernel messages.</para>
61</listitem>
62</varlistentry>
63
64<varlistentry xml:id="syslogd">
65<term><command>syslogd</command></term>
66<listitem>
67<indexterm zone="ch-system-sysklogd syslogd"><primary sortas="b-syslogd">syslogd</primary></indexterm>
68<para>logs the messages that system programs
69offer for logging. Every logged message contains at least a date stamp and a
70hostname, and normally the program's name too, but that depends on how
71trusting the logging daemon is told to be.</para>
72</listitem>
73</varlistentry>
74</variablelist>
75-->
76
77</section>
78
79</section>
Note: See TracBrowser for help on using the repository browser.