source: BOOK/final-system/multilib/dbus-64bit.xml @ fea8fe7

systemd
Last change on this file since fea8fe7 was fea8fe7, checked in by William Harrington <kb0iic@…>, 7 years ago

Update multilib systemd books to look for systemd libraries in the proper place and not only /lib64.

  • Property mode set to 100644
File size: 2.5 KB
RevLine 
[27f57ec]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-system-dbus" role="wrap">
9  <?dbhtml filename="dbus-64bit.html"?>
10
11  <title>D-Bus-&dbus-version; 64 Bit</title>
12
13  <indexterm zone="ch-system-dbus">
14    <primary sortas="a-D-Bus">D-Bus</primary>
15  </indexterm>
16
[4317f44]17  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[27f57ec]18  href="../common/dbus.xml"
19  xpointer="xpointer(//*[@role='package'])"/>
20
21  <sect2 role="installation">
22    <title>Installation of D-Bus</title>
23
[4317f44]24    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[27f57ec]25    href="../common/dbus.xml"
26    xpointer="xpointer(//*[@os='a'])"/>
27
[101ef1f]28<screen os="b"><userinput>CC="gcc ${BUILD64}" USE_ARCH=64 PKG_CONFIG_PATH=${PKG_CONFIG_PATH64} \
[7cd7f99]29./configure \
30    --prefix=/usr \
31    --sysconfdir=/etc \
32    --libdir=/usr/lib64 \
33    --libexecdir=/usr/lib64/dbus-1.0 \
34    --localstatedir=/var \
35    --with-systemdsystemunitdir=/lib/systemd/system \
[fea8fe7]36    --docdir=/usr/share/doc/dbus-&dbus-version; \
37    SYSTEMD_LIBS="-L/lib64 -lsystemd"</userinput></screen>
[27f57ec]38
[4317f44]39    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[27f57ec]40    href="../common/dbus.xml"
41    xpointer="xpointer(//*[@os='c'])"/>
42
[4317f44]43    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[27f57ec]44    href="../common/dbus.xml"
45    xpointer="xpointer(//*[@os='d'])"/>
46
[4317f44]47    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[27f57ec]48    href="../common/dbus.xml"
49    xpointer="xpointer(//*[@os='e'])"/>
50
[4317f44]51    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[27f57ec]52    href="../common/dbus.xml"
53    xpointer="xpointer(//*[@os='f'])"/>
54
[4317f44]55    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[27f57ec]56    href="../common/dbus.xml"
57    xpointer="xpointer(//*[@os='g'])"/>
58
[42ff691]59    <para os="h">Move the shared library to <filename class="directory">/lib64
60    </filename> and recreate the symbolic link.</para>
[62172e9]61
[42ff691]62<screen os="i"><userinput>mv -v /usr/lib64/libdbus-1.so.* /lib64
63ln -sfv ../../lib64/$(readlink /usr/lib64/libdbus-1.so) /usr/lib64/libdbus-1.so
64</userinput></screen>
[62172e9]65
[5320a83]66    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
67    href="../common/dbus.xml"
68    xpointer="xpointer(//*[@os='j'])"/>
69
70    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
71    href="../common/dbus.xml"
72    xpointer="xpointer(//*[@os='k'])"/>
73
[27f57ec]74  </sect2>
75
[4317f44]76  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[27f57ec]77  href="../common/dbus.xml"
78  xpointer="xpointer(id('contents-dbus'))"/>
79
80</sect1>
Note: See TracBrowser for help on using the repository browser.