LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Installation Oracle 9i Developer Suite on Red Hat Linux 7.3 (https://www.linuxquestions.org/questions/linux-software-2/installation-oracle-9i-developer-suite-on-red-hat-linux-7-3-a-93275/)

akamol 09-16-2003 12:38 AM

Installation Oracle 9i Developer Suite on Red Hat Linux 7.3
 
Dear all.

I have installed oracle database 9i on my red hat 7.3 server. During
installation i got one error "error in target installation of make file $ORACLE_HOME/lib/ctx/ins_ctx.mk" . I searched the net for this error
and found that in the $ORACLE_HOME/lib/ctx/env_ctx.mk" i have to
add $(LDLIBFLAG)dl to the INSO_LINK line. I did that and my installation went on sucessfully. $ORACLE_HOME=/oracle/OraHome

Now i want to install oracle 9i Developer Suite. When i tried to install it , firstly it asked me to enter oracle home so i entered /oracle/Orahome , it gives me error "can not install on existing oracle"
so then i gave "/oracle/developer" as my ORACLE_HOME. Installation went on sucessfully untill while linking at 64% i got error
"error in target installation of make file ins_plsql.mk". again i serached the net and found that in the $ORACLE_HOME/bin/genclntsh file
the variable LD_SELF_CONTAINED="-z defs" has to changed as
LD_SELF_CONTAINED=" ". I did that and went to the error popup and tried retry but the same error is coming again & again . I have doubt that which genclntsh has to be changed, as now i have two
$ORACLE_HOME . one /oracle/OraHome when i installed oracle
and on /oracle/developer when i installed oracle 9i developer suite. what could be the solution .please help ..


thanks in advance.

justin_bloom 02-17-2004 01:11 AM

help me too please!!!
 
I am having this exact same problem. I went through the exact same steps with 9i and 9i DS. I am trying to install on Red Hat 9. Does anybody know how to fix this?

Thanks
Justin

justin_bloom 02-23-2004 01:48 AM

I got this to work. When the error is received, change genclntsh as it says above, that is:

LD_SELF_CONTAINED=""

Then the trick is to run the script.

./genclntsh

It takes a couple minutes to run and you may get a warning (I did). Finally, it will give a message about a file being created. Click retry in the installer.

Also, make sure you have the a new version of open-motif installed, or you will get a lot more errors. I installed the version on my Red Hat install discs.

seeone 03-01-2004 04:53 PM

justin_bloom, I have tried that exact course of action on several distros but the error always returns.
I finally said 'ignore' to each mk error that came up and the install completed.
Haven't finished testing yet, but at least I can start the forms designer.


All times are GMT -5. The time now is 06:07 AM.