Added /usr/local/lib to LD_LIBRARY_PATH on enkur and dialog.

This commit is contained in:
hjp 2001-10-16 14:04:37 +00:00
parent f204102094
commit 67fa19b6c7
1 changed files with 2 additions and 2 deletions

View File

@ -180,9 +180,9 @@ esac
case "$FQDN" in case "$FQDN" in
enkur.wsr.ac.at) enkur.wsr.ac.at)
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/usr/local/mnemonic/lib:/usr/local/mnemonic/lib/msg export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/usr/local/mnemonic/lib:/usr/local/mnemonic/lib/msg:/usr/local/lib
;; ;;
melange.wsr.ac.at|spirit.luga.at|chthon.h.hjp.at|posbi.wsr.ac.at|teal.h.hjp.at|wsrgeh.wsr.ac.at|braveheart.wsr.ac.at) melange.wsr.ac.at|spirit.luga.at|chthon.h.hjp.at|posbi.wsr.ac.at|teal.h.hjp.at|wsrgeh.wsr.ac.at|braveheart.wsr.ac.at|dialog.wsr.ac.at)
export LD_LIBRARY_PATH=/usr/local/lib export LD_LIBRARY_PATH=/usr/local/lib
;; ;;
posbi.wsr.ac.at) posbi.wsr.ac.at)