aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/glibc.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2011-11-25 20:50:25 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2011-11-25 20:50:25 +0000
commit8e9135839af647026190ae32f3899d087f2f0084 (patch)
tree8b3668830ac938c2dc78a9d1a6f664ed359fb317 /chapter06/glibc.xml
parentb05e6b1be22a94268f2d2d510f4144b4536f5485 (diff)
Install Glibc's NIS and RPC headers again. Fixes #2965.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9670 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r--chapter06/glibc.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 819bcdb95..7787da2d2 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -221,6 +221,13 @@ grep Error glibc-check-log</userinput></screen>
<screen><userinput remap="install">make install</userinput></screen>
+ <para>Install NIS and RPC related headers that are not installed by
+ default; these are required by several BLFS packages:</para>
+
+<screen><userinput remap="install">cp -v ../glibc-&glibc-version;/sunrpc/rpc/*.h /usr/include/rpc
+cp -v ../glibc-&glibc-version;/sunrpc/rpcsvc/*.h /usr/include/rpcsvc
+cp -v ../glibc-&glibc-version;/nis/rpcsvc/*.h /usr/include/rpcsvc</userinput></screen>
+
<para>The locales that can make the system respond in a different language
were not installed by the above command. None of the locales are required,
but if some of them are missing, test suites of the future packages would