Linux 에 omniORB 설치

904 단어 linux
omniORB 설치 패키지 다운로드
http://sourceforge.net/projects/omniorb/
다운로드 하 다.
omniORB-4.1.7.tar.bz2
설치 하 다.

# cd /usr/local/tools/
# tar -jxvf omniORB-4.1.7.tar.bz2
# cd omniORB-4.1.7
# ./configure
# make && make install

환경 변수 설정
수정/etc/profile

OMNIHOME=/usr/local/tools/omniORB-4.1.7
OMNINAMES_LOGDIR=$OMNIHOME/log
OMNIORB_CONFIG=$OMNIHOME/sample.cfg
LD_LIBRARY_PATH=/usr/lib:$OMNIHOME/lib:$LD_LIBRARY_PATH

export OMNIHOME OMNINAMES_LOGDIR OMNIORB_CONFIG LD_LIBRARY_PATH

서비스 주소 변경

# vi sample.cfg

InitDef ...192.168.56.4

omniNames 시작

# cd /usr/local/tools/omniORB-4.1.7/bin
# nohup omniNames -start -always &

좋은 웹페이지 즐겨찾기