[6e25ee52] | 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-libdbus" role="wrap">
|
---|
| 9 | <?dbhtml filename="libdbus-64bit.html"?>
|
---|
| 10 |
|
---|
| 11 | <title>Libdbus-&dbus-version; 64 Bit</title>
|
---|
| 12 |
|
---|
| 13 | <indexterm zone="ch-system-libdbus">
|
---|
| 14 | <primary sortas="a-Libdbus">Libdbus 64 Bit</primary>
|
---|
| 15 | </indexterm>
|
---|
| 16 |
|
---|
| 17 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 18 | href="../common/libdbus.xml"
|
---|
| 19 | xpointer="xpointer(//*[@role='package'])"/>
|
---|
| 20 |
|
---|
| 21 | <sect2 role="installation">
|
---|
| 22 | <title>Installation of Libdbus</title>
|
---|
| 23 |
|
---|
| 24 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 25 | href="../common/libdbus.xml"
|
---|
| 26 | xpointer="xpointer(//*[@os='a'])"/>
|
---|
| 27 |
|
---|
| 28 | <screen os="b"><userinput>CC="gcc ${BUILD64}" USE_ARCH=64 \
|
---|
| 29 | ./configure --prefix=/usr --sysconfdir=/etc \
|
---|
| 30 | --libdir=/usr/lib64 --libexecdir=/usr/lib/dbus-1.0 \
|
---|
| 31 | --localstatedir=/var --with-systemdsystemunitdir=/lib/systemd/system</userinput></screen>
|
---|
| 32 |
|
---|
| 33 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 34 | href="../common/libdbus.xml"
|
---|
| 35 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
| 36 |
|
---|
| 37 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 38 | href="../common/libdbus.xml"
|
---|
| 39 | xpointer="xpointer(//*[@os='d'])"/>
|
---|
| 40 |
|
---|
| 41 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 42 | href="../common/libdbus.xml"
|
---|
| 43 | xpointer="xpointer(//*[@os='e'])"/>
|
---|
| 44 |
|
---|
| 45 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 46 | href="../common/libdbus.xml"
|
---|
| 47 | xpointer="xpointer(//*[@os='f'])"/>
|
---|
| 48 |
|
---|
| 49 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 50 | href="../common/libdbus.xml"
|
---|
| 51 | xpointer="xpointer(//*[@os='g'])"/>
|
---|
| 52 |
|
---|
| 53 | <para os="h">Move the shared library to <filename class="directory">/lib64</filename> and recreate the symbolic link.</para>
|
---|
| 54 |
|
---|
| 55 | <screen os="i"><userinput>mv -v /usr/lib64/libdbus-1.so.* /lib64
|
---|
| 56 | ln -sfv ../../lib64/$(readlink /usr/lib64/libdbus-1.so) /usr/lib64/libdbus-1.so</userinput></screen>
|
---|
| 57 |
|
---|
| 58 | </sect2>
|
---|
| 59 |
|
---|
| 60 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 61 | href="../common/libdbus.xml"
|
---|
| 62 | xpointer="xpointer(id('contents-libdbus'))"/>
|
---|
| 63 |
|
---|
| 64 | </sect1>
|
---|