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: Andrew Clarke <spam_at_clarke.ca>
Date: Thu, 28 Aug 2003 19:49:53 GMT
Message-ID: <B1t3b.10110$Nc.5815386@news1.news.adelphia.net>


Hi. Thank you very much for your response. I had actually read this elsewhere and tried it out, except this line is included in env_ctx.mk. The first line of ins_ctx.mk is include $(ORACLE_HOME)/ctx/lib/env_ctx.mk so maybe they recently moved this line to the other file?

If you have any other ideas, I'd really appreciate them!

Thanks again,
- Andrew.

"Quarkman" <quarkman_at_myrealbox.com> wrote in message news:6f2ab2f8.0308271635.2f87daf3_at_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 Thu Aug 28 2003 - 14:49:53 CDT

Original text of this message

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