I am trying to build qDslrDashboard on Solus 4.1. I seem to be running into an error that I do not know how to fix.
here is my terminal.
earth@earth ~/Downloads/qDslrDashboard_V3.5.9_Linux_x64 $ ./qDslrDashboard.sh
/home/earth/Downloads/qDslrDashboard_V3.5.9_Linux_x64/./qDslrDashboard: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory
earth@earth ~/Downloads/qDslrDashboard_V3.5.9_Linux_x64 $ ./qDslrDashboard.sh
/home/earth/Downloads/qDslrDashboard_V3.5.9_Linux_x64/./qDslrDashboard: error while loading shared libraries: libjasper.so.1: cannot open shared object file: No such file or directory
earth@earth ~/Downloads/qDslrDashboard_V3.5.9_Linux_x64 $ ./qDslrDashboard.sh
/home/earth/Downloads/qDslrDashboard_V3.5.9_Linux_x64/./qDslrDashboard: error while loading shared libraries: libjasper.so.1: cannot open shared object file: No such file or directory
earth@earth ~/Downloads/qDslrDashboard_V3.5.9_Linux_x64 $ ./qDslrDashboard.sh
/home/earth/Downloads/qDslrDashboard_V3.5.9_Linux_x64/./qDslrDashboard: error while loading shared libraries: libjasper.so.1: cannot open shared object file: No such file or directory
earth@earth ~/Downloads/qDslrDashboard_V3.5.9_Linux_x64 $
i downloaded libpng12 and it fixed that error.
i could not find libjasper.so but found jasper in the software center so installed that.
it still is giving me this error. I searched everywhere i could find online and still no answer as to how to resolve this error. Am I missing something?