Penguin
Note: You are viewing an old revision of this page. View the current version.

Where can I set paths to the directories my shared libraries are stored in?

The list of directories to be searched is stored in the file /etc/ld.so.conf. Simply append your desired directory to this file.

  • echo "/usr/local/lib" | sudo tee -a /etc/ld.so.conf

Which libraries is my system aware of?

  • ldconfig -Nv