From 4f8a3af985f20d9f462210294a732dad1b7e595d Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Tue, 28 Jan 2003 01:17:02 +0000 Subject: QA Chap6 part2 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2404 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/config-ldso.xml | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 chapter06/config-ldso.xml (limited to 'chapter06/config-ldso.xml') diff --git a/chapter06/config-ldso.xml b/chapter06/config-ldso.xml deleted file mode 100644 index 522fd0431..000000000 --- a/chapter06/config-ldso.xml +++ /dev/null @@ -1,31 +0,0 @@ - -Configuring Dynamic Loader - -By default, the dynamic loader -(/lib/ld-linux.so.2) searches through /lib and /usr/lib for dynamic libraries that are needed -by programs when you run them. However, if there are libraries in -directories other than /lib and -/usr/lib, you need to add them to -the /etc/ld.so.conf file for the dynamic -loader to find them. Two directories that are commonly known to contain -additional libraries are /usr/local/lib and /opt/lib, so we add those directories to the -dynamic loader's search path. - -Create a new file /etc/ld.so.conf by running the -following: - -cat > /etc/ld.so.conf << "EOF" -# Begin /etc/ld.so.conf - -/usr/local/lib -/opt/lib - -# End /etc/ld.so.conf -EOF - - - -- cgit v1.2.3-54-g00ecf