sdm-help-list > SDM seg fault on CentOS 6 after install
Jul 25, 2017  10:07 PM | vsan - VMRF
SDM seg fault on CentOS 6 after install
without this libtiff.so.5 it gives this message
 

/home/csan/loc/loc1/SdmGui-linux64/bin/linux64/sdmGui: error while loading shared libraries: libtiff.so.5: cannot open shared object file: No such file or directory
 
 
When clicking on the desktop sdmGui Icon nothing happens
When using libtiff.so.5   and then typing sdm I receive the following message in the terminal 

/home/user/loc/SdmGui-linux64/bin/linux64/runSdmGui.sh: line 4: 22292 Segmentation fault      (core dumped) LD_LIBRARY_PATH=$GUIPATH $GUIPATH/sdmGui
 
any idea as to why?   (and thank you)
  
 
I created a folder named loc in my home folder
Downloaded the tar extracted in present folder and enabled exec on scripts in SdmGui-linux64
 
runSdmGui.sh
#!/bin/bash
GUIPATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
chmod +x $GUIPATH/*
LD_LIBRARY_PATH=$GUIPATH $GUIPATH/sdmGui
 
echoing $LD_LIBRARY_PATH and $GUIPATH returns a blank value with a newline
 
version CentOS 6.9

Threaded View

TitleAuthorDate
SDM seg fault on CentOS 6 after install
vsan Jul 25, 2017
vsan Jul 28, 2017
Anton Albajes-Eizagirre Jul 31, 2017
vsan Jul 27, 2017
Anton Albajes-Eizagirre Jul 28, 2017
Anton Albajes-Eizagirre Jul 27, 2017