Operating System - HP-UX
1752750 Members
5442 Online
108789 Solutions
New Discussion юеВ

Install Oracle 9.2.0 on HPUX 11.11, ins_ctx.mk error

 
bio_leon_1
Frequent Advisor

Install Oracle 9.2.0 on HPUX 11.11, ins_ctx.mk error

yes, i know "ln -s ......." to link lib to X11
but this error is not like that.
there is $ORACLE_HOME/install/make.log error information :
mv -f /app/oracle/product/9.2.0/bin/ctxsrv /app/oracle/product/9.2.0/bin
/ctxsrvO
mv ctxsrv /app/oracle/product/9.2.0/bin/ctxsrv
chmod 751 /app/oracle/product/9.2.0/bin/ctxsrv
Too many command lines for `ctxhx'
Too many command lines for `ctxhx'
cc -Wl,+s -Wl,+n -L/app/oracle/product/9.2.0/ctx/lib/ -L/app/oracle/prod
uct/9.2.0/lib32/ -o ctxhx /app/oracle/product/9.2.0/ctx/lib/ctxhx.o -Wl,+b/app/
oracle/product/9.2.0/ctx/lib/ -L/app/oracle/product/9.2.0/ctx/lib/ -lXm -lgen -l
Xt -lX11 -lsc_ca -lsc_fa -lsc_ex -lsc_da -lsc_ut -lsc_ch -lsc_fi -lctxhx -lc -
lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9

Stop.
*** Error exit code 1
==========================
need your help~
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: Install Oracle 9.2.0 on HPUX 11.11, ins_ctx.mk error

Common causes of this error:

1) Not enough disk space.
2) Incorrect SHLIB_PATH
3) Pre-requisite patches or products not installed.
4) Incorrect kernel configuration.
5) Bad install script delivered by Oracle.

The oraacle doc is quite detailed. Skip off something inconsequential and these things happen.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Yogeeraj_1
Honored Contributor

Re: Install Oracle 9.2.0 on HPUX 11.11, ins_ctx.mk error

hi,

make sure that you have required patch levels. (e.g. GOLDQPK11i)

regards
Yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Indira Aramandla
Honored Contributor

Re: Install Oracle 9.2.0 on HPUX 11.11, ins_ctx.mk error

Hi Bio,

Metalink says this.

This error occurs in HP 9000 Series HP-UX when relinking. The cause could be

In the env_.mk files there is reference to /usr/include/Motif2.1/Xm, but on the server the Motif2.1/Xm subdirectory doesn't exist.

Example, in the env_forms60.mk file the following entry is found:
MOTIFINCLUDE=$(I_SYM)/usr/include/Motif2.1 \
$(I_SYM)/usr/include/Motif2.1/Xm \
$(I_SYM)/usr/include/X11R6 \
$(I_SYM)/usr/include/X11R6/X11

To resolve this
1. Install the ANSI C Developers' Bundle.
2. Install the X11MotifDevKit product (which is included with the ANSI C
Developers' Bundle). If this product is installed, then the Motif headers
should appear under /usr/include/Motif2.1/Xm.

And make sure you have the HP-UX lates patch levels installed.

C++ runtime libs
Current Revision of Patch:
PHSS_26946 - s700_800 11.11 HP aC++ -AA runtime libraries (aCC A.03.37)
Patch in latest Support Plus Patch Bundle.
asyncio driver patch
- slow database startup with large SGAs
Current Revision of Patch:
PHKL_25506 - s700_800 11.11 asyncio driver patch
Patch in latest Support Plus Patch Bundle.
ONC/NFS General Release/Performance Patch
Current Revision of Patch:
PHNE_26388 - s700_800 11.11 ONC/NFS General Release/Performance Patch
Patch in latest Support Plus Patch Bundle
ld and linker tools cumulative patch
Current Revision of Patch:
PHSS_26560 - s700_800 11.11 ld(1) and linker tools cumulative patch
Patch in latest Support Plus Patch Bundle
libc cumulative patch
Current Revision of Patch:
PHCO_27740 :s700_800 11.11 libc cumulative patch
Patch in latest Support Plus Patch Bundle.
libc cumulative header file patch
Current Revision of Patch:
PHCO_24402 :s700_800 11.11 libc cumulative header file patch
Patch in latest Support Plus Patch Bundle? Yes, as PHCO_24402.


I hope this helps.


Indira A
Never give up, Keep Trying
Hamdy Al-Sebaey
Regular Advisor

Re: Install Oracle 9.2.0 on HPUX 11.11, ins_ctx.mk error

Bio,

I agree with Steven. According to this error,you have missed per-install steps.
I think it is better to read the manual wel before you start.
Every OS has his own per-en post installation.
Further you need to go to http://otn.oracle.com, then download the right manual for installation of oracle db on hp-ux.
To get work as the sun you will need to do the whole pre-installation steps.
Regards,
Hamdy
Thanks for sharing knowledge