Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
CNotes
Edit
PageHistory
Diff
Info
LikePages
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 Now run ''ldconfig -v'' Note : ldconfig must be run whenever a DLL is added, when a DLL is removed, or when the set of DLL directories changes !Which libraries is my system aware of? *ldconfig -Nv !LD_LIBRARY_PATH environment variable. A colon-separated set of directories where libraries should be searched for first, before the standard set of directories. *export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/new/dir/to/add"
No page links to
CNotes
.