전체 글

박정수가 공부한 자료를 남기기 위한 블로그
dev/Network

tibco install

설치 후 유의 할점!! /home/tibco 의 권한을 755로 수정 .bash_profile 수정! # .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs PATH=$PATH:$HOME/.local/bin:$HOME/bin export PATH export PS1='['$(hostname)':${LOGNAME}:${PWD}] ' export TIBCO_HOME=/home/tibco/tibco/tibrv/8.4 export TIB_INC=$TIBCO_HOME/include export TIB_LIB=$TIBCO_HO..

jeongsu
Park_jeong_su