error while loading shared libraries

qDslrDashbord error reports
Post Reply
sjp
Posts: 2
Joined: 11 May 2017, 14:38

error while loading shared libraries

Post 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,
hubaiz
Site Admin
Posts: 2001
Joined: 27 Jan 2015, 18:58

Re: error while loading shared libraries

Post 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.
sjp
Posts: 2
Joined: 11 May 2017, 14:38

Re: error while loading shared libraries

Post by sjp »

Thank you, It is working properly.
Post Reply