Operating System - Linux
1752841 Members
3983 Online
108789 Solutions
New Discussion юеВ

Re: relink failure with error

 
Diebold_Unix_Support
Occasional Advisor

relink failure with error



Error while running adlnkoh.sh. Please check logfile

.end std out.
/usr/lib/pa20_64/dld.sl: Unsatisfied code symbol 'dladdr' in load module '/mnt/oracfg6/cfg6db/app/oracle/product/oracle_10.2.0/lib/libclntsh.sl.10.1'.
/mnt/oracfg6/cfg6db/app/oracle/product/oracle_10.2.0/appsutil/install/adlnkoh.sh[207]: 16303 Abort(coredump)

.end err out.

2 REPLIES 2
Yogeeraj_1
Honored Contributor

Re: relink failure with error

hi,

make sure you have set the environment variables LD_LIBRARY_PATH and SHLIB_PATH properly.

e.g.
$LD_LIBRARY_PATH - which should include $ORACLE_HOME/lib, but not $ORACLE_HOME/lib32
$SHLIB_PATH - which should include $ORACLE_HOME/lib32, but not $ORACLE_HOME/lib


hope this helps!
kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Dennis Handly
Acclaimed Contributor

Re: relink failure with error

If you don't have dladdr in libdld.sl, you need to get a newer linker patch.
For 11.11, that's at least PHSS_33035.
I'm surprised Oracle doesn't list this dependency?