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 of oracle 9i on redhat 7.3 problems with jr

Re: installation of oracle 9i on redhat 7.3 problems with jr

From: kurt verstichel <kurt_verstichel_at_hotmail.com>
Date: 29 Jul 2002 14:34:23 -0700
Message-ID: <b03f7bb.0207291334.58680873@posting.google.com>


The error after 84% of the link process is solved by adding the -ldl in the link line of the make file :

/app/oracle/product/9.0.2/ctx/lib/ins_ctx.mk

--Link line in ctx/lib/ins_ctx.mk misses '-ldl' option.
--Modify your 'ins_ctx.mk' from
--
--ctxhx: $(CTXHXOBJ)
--$(LINK) $(CTXHXOBJ) $(INSO_LINK)
--
--to
--
--ctxhx: $(CTXHXOBJ)
--$(LINK) -ldl $(CTXHXOBJ) $(INSO_LINK)

solves the problem

But the errors I got with the post installation (starting the following tools
Oracle Net Configuration Assistant.
Oracle Database Configuration Assistant
Agent Configuration Assistant
Starting HTTP Server)

did not succeed yet, I got the same errors

The first 3 applications failed, the 4th succeeded. Errors at the start up of
1. : jre was not found in
/app/oracle/product/9.0.2/oracle.swd.jre/bin/i386/native_threads/jre 2. : jre was not found in
/app/oracle/product/9.0.2/oracle.swd.jre/bin/i386/native_threads/jre 3. : jre was not found in
/app/oracle/product/9.0.2/oracle.swd.jre/bin/i386/native_threads/jre

I re-installed the oracle 9.2, but without the option that I needed a test-database, and the jre-errors disappeared, so I am pretty sure it has something to do with the creation of the demo database. Received on Mon Jul 29 2002 - 16:34:23 CDT

Original text of this message

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