Page 1 of 1

Linux x64 version does not start on MintLinux 19

Posted: 14 Nov 2019, 17:31
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

Re: Linux x64 version does not start on MintLinux 19

Posted: 15 Nov 2019, 22:12
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