removeoldnss.xml 397 B

123456789101112131415
  1. <sect1 id="ch06-removeoldnss">
  2. <title>Removing old NSS library files</title>
  3. <para>
  4. If you have copied the NSS Library files from the normal Linux system to the
  5. LFS system (because the normal system runs glibc-2.0) it's time to remove
  6. them now by running:
  7. </para>
  8. <blockquote><literallayout>
  9. <userinput>rm /lib/libnss*.so.1 /lib/libnss*2.0*</userinput>
  10. </literallayout></blockquote>
  11. </sect1>