Page 1 of 1

Linux x64 OpenSUSE 13.2

Posted: 30 Aug 2015, 17:47
by DSLR_Pirate
hi i got these errors could help me somone ?

Code: Select all

sh qDslrDashboard.sh 
./qDslrDashboard: error while loading shared libraries: libtbb.so.2: cannot open shared object file: No such file or directory

Code: Select all

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

Re: Linux x64 OpenSUSE 13.2

Posted: 17 Sep 2016, 16:25
by arnoldk67
Hello,

I had the same problem with libtbb. I searched for the library and found https://www.threadingbuildingblocks.org/

There you can download the source, compile it and then use it. I just copied the libtbb.so.2 file into the qDslrDaschboard folder. And then it worked.

Arnold