Changeset 85cdcb09


Ignore:
Timestamp:
08/24/2022 03:42:27 PM (20 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.2, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
feed7fea
Parents:
098f4de
Message:

glibc: don't mention "/lib" as ld.so search path anymore

Text change only.

Since 11.0, /lib is a symlink to usr/lib. With libc_cv_slibdir=/usr/lib,
/lib won't be searched by default anymore (if someone mess up the system
by removing /lib symlink and create an real directory there, for example
the initramfs before r10.1-439).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/glibc.xml

    r098f4de r85cdcb09  
    449449    <para>By default, the dynamic loader (<filename
    450450    class="libraryfile">/lib/ld-linux.so.2</filename>) searches through
    451     <filename class="directory">/lib</filename> and <filename
    452     class="directory">/usr/lib</filename> for dynamic libraries that are
    453     needed by programs as they are run. However, if there are libraries in
    454     directories other than <filename class="directory">/lib</filename> and
     451    <filename class="directory">/usr/lib</filename> for dynamic libraries
     452    that are needed by programs as they are run. However, if there are
     453    libraries in directories other than
    455454    <filename class="directory">/usr/lib</filename>, these need to be added
    456455    to the <filename>/etc/ld.so.conf</filename> file in order for the
Note: See TracChangeset for help on using the changeset viewer.