What do I do with the generated libraries? Where do they need to be placed for the adapter to work successfully?

What do I do with the generated libraries? Where do they need to be placed for the adapter to work successfully?

book

Article ID: KB0084850

calendar_today

Updated On:

Products Versions
TIBCO Adapter for CORBA -
Not Applicable -

Description

Resolution:
If you correctly followed both the build and install steps specified earlier in this FAQ, the generated libraries should be copied into the folder you specified
for the installation directory in the OB-4.1.1-eval\config\Make.rules.mak file, i.e., for example prefix=E:\ORBacus\4.1.1.

If you correctly followed only the build steps specified in this FAQ, the generated libraries should be copied into the respective lib folders in the
OB-4.1.1-eval directory, i.e., for example under OB-4.1.1-eval/event/lib, OB-4.1.1-eval/naming/lib, OB-4.1.1-eval/jtc/lib, OB-4.1.1-eval/ob/lib.

The libraries should be placed into your adapter installation area in the following folders. Please see the Tibco Adapter for CORBA V4.1.1 User's Guide,
Chapter 2, Post Installation Tasks, ORBacus 4.1.x, Page 36 for details:

On Microsoft Windows:

\bin\CosEvent411.dll
\bin\CosNaming411.dll
\bin\idl411.dll
\bin\jtc200.dll
\bin\ob411.dll
\lib\CosEvent.lib
\lib\CosNaming.lib
\lib\idl.lib
\lib\jtc.lib
\lib\ob.lib

On Sun Solaris:

\lib\libCosEvent.so
\lib\libCosEvent.so.4.1.1
\lib\libCosNaming.so
\lib\libCosNaming.so.4.1.1
\lib\libIDL.so
\lib\libIDL.so.4.1.1
\lib\libJTC.so
\lib\libJTC.so.2.0.0
\lib\libOB.so
\lib\libOB.so.4.1.1

On HP UX-11i:

\lib\libCosEvent.sl.4.1.1
\lib\libCosEvent.so
\lib\libCosNaming.sl.4.1.1
\lib\libCosNaming.so
\lib\libIDL.sl.4.1.1
\lib\libIDL.so
\lib\libJTC.sl.2.0.0
\lib\libJTC.so
\lib\libOB.sl.4.1.1
\lib\libOB.so

Issue/Introduction

What do I do with the generated libraries? Where do they need to be placed for the adapter to work successfully?