Why changing LD_LIBRARY_PATH has no effect in Ubuntu?
问题 I was trying to deploy my application on Ubuntu 16.04 . So i made a package with the following hierarchy - Package | ----bin | -----application -----application.sh -----Qt | -----necessary qt libraries -----platforms Here is the application.sh file - #!/bin/sh export LD_LIBRARY_PATH=`pwd`/Qt ./application When i execute the application.sh file, it shows me that it cant find the libQt5MultimediaWidgets.so.5 file. But its in the Qt folder. Also when i print the ldd application from the