Error in invoking target install of makefile /opt/oracle/product/9.2.0/network/lib/ins_oemagent.mk [message #98872] |
Fri, 30 May 2003 06:20 |
marco
Messages: 46 Registered: March 2001
|
Member |
|
|
When I install oracle 9.2.0.1.0 on RedHat 9.0 I get the following error
at 69 percent.
Error in invoking target install of makefile /opt/oracle/product/9.2.0/network/lib/ins_oemagent.mk
On my system is installed
binutils-2.13.90.0.18-9
gcc-3.2.2-5
I tried this possible solution.
(a) Open a new terminal window
Login as oracle user:
cd $ORACLE_HOME/bin
cp genclntsh genclntsh.bak
(b) Edit the file genclntsh with any editor like vi.
(c) Look for the following line under the section "Create library"
${LD} ${LD_RUNTIME} ${LD_OPT} ${LD_OUT} ${LD_SELF_CONTAINED}
(d) Remove ${LD_SELF_CONTAINED} and save the file.
(e) 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 /opt/oracle/product/9.2.0/lib/libclntst9.a
After that the prompt came back. I hit the retry button, but got the same message again.
I hope someone can help me further resolving this problem, although I know redhat 9 is not supported.
The errorlog looks as follows:
Calling action unixActions2.2.0.6.0 make
installMakePath = /usr/bin/make
installMakeFileName = /opt/oracle/product/9.2.0/network/lib/ins_oemagent.mk
installTarget = install
undoMakeFileName =
installArguments = ORACLE_HOME=/opt/oracle/product/9.2.0,
logFile = /opt/oracle/product/9.2.0/install/make.log
undoTarget =
Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target install of makefile /opt/oracle/product/9.2.0/network/lib/ins_oemagent.mk
Exception Severity: 1
Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target install of makefile /opt/oracle/product/9.2.0/network/lib/ins_oemagent.mk
Exception Severity: 1
Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target install of makefile /opt/oracle/product/9.2.0/network/lib/ins_oemagent.mk
Exception Severity: 1
|
|
|
|
Re: Error in invoking target install of makefile /opt/oracle/product/9.2.0/network/lib/ins_oemagent. [message #99019 is a reply to message #98872] |
Thu, 18 March 2004 08:15 |
Joe
Messages: 138 Registered: November 1999
|
Senior Member |
|
|
TASK - UPGRADE FROM ORACLE 9.2.0.1 TO 9.2.0.4 ---
better to apply the patches in sequence rather than going for 9.2.0.1 directly to 9.2.0.4.
***to much time spent debugging***
***** S O L U T I O N ********************
DEINSTALLED ORACLE 9.2.0.1
RELOADED ORACLE 9.2.0.1
APPLY 9.2.0.2 PATCHSET
APPLY 9.2.0.3 PATCHSET
APPLY 9.2.0.4 PATCHSET
****SMOOTH INSTALL WITH NO ERRORS *****
YES I AM AWARE THAT WE CAN GO FROM ORACLE 9.2.0.1 DIRECTLY TO 9.2.0.4....
AND AGAIN THANKS.
|
|
|
|
|