%general-entities; ]> Glibc-&glibc-version; Glibc Installation of Glibc ../glibc-&glibc-version;/configure \ --prefix=/usr \ --enable-kernel=&glibc-kernel-version; \ --libexecdir=/usr/lib/glibc \ --enable-stack-protector=no \ --enable-obsolete-rpc Configuring The Dynamic Loader /etc/ld.so.conf By default, the dynamic loader (/lib/ld.so.1) searches through /lib and /usr/lib for dynamic libraries that are needed by programs as they are run. However, if there are libraries in directories other than /lib and /usr/lib, these need to be added to the /etc/ld.so.conf file in order 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 add those directories to the dynamic loader's search path.