Skip to content

Instantly share code, notes, and snippets.

@AkashMartin1
Last active August 27, 2015 19:24
Show Gist options
  • Save AkashMartin1/07e203ad88d72f16cfde to your computer and use it in GitHub Desktop.
Save AkashMartin1/07e203ad88d72f16cfde to your computer and use it in GitHub Desktop.
error while loading shared libraries: libyaml-cpp.so.0.5: cannot open shared object file: No such file or directory
Solution:
$ LD_LIBRARY_PATH=/usr/local/lib
$ export LD_LIBRARY_PATH
or
$ vi ~/.profile
add line in last of file
export LD_LIBRARY_PATH=/usr/local/lib
## source : https://www.gnu.org/software/gsl/manual/html_node/Shared-Libraries.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment