Quote Originally Posted by anda_skoa View Post
Set LD_LIBRARY_PATH the same way as your start script would do, e.g. by commenting out the line that launches your application and then sourcing the script.
The run ldd on the executable and see if it indeed sees all the libraries you have bundled.
_
when I run ldd with setted LD_LIBRARY_PATH variable:
Qt Code:
  1. LD_LIBRARY_PATH=. ldd app
To copy to clipboard, switch view to plain text mode 
I don't have not found libraries