Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Installation Problem: 9.2.0.1.0 on RedHat Linux 8.0

1 view
Skip to first unread message

Andrew Clarke

unread,
Aug 27, 2003, 1:51:32 PM8/27/03
to
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.


Maximus

unread,
Aug 27, 2003, 2:03:02 PM8/27/03
to
"Andrew Clarke" <sp...@clarke.ca> wrote in message
news:Ec63b.9280$Nc.55...@news1.news.adelphia.net...

http://www.puschitz.com/InstallingOracle9i.html


Quarkman

unread,
Aug 27, 2003, 8:35:46 PM8/27/03
to
"Andrew Clarke" <sp...@clarke.ca> wrote in message news:<Ec63b.9280$Nc.55...@news1.news.adelphia.net>...

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

Andrew Clarke

unread,
Aug 28, 2003, 3:49:53 PM8/28/03
to
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" <quar...@myrealbox.com> wrote in message
news:6f2ab2f8.03082...@posting.google.com...

Maximus

unread,
Aug 28, 2003, 4:24:07 PM8/28/03
to
"Andrew Clarke" <sp...@clarke.ca> wrote in message
news:B1t3b.10110$Nc.58...@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!


You need to edit $(ORACLE_HOME)/ctx/lib/env_ctx.mk, go to the line that
defines INSO_LINK and add the flag '$(LDLIBFLAG)dl', then hit "retry" on the
installer or relink manually via '/usr/bin/make -f ins_ctx.mk install
ORACLE_HOME=$(ORACLE_HOME)'

Volker Hetzer

unread,
Sep 1, 2003, 11:22:00 AM9/1/03
to

"Andrew Clarke" <sp...@clarke.ca> schrieb im Newsbeitrag
news:Ec63b.9280$Nc.55...@news1.news.adelphia.net...
This happens when you don't use RedHat ES/AS as recommended by oracle.
You can try to add a -ldl to the appropriate place (the logfile will give
you an idea) or you can install the proper OS.

Lots of Greetings!
Volker

Andrew Clarke

unread,
Sep 2, 2003, 12:31:33 AM9/2/03
to
Thanks to you and "Quarkman" earlier. I'd tried this fix earlier but it
hadn't worked. However, I went back and realized that whatever text editor
I'd used at the time had inserted a couple newlines into that line when I
saved the file. I put it all back on 1 line and it worked great!

- Andrew.

"Volker Hetzer" <volker...@ieee.org> wrote in message
news:bivo6p$ip3$1...@news.fujitsu-siemens.com...

Howard J. Rogers

unread,
Sep 2, 2003, 6:23:26 AM9/2/03
to

"Andrew Clarke" <sp...@clarke.ca> wrote in message
news:F2V4b.34869$Nc.72...@news1.news.adelphia.net...

> Thanks to you and "Quarkman" earlier. I'd tried this fix earlier but it
> hadn't worked. However, I went back and realized that whatever text
editor
> I'd used at the time had inserted a couple newlines into that line when I
> saved the file. I put it all back on 1 line and it worked great!
>
> - Andrew.

True. pico did that to me once, and stumped me for a while. That's why I use
(cough!) gedit for that particular edit now, because that simply wraps the
display, but doesn't insert extra line feeds.

Regards
HJR


0 new messages