From a8a858d9564e88dfe9962a783c9ae45247c3c3bd Mon Sep 17 00:00:00 2001 From: maintenance team Date: Tue, 11 Jul 2006 13:24:04 +0000 Subject: [PATCH] Adding /usr/R11R6/lib patch to LD_LIBRARY_PATH --- config_files/common.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config_files/common.sh b/config_files/common.sh index 77b254a..c99961a 100755 --- a/config_files/common.sh +++ b/config_files/common.sh @@ -99,6 +99,9 @@ export INSTALL_ROOT=${install_root} #${DELIM} Environment switch: 0 for SALOME building, 1 for SALOME launching ${DELIM} export ENV_FOR_LAUNCH=1 +# Setting "/usr/X11R6/lib" path in LD_LIBRARY_PATH +exporta LD_LIBRARY_PATH /usr/X11R6/lib + EOF ### !!! The next is for RedHat 9 only !!! if [ -f /etc/redhat-release ] ; then -- 2.39.2