Advertisement
Guest User

Untitled

a guest
Apr 26th, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. export LD_LIBRARY_PATH=/path/to/my/wanted/libs
  4. # I dont want to use this because I dont want system's config, even though it is loaded after my libs
  5. #export LD_LIBRARY_PATH=/path/to/my/wanted/libs:$LD_LIBRARY_PATH
  6.  
  7. /path/to/my/app/myapp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement