[omniORB] Runtime environment setup.

bjorn rohde jensen bjensen@fastmail.fm
Fri Jan 17 14:52:01 2003


Hi Antai,

  The needed omniORB libs for your applications does
depend on your application, but basically you need
all the libs, you link your application against,
and all their supporting libs. One can usually
expect the system libraries to be present on a
sane target, so it would amount to libomniORB4.so,
libomnithread.so. libomniDynamic4.so and omnisslTP.so
are for applications using DII/DSI or GIOP over SSL
respectively, if i remember correctly.
  Try using the 'ldd' command on your application,
and you will see, which omniORB libs are needed by it.
  You could ship your application as an rpm, but that
is a bit of work and, in my opinion, a bit inflexible.
You could also ship the application as a tar.gz file.

Yours sincerely,

Bjorn