[OmniORB] [Newbie ?] Pb with eg3 on a redhat8.0
Erwan Adam
Erwan.Adam@cea.fr
Tue Dec 3 14:52:01 2002
>
> Do you have the LD_LIBRARY_PATH set correctly?
>
> omni4 () {
> echo "switch to OmniORB 4.0.0"
> export OMNIORB_HOME=/opt/omni-4.0.0
> export LD_LIBRARY_PATH=$OMNIORB_HOME/lib:${LD_LIBRARY_PATH}
> export PATH=$OMNIORB_HOME/bin:${PATH}
> export OMNINAMES_LOGDIR=~/tmp
> export OMNIORB_CONFIG=~/omniORB.cfg
> }
>
> cheers
>
> Heinrich
>
>
>>
>>
yes, I think ...
with omni3 and omni4 (compiled old way) :
setenv OMNIORB_HOME ${ALLI_PROD}/omni
setenv PATH $OMNIORB_HOME/bin/i586_linux_2.0_glibc2.1:$PATH
setenv LD_LIBRARY_PATH
$OMNIORB_HOME/lib/i586_linux_2.0_glibc2.1:$LD_LIBRARY_PATH
with omni4 (compiled with configure) :
setenv OMNIORB_HOME ${ALLI_PROD}/omni
setenv PATH $OMNIORB_HOME/bin:$PATH
setenv LD_LIBRARY_PATH $OMNIORB_HOME/lib:$LD_LIBRARY_PATH
with all :
setenv OMNIORB_CONFIG $HOME/.omniORB.cfg
I use omniORB on a redhat7.1 for a while
without any problem ...
E.A.