linux_wiki:library_paths

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux_wiki:library_paths [2016/03/18 23:09]
billdozor [Library Paths]
linux_wiki:library_paths [2018/06/19 16:17]
billdozor [Library Config Files]
Line 32: Line 32:
 </code> </code>
   * -v => verbose   * -v => verbose
 +
 +\\
 +Print the Cache Contents: To see what is currently in the library cache<code bash>ldconfig --print-cache</code>
  
 ---- ----
Line 52: Line 55:
 vim /home/robert/.bashrc vim /home/robert/.bashrc
  
-LD_LIBRARY_PATH=/usr/lib64+LD_LIBRARY_PATH=/usr/lib64:${LD_LIBRARY_PATH}
 </code> </code>
 +  * Including the "${LD_LIBRARY_PATH}" as a second entry ensures that nothing is completely over written if the variable has been set elsewhere
  
 ---- ----
  
  • linux_wiki/library_paths.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)