Linux x64 version does not start on MintLinux 19

qDslrDashbord error reports
Post Reply
HLarzac
Posts: 4
Joined: 14 Nov 2019, 16:59

Linux x64 version does not start on MintLinux 19

Post by HLarzac »

hello, I'm doing the first attempt with the control of my Nikon camera by computer. I have a laptop with MintLinux 19.1 64bit and wanted to use this. I discovered qDslrDashboad in Internet and it seems to be the software I need? So I tried qDslrDashboad after the README. But I only get this error message in the terminal: "error while loading shared libraries: libpng12.so.0: can not open shared object file: No such file or directory". However, I can nowhere on the Internet to find a libpng12.so.0 file to install. Can someone help me? I tried it on a second computer (also MintLinux 19 64bit), the same result. Greetings Harald
hubaiz
Site Admin
Posts: 2001
Joined: 27 Jan 2015, 18:58

Re: Linux x64 version does not start on MintLinux 19

Post by hubaiz »

You can search for it with

Code: Select all

apt-cache search libpng
in the list you will have libpng12-0 and then install it with

Code: Select all

sudo apt-get install libpng12-0
Post Reply