Move shared dbus library to /lib, since systemd binary links to it.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10410 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Krejzi 2013-12-21 22:55:47 +00:00
parent 8f2ff12b13
commit f38341fcac
2 changed files with 17 additions and 0 deletions

View File

@ -90,6 +90,14 @@
<screen><userinput remap="install">make install</userinput></screen>
<para>The shared library needs to be moved to
<filename class="directory">/lib</filename>, and as a result the
<filename class="extension">.so</filename> file in
<filename class="directory">/usr/lib</filename> will need to be recreated:</para>
<screen><userinput remap="install">mv -v /usr/lib/libdbus-1.so.* /lib
ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) /usr/lib/libdbus-1.so</userinput></screen>
<para>Create a symlink, so that D-Bus and Systemd can use the same
<filename>machine-id</filename> file:</para>

View File

@ -72,6 +72,15 @@
install-nodist_dbusarchincludeHEADERS
make install-pkgconfigDATA</userinput></screen>
<para>The shared library needs to be moved to
<filename class="directory">/lib</filename>, and as a result the
<filename class="extension">.so</filename> file in
<filename class="directory">/usr/lib</filename> will need to be recreated:</para>
<screen><userinput remap="install">mv -v /usr/lib/libdbus-1.so.* /lib
ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) /usr/lib/libdbus-1.so</userinput></screen>
</sect2>
<sect2 id="contents-libdbus" role="content">