Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Installation Problem: 9.2.0.1.0 on RedHat Linux 8.0

Re: Installation Problem: 9.2.0.1.0 on RedHat Linux 8.0

From: Quarkman <quarkman_at_myrealbox.com>
Date: 27 Aug 2003 17:35:46 -0700
Message-ID: <6f2ab2f8.0308271635.2f87daf3@posting.google.com>


"Andrew Clarke" <spam_at_clarke.ca> wrote in message news:<Ec63b.9280$Nc.5505147_at_news1.news.adelphia.net>...
> I believe I've followed all the preparation steps, but when I get 79% of the
> way through the "Linking Oracle9i Database 9.2.0.1.0" part of the
> installation, I get the following error:
>
> Error in invoking target install of makefile
> /u01/app/oracle/product/9.2.0.1.0/ctx/lib/ins_ctx.mk
>
> I've looked online and haven't been able to find anything to fix this
> errror. Does anybody know what I can do?
>
> Thanks a lot!
> - Andrew Clarke.

I thought it was at 86%, but no matter. The error is because of a missing flag in the relevant makefile.

Leaving the error message displayed, open up a terminal, change to the ORACLE_HOME/ctx/lib directory, and edit the ins_ctx.mk file. Towards the end of that file, you'll find a line that reads INSO_LINK=....

You need to add a flag, $(LDLIBFLAG)dl, as the third item in that line.

So instead of reading:

-L$(CTXLIB) $(LDLIBFLAG)m $(LDLIBFLAG)sc_ca $(LDLIBFLAG)sc_fa etc etc etc

...it should read

-L$(CTXLIB) $(LDLIBFLAG)m $(LDLIBFLAG)dl $(LDLIBFLAG)sc_ca $(LDLIBFLAG)sc_fa

Save the file, go back to the error message, and click retry. Installation should then proceed to completion.

Regards
HJR Received on Wed Aug 27 2003 - 19:35:46 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US