|
发表于 2003-5-15 15:52:07
|
显示全部楼层
看遍了置顶的帖子,也没有看到解决办法。
这个对你有用:
In the middle of the installation, the following error might raise :
" Error in invoking target install of makefile
$ORACLE_HOME/sqlplus/lib/ins_sqlplus.mk "
You don't need to stop the installation at that point !
To solve this error, you have to copy a library in a good directory :
Go to : Disk1/stage/Components/oracle.rsf.clntsh_rsf/9.0.1.4.0a/1/DataFiles/
Type : $ jar -xvf lib.0.2.jar
And move the library that is extracted (libclntsh.so.9.0) to the following directory : $ORACLE_HOME/lib (/home/oralcg/product/ias903/lib for instance)
Create a symbolic link towards it : $ ln -s libclntsh.so.9.0 libclntsh.so
然后点“retry”就可以顺利安装了。 |
|