Page 1 of 1
Unable to start dslrDashboard
Posted: 22 Jun 2016, 18:20
by KönigderPimpfe
Hi,
I'm unable to start dslrDashboard under Linux Mint Isadora. I try the x86 V.3.5.1. and the x64 V.3.5.1.
I click at the script and nothing is happen.
So what can I do to fix this issue???
KönigderPimpfe
Re: Unable to start dslrDashboard
Posted: 28 Jun 2016, 05:16
by hubaiz
Unpack the qDslrDashboard archive (tar -xzvf qDslrDashboard.tar.gz )
and then start with
./qDslrDashbaord.sh
Re: Unable to start dslrDashboard
Posted: 28 Jun 2016, 14:25
by KönigderPimpfe
hubaiz wrote:Unpack the qDslrDashboard archive (tar -xzvf qDslrDashboard.tar.gz )
and then start with
./qDslrDashbaord.sh
Then this came:
Code: Select all
home@home-laptop ~/Downloads/qDslrDashboard_V3.5.1_Linux_x86 $ /home/home/Downloads/qDslrDashboard_V3.5.1_Linux_x86/./qDslrDashboard: error while loading shared libraries: libjpeg.so.8: cannot open shared object file: No such file or directory
Re: Unable to start dslrDashboard
Posted: 28 Jun 2016, 14:28
by KönigderPimpfe
With the x64 this came:
Code: Select all
home@home-laptop ~/Downloads/qDslrDashboard_V3.5.1_Linux_x64 $ ./qDslrDashboard.sh: Zeile 26: /home/home/Downloads/qDslrDashboard_V3.5.1_Linux_x64/./qDslrDashboard: Kann die Datei nicht ausführen.
./qDslrDashboard.sh: Zeile 26: /home/home/Downloads/qDslrDashboard_V3.5.1_Linux_x64/./qDslrDashboard: Erfolg
But a window is not opening.
Re: Unable to start dslrDashboard
Posted: 28 Jun 2016, 14:39
by hubaiz
Do you have an x86 or x64 system? You need to use the one that matches your system.
You could check with
or
also be sure that you preserve the archive folder structure and that you unpack all the files
Re: Unable to start dslrDashboard
Posted: 29 Jun 2016, 14:01
by KönigderPimpfe
Code: Select all
home@home-laptop ~ $ uname -m
i686
With x86 Version the error from above is coming.
Re: Unable to start dslrDashboard
Posted: 29 Jun 2016, 16:38
by hubaiz
Ok, you need to use the x86 version.
You should install the libjpeg package.
Re: Unable to start dslrDashboard
Posted: 29 Jun 2016, 20:03
by KönigderPimpfe
I install libjpeg with:
But the same issue is coming.
Re: Unable to start dslrDashboard
Posted: 02 Jul 2016, 22:51
by KönigderPimpfe
What can i do to fix the problem?