From d152dc6d0bf67d5cab55a676f770febe9619888b Mon Sep 17 00:00:00 2001 From: legrand Date: Wed, 4 Jul 2007 13:49:20 +0000 Subject: [PATCH] tag on mo-1.0 04072007 git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@506 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/installParadiseo.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/trunk/installParadiseo.sh b/trunk/installParadiseo.sh index 0ddd0aeb5..c26ecef1a 100755 --- a/trunk/installParadiseo.sh +++ b/trunk/installParadiseo.sh @@ -600,7 +600,11 @@ function run_install_step() echo -e " \033[40m\033[1;34m# STEP $currentStepCounter \033[0m " echo ' --> Configuring environment variables for libxml2 ...' - execute_cmd "export LD_LIBRARY_PATH=`xml2-config --prefix`/lib:" "[$currentStepCounter-1] Export LD_LIBRARY_PATH variable" $SPY + execute_cmd "XML2_CONFIG=\`xml2-config --prefix\`" "[$currentStepCounter-1] Run xml2-config variable" $SPY + idx=$? + echo "******** $XML2_CONFIG *********" + + execute_cmd "export LD_LIBRARY_PATH=`xml2-config --prefix`/lib:" "[$currentStepCounter-2] Export LD_LIBRARY_PATH variable" $SPY idx=$? execute_cmd "echo export LD_LIBRARY_PATH=$`xml2-config --prefix`/lib" "[$currentStepCounter-3] Export LD_LIBRARY_PATH variable into env" $SPY $homePath/.bashrc