Oracle Linux(64位)安装64位Oracle 10g遇到ins_ctx.mk问题


在Oracle Linux Server Release 5.7上安装64位Oracle 10g 时,遇到如下问题:

Error in invoking target 'install' of makefile '/u01/app/oracle/product/dbhome_1/ctx/lib/ins_ctx.mk'.

See '/u01/app/oracle/oraInventory/logs/installActions2014-01-11_12-44-52PM.log' for details;

截图如下

clip_image001

使用tail命令查看/u01/app/oracle/oraInventory/logs/installActions2014-01-11_12-44-52PM.log文件,发现如下信息:

   1: INFO: mv -f /u01/app/oracle/product/dbhome_1/bin/ctxlc /u01/app/oracle/product/dbhome_1/bin/ctxlcO
   2:  
   3: INFO: mv ctxlc /u01/app/oracle/product/dbhome_1/bin/ctxlc
   4:  
   5: INFO: chmod 751 /u01/app/oracle/product/dbhome_1/bin/ctxlc
   6:  
   7: INFO: gcc -m32 -o ctxhx -L/u01/app/oracle/product/dbhome_1/ctx//lib32/ -L/u01/app/oracle/product/dbhome_1/lib32/ -L/u01/app/oracle/product/dbhome_1/lib32/stubs/ /u01/app/oracle/product/dbhome_1/ctx/lib/ctxhx.o -L/u01/app/oracle/product/dbhome_1/ctx/lib/ -ldl -lm -lctxhx -Wl,-rpath,/u01/app/oracle/product/dbhome_1/ctx/lib -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /u01/app/oracle/product/dbhome_1/lib/sysliblist` 
   8:  
   9: INFO: /usr/bin/ld: crt1.o: No such file: No such file or directory
  10:  
  11: INFO: collect2: ld returned 1 exit status
  12:  
  13: INFO: make: *** [ctxhx] Error 1
  14:  
  15: INFO: End output from spawned 

相关内容