|
发表于 2003-10-24 09:36:59
|
显示全部楼层
建议你进行重新安装,并按以下进行检查:
1、如果在安装过程中报以下的错误:
"Error in invoking target install of makefile /opt/oracle/product/9.2.0/ctx/lib/ins_ctx.mk"
解决方法如下:
Edit the file $ORACLE_HOME/ctx/lib/env_ctx.mk, go to "INSO_LINK =", and add a "$(LDLIBFLAG)dl" to the line and save it.
Here is the full line with the added "$(LDLIBFLAG)dl" flag:
INSO_LINK = -L$(CTXLIB) $(LDLIBFLAG)m $(LDLIBFLAG)dl $(LDLIBFLAG)sc_ca $(LDLIBFLAG)sc_fa $(LDLIBFLAG)sc_ex $(LDLIBFLAG)sc_da $(LDLIBFLAG)sc_ut $(LDLIBFLAG)sc_ch $(LDLIBFLAG)sc_fi $(LLIBCTXHX) $(LDLIBFLAG)c -Wl,-rpath,$(CTXHOME)lib $(CORELIBS) $(COMPEOBJS)
After that hit retry in the error popup。
2、如果在安装过程中报以下的错误:
"Error in invoking target install of make file /opt/oracle/product/9.2.0/network/lib/ins_oemagent.mk"
解决方法如下:
问题出在glibc的版本上,下载版的RedHat9的glibc,glibc-common, glibc-devel的版本是2.3.2-11.9,而零售版的是2.3.2-5,用零售版的只需按照本论坛里的方法安装就可以,而下载版的就要下载2.3.2-5版的那三个rpm,然后用rpm -Uvh --oldpackage xxx-2.3.2-5.rpm覆盖,等装完Oracle9.2.0后再rpm -Uvh xxx-2.3.2-11.9.rpm恢复。
安装Oracle9i错误信息说情请见:http://www.puschitz.com/Installi ... ,谢谢!!!
安装完成后,保证你启动agentctl start的时候,一定能成功!!! |
|