Ignore:
Timestamp:
05/12/2021 05:26:46 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
ml-11.0, multilib
Children:
3de7f52
Parents:
0e9fb93 (diff), d7a9421 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge pre-LFS-11-0 changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/ncurses.xml

    r0e9fb93 rdf462a9  
    100100
    101101<screen><userinput remap="install">make install</userinput></screen>
    102 
    103     <para>Move the shared libraries to the
    104     <filename class="directory">/lib</filename> directory, where they are
    105     expected to reside:</para>
    106 
    107 <screen><userinput remap="install">mv -v /usr/lib/libncursesw.so.6* /lib</userinput></screen>
    108 
    109     <para>Because the libraries have been moved, one symlink points to
    110     a non-existent file. Recreate it:</para>
    111 
    112 <screen><userinput remap="install">ln -sfv ../../lib/$(readlink /usr/lib/libncursesw.so) /usr/lib/libncursesw.so</userinput></screen>
    113102
    114103    <para>Many applications still expect the linker to be able to find
Note: See TracChangeset for help on using the changeset viewer.