Re: how to configure omniORB-4.0.6 on Red Hat Linux
Duncan Grisby <[email protected]> Wed, 01 Jun 2005 11:38:22 +0100
| Newsgroups | gmane.comp.corba.omniorb.devel |
|---|---|
| Message-ID | <[email protected]> |
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 -- -- [email protected] -- -- http://www.grisby.org --