LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 769|回复: 1

oracle安装到linking时出问题.

[复制链接]
发表于 2003-9-4 02:04:14 | 显示全部楼层 |阅读模式
我在rh9下装8i,前面安装都很正常,但是老是在link时出问题,
提示:Error in invoking target relink of makfile /home/oracle/product/8.1.7/precomp/lib/ins_precomp.mk
点"ignore"等会又有Error in invoking target relink of makfile /home/oracle/product/8.1.7/plsql/lib/ins_plsql.mk
再次忽略后,到83%时就不动了,最后死机,几次都是.
我的配置是按精华区里的那个配的.
发表于 2003-9-4 08:08:56 | 显示全部楼层

是這個嗎?

"Error invoking target install of makefile /opt/oracle/product/9.0.1/plsql/lib/ins_plsql.mk"
"Error invoking target install of makefile /opt/oracle/product/9.0.1/precomp/lib/ins-precomp.mk"
"Error invoking target install of makefile /opt/oracle/product/9.0.1/precomp/lib/ins-net-client"

I saw this error only when I installed Oracle 9i (9.0.1). People have sent me emails pointing out that the following solution also works for Mandrake 8.1, Mandrake 8.2, and for SuSE 8.0.

Edit the file $ORACLE_HOME/bin/genclntsh and change the following line:
  LD_SELF_CONTAINED="-z defs"
to read:
  LD_SELF_CONTAINED=""
After that run the script $ORACLE_HOME/bin/genclntsh as the user "oracle" and not as the user "root". Also make sure you have all the Oracle environments set correctly!
$ su - oracle
$ $ORACLE_HOME/bin/genclntsh
Created /opt/oracle/product/9.0.1/lib/libclntst9.a
$
After that hit Retry in the error dialog window. This always worked for me.

Here is Oracle's official solution for Oracle 9iR1 and 9iR1 iAS on RedHat 2.1 Advanced Server:
http://otn.oracle.com/software/p ... inutils_readme.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表