Error in invoking target ‘agent nmhs’ of makefile when installing Oracle 11g in Linux 7
Solution
add parameters linking libnnz11 Library in makefile
Modify $Oracle_HOME/sysman/lib/ins_ emagent. MK, modify
$(mk_event_nmectl) to $(mk_event_nmectl) – lnnz11
it is recommended to back up the original file before modification
[ oracle@ysserver ~]$ cd $ORACLE_ HOME/sysman/lib
[ oracle@ysserver lib]$ cp ins_emagent.mk ins_emagent.mk.bak
[ oracle@ysserver lib]$ vi ins_emagent. mk
After entering the VI editor, enter/nmectl in the command mode to quickly locate the line to be modified
append parameters -lnnz11 þ the first is the letter L þ the last two are the numbers 1
Save and exit retry
Read More:
- Error report after installing Oracle GoldenGate monitor agent oggmon-20603
- CDH operation and maintenance: child node cloudera SCM agent starts Error
- [Solved] ubuntu makefile Cross-compilation error: file not recognized: file format not recognized
- Docker Error: error invoking remote method ‘docker-start-container‘: error: (http code 500) server error –
- linux tomcat Run (DWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [debugIni)
- [Solved] make menuconfig Error: recipe for target ‘menuconfig‘ failed
- Ubuntu20.04 install the ROS noetic version in catkin_Problems in make compilation
- The upgrade of Ubuntu results in an error in the compilation of Android Jack [Two Method to Solve]
- Solutions to errors in installing xunsearch engine in centos8.0
- [Solved] UnicodeEncodeError: ‘ascii‘ codec can‘t encode characters in position 3-9: ordinal not in range(128)
- When installing software in Ubuntu, it prompts: E: You don’t have enough free space in /var/cache/apt/archives/.
- Grep: How to Find All the Files Containing a String in Linux
- The solution of insufficient disk space of docker in Ubuntu
- [Solved] Centos7 Error: gcc: configure: error: in build‘: configure: error: no acceptable C compiler found in $PATH
- You might want to save ‘/run/in itramf s/rdsosreport.txt“ to a USB stick or bootaf ter mounting
- Error: Too many open files in system error [How to Solve]
- How to Solve labelme Install Error in Ubuntu
- [Solved] Error (suppressible): (vsim-12110) All optimizations are disabled because the -novopt option is in effect…
- Error in compiling Android AOSP by Ubantu [How to Solve]