在安装linux X86-64的Oracle10201时,在链接过程中出现如下错误
详细错误信息为:

Error in invoking target‘install’of makefile‘/app/oracle/product/10.2/ctx/lib/ins_ctx.mk’. See‘/app/oracle/oraInvertory/logs/installActions2011-07-11_14-27-06PM.log’for details.

从日志中获取的详细信息为:

INFO: gcc -m32 -o ctxhx -L/app/oracle/product/10.2/ctx//lib32/ -L/app/oracle/product/10.2/lib32/ -L/app/oracle/product/10.2/lib32/st
ubs/ /app/oracle/product/10.2/ctx/lib/ctxhx.o -L/app/oracle/product/10.2/ctx/lib/ -ldl -lm -lctxhx -Wl,-rpath,/app/oracle/product/1
0.2/ctx/lib -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore1
0 -lnls10 `cat /app/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 '/app/oracle/product/10.2/ctx/lib/ins_ctx.mk'. See '/app/oracle/ora
Inventory/logs/installActions2011-07-11_14-27-46PM.log' for details.
Exception Severity: 1

查 询安装的软件包,glibc-devel包已经安装过了。于是在网上看看有没有哪个前辈遇到过类似的问题,还真的发现有个说要安装glibc-devel 的32位的包,而且这是oracle support网上给出的解决方法,这台机器好像还真的没有安装glibc-devel的32位的包,姑且一试。
[root@intopay3 RPMS]#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%]

还有一点是需要注意的,安装这个包后,是要退出安装界面,而不要点CONTINUE,否则后面还是会报错。