Last active
February 4, 2018 23:07
-
-
Save msis/8a72c3037a89eadab56a to your computer and use it in GitHub Desktop.
[update linker library path] When newly installed libraries can't be found by linker #shell #lib #LD_LIBRARY_PATH #export
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Add freshly installed libraries | |
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment