Unable to start dslrDashboard

qDslrDashbord error reports
Post Reply
KönigderPimpfe
Posts: 6
Joined: 22 Jun 2016, 18:15

Unable to start dslrDashboard

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

Re: Unable to start dslrDashboard

Post by hubaiz »

Unpack the qDslrDashboard archive (tar -xzvf qDslrDashboard.tar.gz )
and then start with
./qDslrDashbaord.sh
KönigderPimpfe
Posts: 6
Joined: 22 Jun 2016, 18:15

Re: Unable to start dslrDashboard

Post 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
KönigderPimpfe
Posts: 6
Joined: 22 Jun 2016, 18:15

Re: Unable to start dslrDashboard

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

Re: Unable to start dslrDashboard

Post by hubaiz »

Do you have an x86 or x64 system? You need to use the one that matches your system.
You could check with

Code: Select all

uname -m
or

Code: Select all

getconf LONG_BIT
also be sure that you preserve the archive folder structure and that you unpack all the files
KönigderPimpfe
Posts: 6
Joined: 22 Jun 2016, 18:15

Re: Unable to start dslrDashboard

Post by KönigderPimpfe »

Code: Select all

home@home-laptop ~ $ uname -m
i686
With x86 Version the error from above is coming.
hubaiz
Site Admin
Posts: 2006
Joined: 27 Jan 2015, 18:58

Re: Unable to start dslrDashboard

Post by hubaiz »

Ok, you need to use the x86 version.
You should install the libjpeg package.
KönigderPimpfe
Posts: 6
Joined: 22 Jun 2016, 18:15

Re: Unable to start dslrDashboard

Post by KönigderPimpfe »

I install libjpeg with:

Code: Select all

sudo apt-get install libjpeg
But the same issue is coming.
KönigderPimpfe
Posts: 6
Joined: 22 Jun 2016, 18:15

Re: Unable to start dslrDashboard

Post by KönigderPimpfe »

What can i do to fix the problem?
Post Reply