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

systemd
Last change on this file since a813375 was 7cd7f99, checked in by Chris Staub <chris@…>, 9 years ago

Put one configure option per line

  • 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 \
[c873165]36 --docdir=/usr/share/doc/dbus-&dbus-version;</userinput></screen>
[27f57ec]37
[4317f44]38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[27f57ec]39 href="../common/dbus.xml"
40 xpointer="xpointer(//*[@os='c'])"/>
41
[4317f44]42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[27f57ec]43 href="../common/dbus.xml"
44 xpointer="xpointer(//*[@os='d'])"/>
45
[4317f44]46 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[27f57ec]47 href="../common/dbus.xml"
48 xpointer="xpointer(//*[@os='e'])"/>
49
[4317f44]50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[27f57ec]51 href="../common/dbus.xml"
52 xpointer="xpointer(//*[@os='f'])"/>
53
[4317f44]54 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[27f57ec]55 href="../common/dbus.xml"
56 xpointer="xpointer(//*[@os='g'])"/>
57
[42ff691]58 <para os="h">Move the shared library to <filename class="directory">/lib64
59 </filename> and recreate the symbolic link.</para>
[62172e9]60
[42ff691]61<screen os="i"><userinput>mv -v /usr/lib64/libdbus-1.so.* /lib64
62ln -sfv ../../lib64/$(readlink /usr/lib64/libdbus-1.so) /usr/lib64/libdbus-1.so
63</userinput></screen>
[62172e9]64
[5320a83]65 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
66 href="../common/dbus.xml"
67 xpointer="xpointer(//*[@os='j'])"/>
68
69 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
70 href="../common/dbus.xml"
71 xpointer="xpointer(//*[@os='k'])"/>
72
[27f57ec]73 </sect2>
74
[4317f44]75 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[27f57ec]76 href="../common/dbus.xml"
77 xpointer="xpointer(id('contents-dbus'))"/>
78
79</sect1>
Note: See TracBrowser for help on using the repository browser.