Changeset ceebda5 for chapter08/file.xml


Ignore:
Timestamp:
03/31/2021 10:41:41 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
61385ca
Parents:
eef83ea
git-author:
Thomas Trepl <thomas@…> (03/30/2021 08:47:28 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:41 AM)
Message:

Merge changes from trunk to multilib

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12176 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/file.xml

    reef83ea rceebda5  
    5757
    5858<screen><userinput remap="install">make install</userinput></screen>
     59
     60    <para><command>/bin/more</command> from util-linux will link to
     61    <filename class="libraryfile">libmagic.so</filename>, so the shared
     62    library should be moved to <filename class="directory">/lib</filename>,
     63    and as a result the
     64    <filename class="extension">.so</filename> file in
     65    <filename class="directory">/usr/lib</filename> will need to be recreated:</para>
     66
     67<screen><userinput remap="install">mv -v /usr/lib/libmagic.so.* /lib
     68ln -sfv ../../lib/$(readlink /usr/lib/libmagic.so) /usr/lib/libmagic.so</userinput></screen>
    5969
    6070  </sect2>
Note: See TracChangeset for help on using the changeset viewer.