在安装的过程中报错
安装日志最后部后是这样:
INFO: Calling Action unixActions10.2.0.1.0 make
installMakePath = /usr/bin/make
installMakeFileName = /u01/oracle/db/network/lib/ins_net_client.mk
installTarget = mkldflags
installArguments = ORACLE_HOME=/u01/oracle/db,
undoMakeFileName = null
undoTarget = null
undoArguments = null
logFile = /u01/oracle/db/install/make.log
progMsg = Linking ldflags
INFO: The output of this make operation is also available at: '/u01/oracle/db/install/make.log'
INFO:
INFO: Start output from spawned process:
INFO: ----------------------------------
INFO:
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Calling Action unixActions10.2.0.1.0 make
installMakePath = /usr/bin/make
installMakeFileName = /u01/oracle/db/network/lib/ins_net_client.mk
installTarget = ntcontab.o
installArguments = ORACLE_HOME=/u01/oracle/db,
undoMakeFileName = null
undoTarget = null
undoArguments = null
logFile = /u01/oracle/db/install/make.log
progMsg = Linking ntcontab
INFO: The output of this make operation is also available at: '/u01/oracle/db/install/make.log'
INFO:
INFO: Start output from spawned process:
INFO: ----------------------------------
INFO:
INFO: rm -f ntcontab.*
INFO: (if [ "compile" = "compile" ] ; then \
/u01/oracle/db/bin/gennttab > ntcontab.c ;\
gcc -c ntcontab.c ;\
rm -f /u01/oracle/db/lib/ntcontab.o ;\
mv ntcontab.o /u01/oracle/db/lib/ ;\
INFO: /usr/bin/ar rv /u01/oracle/db/lib/libn10.a /u01/oracle/db/lib/ntcontab.o ; fi)
INFO: In file included from /usr/include/features.h:352,
from /usr/include/sys/types.h:27,
from ntcontab.c:7:
/usr/include/gnu/stubs.h:9:27: error: gnu/stubs-64.h: No such file or directory
INFO: mv:
INFO: cannot stat `ntcontab.o'
INFO: : No such file or directory
INFO:
INFO: /usr/bin/ar: /u01/oracle/db/lib/ntcontab.o: No such file or directory
INFO: make: *** [ntcontab.o] Error 1
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'ntcontab.o' of makefile '/u01/oracle/db/network/lib/ins_net_client.mk'. See '/u01/oracle/oraInventory/logs/installActions2011-02-13_06-26-40PM.log' for details.
Exception Severity: 1
求大家帮忙看下是什么原因 安装32位的一切正常 64位的就这样了
|
|