Skip to content

Instantly share code, notes, and snippets.

@msis
Last active February 4, 2018 23:07
Show Gist options
  • Save msis/8a72c3037a89eadab56a to your computer and use it in GitHub Desktop.
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
## 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