- 论坛徽章:
- 0
|
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'.
安装了SCO OpenServer Development System 还是不行呀
[ 本帖最后由 ytwyg 于 2007-8-20 17:21 编辑 ] |
|