Changeset f38341f


Ignore:
Timestamp:
12/21/2013 10:55:47 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
2007770
Parents:
8f2ff12b
Message:

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

Location:
chapter06
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/dbus.xml

    r8f2ff12b rf38341f  
    9191<screen><userinput remap="install">make install</userinput></screen>
    9292
     93    <para>The shared library needs to be moved to
     94    <filename class="directory">/lib</filename>, and as a result the
     95    <filename class="extension">.so</filename> file in
     96    <filename class="directory">/usr/lib</filename> will need to be recreated:</para>
     97
     98<screen><userinput remap="install">mv -v /usr/lib/libdbus-1.so.* /lib
     99ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) /usr/lib/libdbus-1.so</userinput></screen>
     100
    93101    <para>Create a symlink, so that D-Bus and Systemd can use the same
    94102    <filename>machine-id</filename> file:</para>
  • chapter06/libdbus.xml

    r8f2ff12b rf38341f  
    7373make install-pkgconfigDATA</userinput></screen>
    7474
     75    <para>The shared library needs to be moved to
     76    <filename class="directory">/lib</filename>, and as a result the
     77    <filename class="extension">.so</filename> file in
     78    <filename class="directory">/usr/lib</filename> will need to be recreated:</para>
     79
     80<screen><userinput remap="install">mv -v /usr/lib/libdbus-1.so.* /lib
     81ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) /usr/lib/libdbus-1.so</userinput></screen>
     82
     83
    7584  </sect2>
    7685
Note: See TracChangeset for help on using the changeset viewer.