diff options
-rw-r--r-- | chapter08/glibc.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index 7a1796a54..ff7ba02f5 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -448,10 +448,9 @@ unset ZONEINFO</userinput></screen> <para>By default, the dynamic loader (<filename class="libraryfile">/lib/ld-linux.so.2</filename>) searches through - <filename class="directory">/lib</filename> and <filename - class="directory">/usr/lib</filename> for dynamic libraries that are - needed by programs as they are run. However, if there are libraries in - directories other than <filename class="directory">/lib</filename> and + <filename class="directory">/usr/lib</filename> for dynamic libraries + that are needed by programs as they are run. However, if there are + libraries in directories other than <filename class="directory">/usr/lib</filename>, these need to be added to the <filename>/etc/ld.so.conf</filename> file in order for the dynamic loader to find them. Two directories that are commonly known |