diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 419f8d7eb..edb9426cf 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,12 @@ 2011-11-25 + + [matthew] - Install Glibc's NIS and RPC headers again. The + headers have not been installed by default since Glibc-2.14, but that + causes various BLFS packages to break. Fixes + #2965. + [matthew] - Upgrade to Grep-2.10. Fixes #2964. 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 make install + Install NIS and RPC related headers that are not installed by + default; these are required by several BLFS packages: + +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 + 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