Error in invoking target install of makefile /u01/oracle/plsql/lib/ins_plsql.mk [message #436283] |
Tue, 22 December 2009 13:22 |
roy516
Messages: 3 Registered: December 2009
|
Junior Member |
|
|
When I install oracle 9.2.0.4.0 on CentOS 4.8, I get the following error at 63 percent.
Error in invoking target install of makefile $ORACLE_HOME/plsql/lib/ins_plsql.mk
I tried this possible solution.
(a) Open a new terminal window
Login as oracle user:
cd $ORACLE_HOME/bin
cp genclntsh genclntsh.bak
(b) vi genclntsh
(c) In line 152,change
from # LD_SELF_CONTAINED="-z defs"
to # LD_SELF_CONTAINED=""
save the file.
(d) Run the genclntsh script, ./genclntsh
(f) Go back to the Installer and click "Retry".
But when I executed genclntsh, I got the following error-like messages.
basename: too few arguments
Try `basename --help' for more information.
cp: missing file arguments
Try `cp --help' for more information.
cp: cannot stat `/DISCARD/': No such file or directory
Created $ORACLE_HOME/lib/libclntst9.a
After that the prompt came back. I hit the retry button, but got the same error message again.
I hope someone can help me further resolving this problem.
|
|
|
|
|
|
Re: Error in invoking target install of makefile /u01/oracle/plsql/lib/ins_plsql.mk [message #436290 is a reply to message #436283] |
Tue, 22 December 2009 17:11 |
roy516
Messages: 3 Registered: December 2009
|
Junior Member |
|
|
You are right. The only difference is no VMware involved in previous posts. But I think newworking would be major issue for VMware.
I like Oracle9i because it is small. Lower hardware requirement for this version. Many companies are still using Oracle9i. The other reason is the same software packages showing in my training vedio. I just don't understand why I have this error during oracle9i installation. Of course, I am not the only one.
|
|
|