It's enough to run your app like this:
bash Code:
$ LD_LIBRARY_PATH=lib ./DTTo copy to clipboard, switch view to plain text mode
ldd won't show DT depend on your local lib directory because your changes to LD_LIBRARY_PATH are not propagated outside the sh script so ldd doesn't see them.
Bookmarks