Unable to start dslrDashboard
-
- Posts: 6
- Joined: 22 Jun 2016, 18:15
Unable to start dslrDashboard
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
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
Unpack the qDslrDashboard archive (tar -xzvf qDslrDashboard.tar.gz )
and then start with
./qDslrDashbaord.sh
and then start with
./qDslrDashbaord.sh
-
- Posts: 6
- Joined: 22 Jun 2016, 18:15
Re: Unable to start dslrDashboard
Then this came:hubaiz wrote:Unpack the qDslrDashboard archive (tar -xzvf qDslrDashboard.tar.gz )
and then start with
./qDslrDashbaord.sh
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
-
- Posts: 6
- Joined: 22 Jun 2016, 18:15
Re: Unable to start dslrDashboard
With the x64 this came:
But a window is not opening.
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
Re: Unable to start dslrDashboard
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
You could check with
Code: Select all
uname -m
Code: Select all
getconf LONG_BIT
-
- Posts: 6
- Joined: 22 Jun 2016, 18:15
Re: Unable to start dslrDashboard
Code: Select all
home@home-laptop ~ $ uname -m
i686
Re: Unable to start dslrDashboard
Ok, you need to use the x86 version.
You should install the libjpeg package.
You should install the libjpeg package.
-
- Posts: 6
- Joined: 22 Jun 2016, 18:15
Re: Unable to start dslrDashboard
I install libjpeg with:
But the same issue is coming.
Code: Select all
sudo apt-get install libjpeg
-
- Posts: 6
- Joined: 22 Jun 2016, 18:15
Re: Unable to start dslrDashboard
What can i do to fix the problem?