Products | Versions |
---|---|
TIBCO Hawk | - |
Not Applicable | - |
Check whether LD_LIBRARY_PATH_64 is correctly defined in the environment variable setup. Otherwise, correct its definition. Note that even if LD_LIBRARY_PATH is defined correctly, but LD_LIBRARY_PATH_64 is not, the above issue still occur.
# A new environment variable, LD_LIBRARY_PATH_64 is provided in Solaris 7/8/9/10 and is similar to LD_LIBRARY_PATH, but overrides it when during linking when searching for 64-bit dependencies. * On 32-bit SPARC processor, LD_LIBRARY_PATH_64 is ignored. * If only LD_LIBRARY_PATH is defined, it is used for both 32-bit and 64-bit linking. * If both LD_LIBRARY_PATH and LD_LIBRARY_PATH_64 are defined, 32-bit linking will be done using LD_LIBRARY_PATH, and 64-bit linking with LD_LIBRARY_PATH_64.
2. Add the folloiqng properties in the starthma script under /hawk//bin: