linux_wiki:library_paths

This is an old revision of the document!


Library Paths

General Information

Configuring and viewing OS library paths.

Checklist

  • Distro: Enterprise Linux 6/7

Library Config Files

Main Config File: /etc/ld.so.conf includes a directory

include ld.so.conf.d/*.conf


Directory of drop in paths: /etc/ld.so.conf.d/
Example: /etc/ld.so.conf.d/mylibraries.conf

/data/lib/application1/
/data/lib/application2/


Apply Changes: If any changes are made to the above config files, run ldconfig to reload the library cache

ldconfig -v
  • -v ⇒ verbose

Library Search Order


  • linux_wiki/library_paths.1454690022.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)