removeoldnss.xml 372 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 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. <para>
  9. <screen>
  10. <userinput>rm /lib/libnss*.so.1 /lib/libnss*2.0*</userinput>
  11. </screen>
  12. </para>
  13. </sect1>