Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks Plug-in for Database | - |
Not Applicable | - |
Resolution:
Description:
============
After upgraded to TIBCO Runtime Agent 5.6.2/TIBCO Rendezvous(R)8.2 on HP-UX 11i (IA-64/Itanium). TIBCO ActiveMatrix(r) Adapter for Database 5.x adbagent could not get started with error "/usr/lib/hpux64/dld.so: Unable to find library 'libssl.so.0.9.8'".
Environment:
===========
HP-UX 11i V2, V3 (IA64 Itanium, 64 bit platform only)
TIBCO ActiveMatrix(r) Adapter for Database 5.x
TIBCO Adapter(TM) for Oracle Applications 5.x
TIBCO Runtime Agent™ (TRA) 5.6.2
TIBCO Rendezvous(R) 8.2
Symptoms:
===========
Running adbagent failed with not finding library 'libssl.so.0.9.8'.
Cause:
=====
The unable to find library 'libssl.so.0.9.8' error is seen because the path "<TIBRV_HOME>/8.2/64/lib" does not exist in adbagent_env.(c)sh and adbagent.tra while work with TRA5.6.2 or TIBCO Rendezvous(R) 8.2.
Resolution:
==========
Manually add the RV_HOME/lib/64 path to adbagent_env.(c)sh and adbagent.tra file when work with TRA5.6.2.
1) In adbagent_env.(c)sh, add "<TIBRV_HOME>/8.2/lib/64" to the end of SHLIB_PATH,.
2) In adbagent.tra, add %RV_HOME%/lib/64 to the end of tibco.env.SHLIB_PATH.