diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index c60ebcf55..fd229e50d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,13 +39,18 @@ 2007-06-05 - + + [manuel] - Made more prominent that the headers in the system's + include directory must be ones against which Glibc was compiled. + Fixes #2024 + + [alexander] - Upgrade to Linux-2.6.21.3, Man-Pages-2.51 and TCL-8.4.15. Fixes #2020, #2021 and #2022. - + diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index cd6670db9..03ca3bd1b 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -137,13 +137,15 @@ cp -r Documentation/* /usr/share/doc/linux-&linux-version; must not be created on an LFS system as it can cause problems for packages you may wish to build once your base LFS system is complete. + - Also, the headers in the system's + + The headers in the system's include directory should always be the ones against which Glibc was compiled, - that is, the sanitised headers from the Linux kernel tarball, and - therefore, should never be replaced by the raw kernel - headers. + that is, the sanitised headers from the Linux kernel tarball. + Therefore, should never be replaced by the raw kernel + headers or if upgrading the kernel.