invoking target'agent nmhs'of makefile'../db/sysman/lib/ins_emagent.mk'

Installation of Oracle 11.2.0.4 Database Software on OL7 fails with “undefined reference to symbol ‘B_DestroyKeyObject’” error (文档 ID 1965691.1)

In this Document

  Symptoms
  Cause
  Solution
  References

 

Applies to:

Oracle Database - Enterprise Edition - Version 11.2.0.4 to 11.2.0.4 [Release 11.2]
Oracle Database - Standard Edition - Version 11.2.0.4 to 11.2.0.4 [Release 11.2]
Linux x86-64

Symptoms

Oracle 11.2.0.4 database software installation on OL7/RHEL7 fails with the following error

invoking target'agent nmhs'of makefile'../db/sysman/lib/ins_emagent.mk'

The installation log shows the following error

usr/bin/ld: /u01/app/oracle/product/11.2.0/dbhome_1/sysman/lib//libnmectl.a(nmectlt.o): undefined reference to symbol ‘B_DestroyKeyObject’
/usr/bin/ld: note: ‘B_DestroyKeyObject’ is defined in DSO /u01/app/oracle/product/11.2.0/dbhome_1/lib/libnnz11.so so try adding it to the linker command line
/u01/app/oracle/product/11.2.0/dbhome_1/lib/libnnz11.so: could not read symbols: Invalid operation
collect2: error: ld returne
INFO: d 1 exit status

Cause

Unpublished bug 19692824

Solution

01) Ignore the undefined symbol error during Oracle 11.2.0.4 installation and proceed further. The software installation will succeed without any further errors.
02) Download and install patch
03) Set the environment variables like ORACLE_HOME, PATH etc to the 11.2.0.4 home and recompile the failed target as follows

$ make -f $ORACLE_HOME/sysman/lib/ins_emagent.mk agent nmhs

来源MOS:
https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=434232528758850&id=1965691.1&_adf.ctrl-state=ddzutafqs_135
上一篇:Python中如何将数据存储为json格式的文件


下一篇:MySQL Installation(2021)|How to Install MySQL on Windows 10 | 在WIN10上如何安装MYSQL