Installing iAS 10.1.2.2 onto an Oracle oms grid control box.
Got the following error during linking, looks to be a Solaris 10 + 10R2 issue.
ld: fatal: file /u01/app/oracle/product/oms10g//lib32//libclntsh.so: unknown file type
ld: fatal: File processing errors. No output written to webcached
*** Error code 1
make: Fatal error: Command failed for target `webcached'
Here's the fix:
Edit $ORACLE_HOME/genclntsh
Change LD="ld -m -i -G -z text -L${ORACLE_HOME}/${LIB}"
to LD="ld -m -i -G -z text -L${ORACLE_HOME}/${LIB} -Bsymbolic"
Then run $ORACLE_HOME/bin/genclntsh
Then retry the linking phase.
No comments:
Post a Comment