Page 1 of 1

Problem with installation on Lubuntu 16.10

Posted: 02 Apr 2017, 21:22
by mikoa
So I want to install dslrdashboard on Lubuntu and i get an error:
"error while loading shared libraries: libopencv_core.so.3.0: cannot open shared object file: No such file or directory"
The computer which runs Linux is Samsung NC110 Notebook with 2 GB of RAM.

Re: Problem with installation on Lubuntu 16.10

Posted: 03 Apr 2017, 07:45
by hubaiz
Did you unpack the archive and run with qDslrDashboard.sh ?

Re: Problem with installation on Lubuntu 16.10

Posted: 03 Apr 2017, 09:57
by mikoa
Yes I unpack this folder.

Re: Problem with installation on Lubuntu 16.10

Posted: 03 Apr 2017, 12:08
by hubaiz
Do you start with qDslrDashboard.sh ?
Do you have the libopencv_core.so.3.0 in the Qt_Libraries folder?
what is the output from 'ldd libopencv_core.so.3.0' ?

Re: Problem with installation on Lubuntu 16.10

Posted: 03 Apr 2017, 21:17
by mikoa
I start with both. The .sh file and this without it and nothing happens.
I have the libopencv_core.so.3.0 in the Qt_Libraries folder.
Console says that there is no file or catalogue with this name.

Re: Problem with installation on Lubuntu 16.10

Posted: 04 Apr 2017, 05:28
by hubaiz
It should be started with qDslrDashboard.sh !
What is the output when you start it with qDslrDashboard.sh ?

Re: Problem with installation on Lubuntu 16.10

Posted: 04 Apr 2017, 08:09
by mikoa
When I run it from file nothing happens.
When I run it from console i get:
"error while loading shared libraries: libopencv_core.so.3.0: cannot open shared object file: No such file or directory"

Re: Problem with installation on Lubuntu 16.10

Posted: 04 Apr 2017, 08:21
by hubaiz
Ok, and what is the output from ldd Qt_Libraries/libopencv_core.so.3.0 ?

Re: Problem with installation on Lubuntu 16.10

Posted: 05 Apr 2017, 08:19
by mikoa
"There is no file or catalogue"

Re: Problem with installation on Lubuntu 16.10

Posted: 05 Apr 2017, 09:06
by hubaiz
Are you in the qDslrDashboard folder? You need to have at least some knowledge how to use the Linux shell.
Please run the 'ldd' command on the 'libopencv_core.so.3.0' file that is in the Qt_Libraries folder inside the qDslrDashboard folder that you unpacked.
If you don't have that file that means you din't unpack the archive or you didn't keep the folder structure while unpacking.