您好,欢迎访问一九零五行业门户网

安装Linux X86-64的Oracle10201出现链接ins_ctx.mk错误

在安装linux x86-64的oracle10201时,在链接过程中出现了这个错误。详细错误信息为:error in invoking target lsquo;installr
在安装linux x86-64的oracle10201时,,在链接过程中出现了这个错误。
详细错误信息为:
error in invoking target ‘install’ of makefile ‘/opt/oracle/product/10.2/ctx/lib/ins_ctx.mk’. see ‘/opt/oracle/orainvertory/logs/installactions2010-09-28_10-27-06am.log’ for details.
从日志中获取的详细信息为:
info: gcc -m32 -o ctxhx -l/opt/oracle/product/10.2/ctx//lib32/ -l/opt/oracle/product/10.2/lib32/ -l/opt/oracle/product/10.2/lib32/st
ubs/  /opt/oracle/product/10.2/ctx/lib/ctxhx.o -l/opt/oracle/product/10.2/ctx/lib/ -ldl -lm -lctxhx -wl,-rpath,/opt/oracle/product/1
0.2/ctx/lib -lsnls10 -lnls10  -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore1
0 -lnls10  `cat /opt/oracle/product/10.2/lib/sysliblist`
info: /usr/bin/ld: crt1.o: no such file: no such file or directory
info: collect2: ld 1
info: make: *** [ctxhx] 1
info: end output from spawned process.
info: ----------------------------------
info: exception thrown from action: make
exception name: makefileexception
exception string: error in invoking target 'install' of makefile '/opt/oracle/product/10.2/ctx/lib/ins_ctx.mk'. see '/opt/oracle/ora
inventory/logs/installactions2010-09-28_10-27-06am.log' for details.
exception severity: 1
查询metalink发现对于glibc-devel需要32位的包,详细信息参考metalink文档id 786995.1:
[root@ypjg server]# rpm --all --query --queryformat %{name}-%{version}-%{release}-(%{arch})\n | grep glibc
glibc-2.5-42-(x86_64)
glibc-2.5-42-(i686)
glibc-common-2.5-42-(x86_64)
glibc-devel-2.5-42-(x86_64)
glibc-headers-2.5-42-(x86_64)
[root@ypjg server]# rpm -ivh glibc-devel-2.5-42.i386.rpm
warning: glibc-devel-2.5-42.i386.rpm: header v3 dsa signature: nokey, key id 37017186
preparing...                ########################################### [100%]
  1:glibc-devel            ########################################### [100%]
重新安装,ins_ctx.mk不再报错。
需要注意,安装这个包后,要退出安装界面,而不要点continue,否则在ins_ctx.mk可以编译成功,虽然的包仍然会报错。
oracle的官方文档并没有强调这个包的位数。
其它类似信息

推荐信息