Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. exectuable: error while loading shared libraries: file1.so: cannot open shared object file: No such file or directory
  2.  
  3. #!/bin/bash
  4.  
  5. source ~/.bash_profile
  6.  
  7. export LD_LIBRARY_PATH=/bin/path../version/:$LD_LIBRARY_PATH
  8.  
  9. path/to/executable/executable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement