bhattnirav,

Thank you for providing some feedback. I attempted to update the ins_ctx.mk file with your suggestions and hit "retry" but it still did not work.

However, the funny thing is, this is what my ins_ctx.mk file looks like:

ctxhx: $(CTXHXOBJ32)
$(LINK32) $(CTXHXOBJ32) $(INSO_LINK32)

instead of:

ctxhx: $(CTXHXOBJ)
$(LINK) $(CTXHXOBJ) $(INSO_LINK)

I am running this 10gR2 DB install from the 10201_database_Linux_x86_64.cpio file so I am assuming it is 64bit, on my 64bit Linux OS. However, the 32's at the end of the ctxhx: portion of ins_ctx.mk concern me.

Do you think it's possible that this install is trying to install 32bit versus 64bit?

Also, any other suggestions would be much appreciated.

Thank you.