Skip to content

Commit

Permalink
Fix for LD_PRELOAD path
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingface0 committed Jun 25, 2024
1 parent 6f295e9 commit 43e9d75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy_dqmgui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -449,16 +449,16 @@ export PYTHONPATH=$INSTALLATION_DIR/$DMWM_GIT_TAG/sw/venv/lib/python${PYTHON_VER
" >"$INSTALLATION_DIR/$DMWM_GIT_TAG/sw/cms/dqmgui/$DQMGUI_GIT_TAG/128/etc/profile.d/init.sh"

# env.sh contents. This is sourced by the manage script
echo ". $INSTALLATION_DIR/$DMWM_GIT_TAG/sw/cms/dqmgui/$DQMGUI_GIT_TAG/128/etc/profile.d/init.sh
echo ". $INSTALLATION_DIR/$DMWM_GIT_TAG/apps/dqmgui/128/etc/profile.d/init.sh
export YUI_ROOT=$INSTALLATION_DIR/$DMWM_GIT_TAG/sw/external/yui
export EXTJS_ROOT=$INSTALLATION_DIR/$DMWM_GIT_TAG/sw/external/extjs
export D3_ROOT=$INSTALLATION_DIR/$DMWM_GIT_TAG/sw/external/d3
export ROOTJS_ROOT=$INSTALLATION_DIR/$DMWM_GIT_TAG/sw/external/jsroot
export MONITOR_ROOT=$INSTALLATION_DIR/$DMWM_GIT_TAG/sw/venv
export DQMGUI_VERSION='$DQMGUI_GIT_TAG';
# For pointing to the custom built libraries
export LD_PRELOAD=\"$INSTALLATION_DIR/$DMWM_GIT_TAG/sw/cms/dqmgui/$DQMGUI_GIT_TAG/128/lib/libDQMGUI.so $INSTALLATION_DIR/$DMWM_GIT_TAG/sw/external/lib/libclasslib.so\"
export LD_LIBRARY_PATH=\"$INSTALLATION_DIR/$DMWM_GIT_TAG/sw/cms/dqmgui/$DQMGUI_GIT_TAG/128/lib/:$LD_LIBRARY_PATH\"
export LD_PRELOAD=\"$INSTALLATION_DIR/$DMWM_GIT_TAG/apps/dqmgui/128/lib/libDQMGUI.so $INSTALLATION_DIR/$DMWM_GIT_TAG/sw/external/lib/libclasslib.so\"
export LD_LIBRARY_PATH=\"$INSTALLATION_DIR/$DMWM_GIT_TAG/apps/dqmgui/128/lib/:$LD_LIBRARY_PATH\"
source $ROOT_INSTALLATION_DIR/bin/thisroot.sh
" >"$INSTALLATION_DIR/$DMWM_GIT_TAG/sw/cms/dqmgui/$DQMGUI_GIT_TAG/128/etc/profile.d/env.sh"
}
Expand Down

0 comments on commit 43e9d75

Please sign in to comment.