qDslrDashbord error reports
DSLR_Pirate
Posts: 2 Joined: 30 Aug 2015, 09:14
Post
by DSLR_Pirate » 30 Aug 2015, 17:47
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
arnoldk67
Posts: 1 Joined: 17 Sep 2016, 16:19
Post
by arnoldk67 » 17 Sep 2016, 16:25
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