sdm-help-list > problem running v5.14
Showing 1-3 of 3 posts
Display:
Results per page:
Nov 1, 2016  04:11 PM | Domingo Martinez - Universidad Autónoma de Querétaro
problem running v5.14
Hi, I am installing v5.14 in Linux ubuntu. I have already give all permissions but it didn't run, it looks like the file SdmGui.sh is not working.

This is on screen

domingo@domingo-VPCCW13FL:~/Documents/SdmGui-linux64$ ./sdm
/home/domingo/Documents/SdmGui-linux64/bin/linux64/sdmGui: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory
________________

#!/bin/bash
GUIPATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
if [ $# -eq 0 ]
then
$GUIPATH/bin/linux64/runSdmGui.sh
else
$GUIPATH/bin/linux64/sdm_parse $@
fi


Regards.
Attachment: error.png
Nov 1, 2016  09:11 PM | Feng Xue - USC
RE: problem running v5.14
It did tell you cause of the problem.

/home/domingo/Documents/SdmGui-linux64/bin/linux64/sdmGui: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory

So try to install libpng first.
Nov 2, 2016  12:11 AM | Domingo Martinez - Universidad Autónoma de Querétaro
:) ready!
That's right, now the software running very well.

Thanks a lot!