Why changing LD_LIBRARY_PATH has no effect in Ubuntu?

前端 未结 4 1591
深忆病人
深忆病人 2020-12-19 04:55

I was trying to deploy my application on Ubuntu 16.04. So i made a package with the following hierarchy -

Package
|
----bin
    |
    -----appli         


        
4条回答
  •  再見小時候
    2020-12-19 05:47

    If you look at the output of your ls -al

    These are soft links that you have. Your softlink libQt5MultimediaWidgets.so.5 points to libQt5MultimediaWidgets.so.5.9.2 in the same directory and the file is not there at all. So you need to either set the correct softlink path or have the file in same directory

提交回复
热议问题