您的位置:首页 > 其它

Error in invoking target ntcontab.o During CRS installation [ID 443675.1]

2010-12-01 13:03 736 查看
Error in invoking target ntcontab.o During CRS installation [ID 443675.1]

Modified 01-AUG-2008 Type PROBLEM Status PUBLISHED
In this Document
Symptoms
Changes
Cause
Solution

Applies to:

Oracle Server - Enterprise Edition - Version: 10.2.0.1
Linux x86-64

Symptoms

When installing CRS using runInstaller, get an error when doing "linking oracle net required
support files 10.2.0.1":

error in invoking target 'ntcontab.o' of makefile
'/u01/app/oracle/product/10.2.0/crs/network/lib/ins_net_client.mk'.

make.log shows:

/usr/bin/make -f ins_net_client.mk mkldflags ORACLE_HOME=
/u01/app/oracle/product/10.2.0/crs//usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/u01/app/oracle/product/10.2.0/crs/rm -f ntcontab.*
(if [ "compile" = "compile" ] ; then /
/u01/app/oracle/product/10.2.0/crs/bin/gennttab > ntcontab.c ;/
gcc -c ntcontab.c ;/
rm -f /u01/app/oracle/product/10.2.0/crs/lib/ntcontab.o ;/
mv ntcontab.o /u01/app/oracle/product/10.2.0/crs/lib/ ;/
/usr/bin/ar rv /u01/app/oracle/product/10.2.0/crs/lib/libn10.a
/u01/app/oracle/product/10.2.0/crs/lib/ntcontab.o ; fi)
ntcontab.c:7:23: sys/types.h: No such file or directory
mv: cannot stat `ntcontab.o': No such file or directory
/usr/bin/ar: /u01/app/oracle/product/10.2.0/crs/lib/ntcontab.o: No such file or directory
make: *** [ntcontab.o] Error 1

Changes

New installation.

Cause

The output of the link command shows that the compiler is looking for sys/types.h.
Package glibc-headers-* is not installed which cause header file (/usr/include/sys/types.h) missing on the system.

Solution

Install the missing package glibc-headers-* (ie, glibc-headers-2.3.4-2.13).

Reinstall CRS (recommended) after clean up existing installation per Note 239998.1 10g RAC: How to Clean Up After a Failed CRS Install
or
Execute commands in $ORA_CRS_HOME/install/make.log manually for client relink.







------------------------------------------------------------------------------
Blog: http://blog.csdn.net/tianlesoftware
网上资源: http://tianlesoftware.download.csdn.net
相关视频:http://blog.csdn.net/tianlesoftware/archive/2009/11/27/4886500.aspx
DBA1 群:62697716(满); DBA2 群:62697977(满)
DBA3 群:62697850 DBA 超级群:63306533;
聊天 群:40132017
--加群需要在备注说明Oracle表空间和数据文件的关系,否则拒绝申请
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐