ldso-desc.sgml 791 B

12345678910111213141516171819202122232425262728293031323334
  1. <sect2><title>Contents</title>
  2. <para>
  3. From the Ld.so package we're using the ldconfig and ldd programs.
  4. </para>
  5. </sect2>
  6. <sect2><title>Description</title>
  7. <sect3><title>ldconfig</title>
  8. <para>
  9. ldconfig creates the necessary links and cache (for use by the run-time
  10. linker, ld.so) to the most recent shared libraries found in the directories
  11. specified on the command line, in the file /etc/ld.so.conf, and in the trusted
  12. directories (/usr/lib and /lib). ldconfig checks the header and file names
  13. of the libraries it encounters when determining which versions should
  14. have their links updated.
  15. </para>
  16. </sect3>
  17. <sect3><title>ldd</title>
  18. <para>
  19. ldd prints the shared libraries required by each program or shared library
  20. specified on the command line.
  21. </para>
  22. </sect3>
  23. </sect2>