source: BOOK/final-system/multilib/rsyslog.xml @ 46d9161

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 46d9161 was 46d9161, checked in by Joe Ciccone <jciccone@…>, 13 years ago

Make rsyslog pkg-config aware on multilib in the final system and
have the binary installed into /usr/sbin instead of /sbin. /usr
will be mounted by the time the binary is run so there is no need
for it to be in /.

  • Property mode set to 100644
File size: 2.2 KB
RevLine 
[37de9d1]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
[eb2ad67]3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[37de9d1]4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-system-rsyslog" xreflabel="rsyslog" role="wrap">
9  <?dbhtml filename="rsyslog.html"?>
10
[13e20ae]11  <title>Rsyslog-&rsyslog-version;</title>
[37de9d1]12
13  <indexterm zone="ch-system-rsyslog">
14    <primary sortas="a-rsyslog">rsyslog</primary>
15  </indexterm>
16
[dabbced]17  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[37de9d1]18  href="../common/rsyslog.xml"
19  xpointer="xpointer(//*[@role='package'])"/>
20
21  <sect2 role="installation">
[13e20ae]22    <title>Installation of Rsyslog</title>
[37de9d1]23
[dabbced]24    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[37de9d1]25    href="../common/rsyslog.xml"
26    xpointer="xpointer(//*[@os='a'])"/>
27
[46d9161]28<screen os="b"><userinput>CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
29  ./configure --prefix=/usr --libdir=/usr/lib64</userinput></screen>
[37de9d1]30
[dabbced]31    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[37de9d1]32    href="../common/rsyslog.xml"
33    xpointer="xpointer(//*[@os='c'])"/>
34
[dabbced]35    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[37de9d1]36    href="../common/rsyslog.xml"
37    xpointer="xpointer(//*[@os='d'])"/>
38
[dabbced]39    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[37de9d1]40    href="../common/rsyslog.xml"
41    xpointer="xpointer(//*[@os='e'])"/>
42
[dabbced]43    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[37de9d1]44    href="../common/rsyslog.xml"
45    xpointer="xpointer(//*[@os='f'])"/>
46
[dabbced]47    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[37de9d1]48    href="../common/rsyslog.xml"
49    xpointer="xpointer(//*[@os='g'])"/>
50
[dabbced]51    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3a14187]52    href="../common/rsyslog.xml"
53    xpointer="xpointer(//*[@os='h'])"/>
54
[dabbced]55    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3a14187]56    href="../common/rsyslog.xml"
57    xpointer="xpointer(//*[@os='i'])"/>
58
[37de9d1]59  </sect2>
60
[dabbced]61  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[37de9d1]62  href="../common/rsyslog.xml"
63  xpointer="xpointer(id('conf-rsyslog'))"/>
64
[dabbced]65  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[37de9d1]66  href="../common/rsyslog.xml"
67  xpointer="xpointer(id('contents-rsyslog'))"/>
68
69</sect1>
Note: See TracBrowser for help on using the repository browser.