标题: sco unix 安装oracle Error during action 'Creating ntcontab.o'. [打印本页] 作者: ytwyg 时间: 2007-08-20 16:44 标题: sco unix 安装oracle Error during action 'Creating ntcontab.o'. Error during action 'Creating ntcontab.o'.
Command: make -f /usr/ora734/app/network/lib/ins_network.mk ntcontab.o
(if [ "compile" = "compile" ] ;then \
/usr/ora734/app/bin/gennttab > ntcontab.c ;\
cc -c ntcontab.c ;\
rm -f /usr/ora734/app/lib/ntcontab.o ;\
mv ntcontab.o /usr/ora734/app/lib ;fi)
acomp: WARNING-Product is not licensed.
mv: cannot access ntcontab.o: No such file or directory (error 2)
make: *** [ntcontab.o] Error 2
这个错误是怎么了?
我 搜索了一下
There is a known issue when installing ORACLE 7.3.4.0.0 on SCO Openserver 5
(Enterprise Edition). During the relinking stage of the RDBMS the
following errors are reported:
Error during action 'Creating ntcontab.o'.
Command: make -f
/u2/app/oracle/product/7.3.4/network/lib/ins_network.mk ntcontab.o
(if [ "compile" = "compile" ] ;then \
/u2/app/oracle/product/7.3.4/bin/gennttab > ntcontab.c ;\
cc -c ntcontab.c ;\
rm -f /u2/app/oracle/product/7.3.4/lib/ntcontab.o ;\
mv ntcontab.o /u2/app/oracle/product/7.3.4/lib ;fi)
/bin/sh: cc: not found
mv: cannot access ntcontab.o: No such file or directory (error 2)
make: *** [ntcontab.o] Error 2
This is because the 'SCO Openserver Enterprise Edition' operating system does
not include a C compiler by default. This is only available with the 'SCO
Development Kit'.
作者: beilycao 时间: 2007-08-20 16:49
搜以前帖子,有解决办法作者: ytwyg 时间: 2007-08-20 16:51
我没有找到呀 ,能不能给点提示呀作者: beilycao 时间: 2007-08-20 16:53
安装过程中要用root用户登陆,运行几个脚本作者: beilycao 时间: 2007-08-20 16:55
兄弟,遇到问题先自己多找找原来的精华贴,都有的http://bbs.chinaunix.net/viewthread.php?tid=564974,最好能解决问题后把自己的心得也贴出来,给后面的兄弟们看看。作者: ytwyg 时间: 2007-08-20 16:56
我就是按照安装要求来的,先运行rootpre.sh ,后运行./orainst作者: beilycao 时间: 2007-08-20 16:57
你的环境变量中的参数对吗?作者: ytwyg 时间: 2007-08-20 17:01
这是我用google 找到的答案:
There is a known issue when installing ORACLE 7.3.4.0.0 on SCO Openserver 5
(Enterprise Edition). During the relinking stage of the RDBMS the
following errors are reported:
Error during action 'Creating ntcontab.o'.
Command: make -f
/u2/app/oracle/product/7.3.4/network/lib/ins_network.mk ntcontab.o
(if [ "compile" = "compile" ] ;then \
/u2/app/oracle/product/7.3.4/bin/gennttab > ntcontab.c ;\
cc -c ntcontab.c ;\
rm -f /u2/app/oracle/product/7.3.4/lib/ntcontab.o ;\
mv ntcontab.o /u2/app/oracle/product/7.3.4/lib ;fi)
/bin/sh: cc: not found
mv: cannot access ntcontab.o: No such file or directory (error 2)
make: *** [ntcontab.o] Error 2
This is because the 'SCO Openserver Enterprise Edition' operating system does
not include a C compiler by default. This is only available with the 'SCO
Development Kit'.作者: ytwyg 时间: 2007-08-20 17:03
没有解决问题~!作者: beilycao 时间: 2007-08-20 17:04
我记起来了,要安装一个C的开发包,要不编译不了。在redhat9中安装oracle也有类似问题作者: ytwyg 时间: 2007-08-20 17:07