When Oracle 11g is installed on Linux 7, an error in invoking target is reported when the installation process reaches 86%. The screenshot is as follows
solution:
[oracle@emrtest ~]$ cd $ORACLE_HOME/sysman/lib/
[oracle@emrtest lib]$ vi ins_emagent.mk
Find:
$(SYSMANBIN)emdctl:
$(MK_EMAGENT_NMECTL)
Modify to:
$(SYSMANBIN)emdctl:
$(MK_EMAGENT_NMECTL) -lnnz11
Click Retry after the change