removeoldnss.xml 401 B

1234567891011121314151617
  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 your normal Linux system to the
  5. LFS system (because your 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>