[omniORB-dev] how to configure omniORB-4.0.6 on Red Hat Linux 
    Duncan Grisby 
    duncan at grisby.org
       
    Wed Jun  1 12:38:22 BST 2005
    
    
  
On Tuesday 31 May, Venkata Swamy M wrote:
> I have to work on omniORB-4.0.6 package in order to develop CORBA
> application iin C++.  I had tried both ways (Auto Conf & Manual) to
> install this package, but I did not get success in doing so.
You should use the configure script.
> The following problem I found while setting up "OmniNames", when I was
> executed a command
> "$ omniNames -start &" at the command prompt (i.e., $OMNIORB_TOP/build/):
>  
>  omniNames:error while loading shared libraries: libomniORB4.so.0:
>  cannot open shared object file: No such file or directory
omniORB installs itself in /usr/local by default. You need to add
/usr/local/lib to your LD_LIBRARY_PATH:
  export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
Cheers,
Duncan.
-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --
    
    
More information about the omniORB-dev
mailing list