linux下安装oracle9204Error in invoking target install of makefile /apps/oracle/OraHome1/plsql/lib/ins_p

linux下安装oracle9204遇到下面的问题:
Error in invoking target install of makefile /apps/oracle/OraHome1/plsql/lib/ins_plsql.mk

如图:

检查日志,最后提示也是一样的,如下:

Calling action unixActions2.2.0.18.0  make
        installMakePath = /usr/bin/make
        installMakeFileName = /apps/oracle/OraHome1/network/lib/ins_net_client.mk
        installTarget = mkldflags
        undoMakeFileName =
        installArguments = ORACLE_HOME=/apps/oracle/OraHome1,
        logFile = /apps/oracle/OraHome1/install/make.log
        undoTarget =

Calling action unixActions2.2.0.18.0  make
        installMakePath = /usr/bin/make
        installMakeFileName = /apps/oracle/OraHome1/plsql/lib/ins_plsql.mk
        installTarget = install
        undoMakeFileName =
        installArguments = ORACLE_HOME=/apps/oracle/OraHome1,
        logFile = /apps/oracle/OraHome1/install/make.log
        undoTarget =

Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target install of makefile /apps/oracle/OraHome1/plsql/lib/ins_plsql.mk
dbserver2->

在网上找到了解决的方法:
http://space.itpub.net/7199859/viewspace-408750

解决过程
[root@dbserver2 bin]# mv /usr/bin/gcc /usr/bin/gcc.bak
[root@dbserver2 bin]# mv /usr/bin/gcc32 /usr/bin/gcc
[root@dbserver2 bin]#
重试,ok

安装完成后再改回去。

[root@dbserver2 bin]# mv /usr/bin/gcc /usr/bin/gcc32
[root@dbserver2 bin]# mv /usr/bin/gcc.bak /usr/bin/gcc

你可能感兴趣的:(Oracle,install,Oracle,troubleshoot)