libol.xml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
  3. <!ENTITY % general-entities SYSTEM "../general.ent">
  4. %general-entities;
  5. ]>
  6. <sect1 id="ch-system-libol" xreflabel="Libol" role="wrap">
  7. <title>Libol-&libol-version;</title>
  8. <?dbhtml filename="libol.html"?>
  9. <indexterm zone="ch-system-libol"><primary sortas="a-Libol">Libol</primary></indexterm>
  10. <sect2 role="package"><title/>
  11. <para>The Libol package contains support libraries needed by Syslog-ng.</para>
  12. <segmentedlist>
  13. <segtitle>&buildtime;</segtitle>
  14. <segtitle>&diskspace;</segtitle>
  15. <seglistitem><seg>Unchecked</seg><seg>Unchecked</seg></seglistitem>
  16. </segmentedlist>
  17. <segmentedlist>
  18. <segtitle>Libol installation depends on</segtitle>
  19. <seglistitem><seg>Unchecked</seg></seglistitem>
  20. </segmentedlist>
  21. </sect2>
  22. <sect2 role="installation">
  23. <title>Installation of Libol</title>
  24. <para>Prepare Libol for compilation</para>
  25. <screen><userinput>./configure --prefix=/usr --enable-shared</userinput></screen>
  26. <para>Compile Libol:</para>
  27. <screen><userinput>make</userinput></screen>
  28. <para>Now install it:</para>
  29. <screen><userinput>make install</userinput></screen>
  30. </sect2>
  31. <sect2 id="contents-libol" role="content"><title>Contents of Libol</title>
  32. <segmentedlist>
  33. <segtitle>Installed programs</segtitle>
  34. <seglistitem><seg>Unchecked</seg></seglistitem>
  35. </segmentedlist>
  36. <!--
  37. <variablelist><title>Short descriptions</title>
  38. <varlistentry id="klogd">
  39. <term><command>klogd</command></term>
  40. <listitem>
  41. <indexterm zone="ch-system-sysklogd klogd"><primary sortas="b-klogd">klogd</primary></indexterm>
  42. <para>is a system daemon for intercepting and logging kernel messages.</para>
  43. </listitem>
  44. </varlistentry>
  45. <varlistentry id="syslogd">
  46. <term><command>syslogd</command></term>
  47. <listitem>
  48. <indexterm zone="ch-system-sysklogd syslogd"><primary sortas="b-syslogd">syslogd</primary></indexterm>
  49. <para>logs the messages that system programs
  50. offer for logging. Every logged message contains at least a date stamp and a
  51. hostname, and normally the program's name too, but that depends on how
  52. trusting the logging daemon is told to be.</para>
  53. </listitem>
  54. </varlistentry>
  55. </variablelist>
  56. -->
  57. </sect2>
  58. </sect1>