|
@@ -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
|