diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/glibc.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index 3b51906b5..8efd2ca90 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -215,6 +215,11 @@ esac</userinput></screen> <screen><userinput remap="install">make install</userinput></screen> + <para>Fix hardcoded path to the executable loader in + <command>ldd</command> script:</para> + +<screen><userinput remap="install">sed '/RTLDLIST=/s@/usr@@g' -i /usr/bin/ldd</userinput></screen> + <para>Install the configuration file and runtime directory for <command>nscd</command>:</para> |