Page 1 of 1

error while loading shared libraries

Posted: 11 May 2017, 14:41
by sjp
I adjusted permissions to make executable but getting a shared libraries error

./qDslrDashboard: error while loading shared libraries: libopencv_core.so.3.0: cannot open shared object file: No such file or directory
Running 16.04.2

I do see libopencv-core2.4v5 in my apt-get cache that I could install but looks like app is looking for 3.0?

Any help would be appreciated.

Thank you,

Re: error while loading shared libraries

Posted: 11 May 2017, 18:50
by hubaiz
Unpack the archive

Code: Select all

tar -xzvf qDslrDashboard_V3.5.3_Linux_x64.tar.gz
Start with:

Code: Select all

./qDslrDashboard.sh
The OpenCV libraries are in the Qt_Libraries folder and if you start with the qDslrDashboard.sh script it should be used.

Re: error while loading shared libraries

Posted: 12 May 2017, 12:39
by sjp
Thank you, It is working properly.