source: chapter06/libol.xml@ 90bfa70

Last change on this file since 90bfa70 was 6a0e6f3, checked in by Matthew Burgess <matthew@…>, 20 years ago
  • Remove the spurious <info> tags that I thought were necessary but evidently aren't

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

  • Property mode set to 100644
File size: 2.2 KB
RevLine 
[d1a66a0]1<?xml version="1.0" encoding="ISO-8859-1"?>
[1fe35e1]2<!DOCTYPE section [
[d1a66a0]3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
[1fe35e1]6<section xmlns="http://docbook.org/docbook-ng"
7 xml:id="ch-system-libol" xreflabel="Libol" role="wrap">
[6a0e6f3]8<title>Libol-&libol-version;</title>
[d1a66a0]9<?dbhtml filename="libol.html"?>
10
11<indexterm zone="ch-system-libol"><primary sortas="a-Libol">Libol</primary></indexterm>
12
[6a0e6f3]13<section role="package"><title/>
[d1a66a0]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>
[1fe35e1]26</section>
[d1a66a0]27
[1fe35e1]28<section role="installation">
[6a0e6f3]29<title>Installation of Libol</title>
[d1a66a0]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
[1fe35e1]43</section>
[d1a66a0]44
45
[6a0e6f3]46<section xml:id="contents-libol" role="content"><title>Contents of Libol</title>
[d1a66a0]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
[1fe35e1]56<varlistentry xml:id="klogd">
[d1a66a0]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
[1fe35e1]64<varlistentry xml:id="syslogd">
[d1a66a0]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
[1fe35e1]77</section>
[d1a66a0]78
[1fe35e1]79</section>
Note: See TracBrowser for help on using the repository browser.