Issue #2011 - re-adding native libraries that were previously removed.

- Even though the awips2-python and the awips2-java already provide the libraries, these
  libraries are shared by both EDEX and CAVE. But, hydro is 32-bit and CAVE is 64-bit;
  so, hydro on the CAVE workstations is not able to use the 64-bit versions of the libraries
  provided by the awips2-python and awips2-java installed on the CAVE workstation.


Former-commit-id: f52c3498b1 [formerly 1d8dfea6c421e98fa629d0bccb9cf9a71ca000a5]
Former-commit-id: 933c54a7d8
This commit is contained in:
Bryan Kowal 2013-05-30 22:45:09 -05:00
parent c81610b720
commit e61f417b47
4 changed files with 0 additions and 11 deletions

View file

@ -33,17 +33,6 @@ export PATH=$PATH:${EDEX_HOME}/bin:${apps_dir}/bin
# contains the path to the ohd libraries and JNI-related library/libraries
export LD_LIBRARY_PATH=${EDEX_HOME}/lib/native/linux32:${apps_dir}/lib/native/linux32:$LD_LIBRARY_PATH
# add python/lib to the path for jasper
export LD_LIBRARY_PATH=/awips2/python/lib:$LD_LIBRARY_PATH
# if it does actually need a libjvm.so
arch=`uname -i`
if [ "${arch}" = "i386" ]; then
export LD_LIBRARY_PATH=/awips2/java/jre/lib/i386/server:$LD_LIBRARY_PATH
fi
if [ "${arch}" = "x86_64" ]; then
export LD_LIBRARY_PATH=/awips2/java/jre/lib/amd64/server:$LD_LIBRARY_PATH
fi
export RFCLX=${apps_dir}
#AWIPS_MODIFICATION_BLOCK_END