Products | Versions |
---|---|
TIBCO Hawk | - |
Not Applicable | - |
Resolution:
Description:
After installation of iprocess which has Hawk 4.8.1 and tibrv 8.1 bundled. All the post installation steps for Hawk have been done, which are:
- chown and chmod
- crle with -64 option
crle command has been executed, in fact tibrv/lib path can be seen in the /var/ld/sparcv9/ld.config file, which is
^LXX/lib/secure/64:/usr/lib/secure/64:/export/home/tibadm1/tibco/tibrv/8.1/lib
Also, libtibrv.so is already in the folder /export/home/tibadm1/tibco/tibrv/8.1/lib
But the output of ldd is:
-bash-3.00$ ldd tibhawkhma
libsocket.so.1 => /lib/libsocket.so.1
libgen.so.1 => /lib/libgen.so.1
libnsl.so.1 => /lib/libnsl.so.1
libdl.so.1 => /lib/libdl.so.1
libkstat.so.1 => /lib/libkstat.so.1
libkvm.so.1 => /usr/lib/libkvm.so.1
libelf.so.1 => /lib/libelf.so.1
libm.so.1 => /lib/libm.so.1
libtibrv.so => (file not found)
libthread.so.1 => /lib/libthread.so.1
libc.so.1 => /lib/libc.so.1
libmp.so.2 => /lib/libmp.so.2
libmd.so.1 => /lib/libmd.so.1
libscf.so.1 => /lib/libscf.so.1
libdoor.so.1 => /lib/libdoor.so.1
libuutil.so.1 => /lib/libuutil.so.1
libm.so.2 => /lib/libm.so.2
/platform/SUNW,SPARC-Enterprise/lib/libc_psr.so.1
libtibrv.so => (file not found) even if LD_LIBRARY_PATH is set to
LD_LIBRARY_PATH=/export/home/tibadm1/tibco/tibrv/8.1/lib
Environment:
Hardware : SPARC
Operating System : Solaris 10
Symptoms:
When starting the starthma script , there is following error:
ld.so.1: tibhawkhma: fatal: libtibrv.so: open failed: No such file or directory
Cause:
The problem was that hawk bundled with IPE is 32 bits , but crle command is run with -64 option
Resolution:
Run crle command without the -64 option.