Hello ... Problems setting up environment (vapor.setup) after 2.5.0 binary installation on Windows 7, 64 bit PC ... Only get error message when trying to execute "vapor.setup" (unknown command) ... Am i doing something wrong?... Thanks.
Are you referring to the scripts "vapor-setup.sh" or "vapor-setup.csh"? I'm not familiar with "vapor.setup". Either way, you should not need to run any scripts like this on Windows. After installing, the vaporgui executable is the target that will start things up.
I modified the vapor-setup.sh file into:
root="/home/seline/Downloads/software/vapor-2.6.0.RC0-Linux_x86_64"
idl=1
bindir=$root/bin
mandir=$root/share/man
sharedir=$root/share
lib_search_dirs=$root/lib
and I unset LD_LIBRARY_PATH.
In the .bashrc:
VAPOR_HOME="/home/seline/Downloads/software/vapor-2.6.0.RC0-Linux_x86_64"
VAPOR_SHARE="$VAPOR_HOME/share"
unset LD_LIBRARY_PATH
. $VAPOR_HOME/bin/vapor-setup.sh
I run vaporgui, it appears:
vaporgui: error while loading shared libraries: librender.so.2.6.0: cannot open shared object file
However, the librender.so.2.6.0 exist well in /lib.
Is there any error in my lib_search_dirs variable setting?
Hi there. Sorry for the late response.
Are you referring to the scripts "vapor-setup.sh" or "vapor-setup.csh"? I'm not familiar with "vapor.setup". Either way, you should not need to run any scripts like this on Windows. After installing, the vaporgui executable is the target that will start things up.