Last active
          August 27, 2015 19:24 
        
      - 
      
- 
        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
  
        
  
    
      This file contains hidden or 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
    
  
  
    
  | 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