cancel
Showing results for 
Search instead for 
Did you mean: 

Oracle installer,Error in invoking target install of makefile ins_ctx.mk

Former Member
0 Kudos

I am installing SAP ECC 6.0 IDES central system on x86_64, 64 bit running RHEL v-4 with Oracle 10g.

OUI threw following exception.

Error in invoking target 'install' of makefile '/oracle/<SID>/102_64/ctx/lib/ins_ctx.mk'. See '/oracle/oraInventory/logs/installActions2008-12-17_12-59-40PM.log' for details.

Following are last few lines from the Oracle runinstall log.

INFO: mv -f /oracle/<SID>/102_64/bin/ctxlc /oracle/M1S/102_64/bin/ctxlcO

INFO: mv ctxlc /oracle/<SID>/102_64/bin/ctxlc

INFO: chmod 751 /oracle/<SID>/102_64/bin/ctxlc

INFO: gcc -m32 -o ctxhx -L/oracle/<SID>/102_64/ctx//lib32/ -L/oracle/<SID>/102_64/lib32/ -L/

oracle/<SID>/102_64/lib32/stubs/ /oracle/<SID>/102_64/ctx/lib/ctxhx.o -L/oracle/<SID>/102_64/

ctx/lib/ -ldl -lm -lctxhx -Wl,-rpath,/oracle/<SID>/102_64/ctx/lib -lsnls10 -lnls10 -lcore

10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10

-lcore10 -lnls10 `cat /oracle/<SID>/102_64/lib/sysliblist`

INFO: /usr/bin/ld: crt1.o: No such file: No such file or directory

INFO: collect2: ld returned 1 exit status

INFO: make: *** [ctxhx] Error 1

INFO: End output from spawned process.

INFO: -


INFO: Exception thrown from action: make

Exception Name: MakefileException

Exception String: Error in invoking target 'install' of makefile '/oracle/<SID>/102_64/ctx

/lib/ins_ctx.mk'. See '/oracle/oraInventory/logs/installActions2008-12-17_12-59-40PM.log

' for details.

Exception Severity: 1

I checked SAP NOTE: 722273 but seems like it is not giving me any solution for Oracle 10.2 on RHEL 4 X86 64 bit system.

Appreciate your help!

thanks,

Dhimant

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Installed rpms and restarted Oracle Install. Completed successfully.

markus_doehr2
Active Contributor
0 Kudos

INFO: gcc -m32 -o ctxhx -L/oracle/<SID>/102_64/ctx//lib32/ -L/oracle/<SID>/102_64/lib32/ -L/

oracle/<SID>/102_64/lib32/stubs/ /oracle/<SID>/102_64/ctx/lib/ctxhx.o -L/oracle/<SID>/102_64/

ctx/lib/ -ldl -lm -lctxhx -Wl,-rpath,/oracle/<SID>/102_64/ctx/lib -lsnls10 -lnls10 -lcore

10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10

-lcore10 -lnls10 `cat /oracle/<SID>/102_64/lib/sysliblist`

INFO: /usr/bin/ld: crt1.o: No such file: No such file or directory

it seems you didn´t install the 32bit compiler suite...

Markus

Former Member
0 Kudos

Markus,

Appreciate if you could please tell me which glibc should be installed.

rpm query shows following glibc on my host.

glibc-kernheaders-2.4-9.1.100.EL

glibc-2.3.4-2.39

glibc-headers-2.3.4-2.39

glibc-common-2.3.4-2.39

glibc-devel-2.3.4-2.39

glibc-2.3.4-2.39

Thanks,

Dhimant

markus_doehr2
Active Contributor
0 Kudos

It´s not glibc it should be

gcc*

cpp*

c++*

as 32bit versions.

(don´t know the exact names of those packages since I use SuSE mostly)

Markus

former_member105207
Active Participant
0 Kudos

Hi Dhimant,

refer this link

http://www.puschitz.com/InstallingOracle10g.shtml

As per Oracle note Note 376183.1

Pls try installing the below packages.

- compat-db-4.1.25-9

- compat-gcc-32-3.2.3-47.3

- compat-gcc-32-c++-3.2.3-47.3

- compat-oracle-rhel4-1.0-3

- compat-libcwait-2.0-1

- compat-libgcc-296-2.96-132.7.2

- compat-libstdc++-296-2.96-132.7.2

- compat-libstdc++-33-3.2.3-47.3

- gnome-libs-1.4.1.2.90-44

- gnome-libs-devel-1.4.1.2.90-44

- libaio-devel-0.3.102-1

- libaio-0.3.102-1

- make-3.80-5

- openmotif21-2.1.30-11

- xorg-x11-deprecated-libs-devel-6.8.1-23.EL

- xorg-x11-deprecated-libs-6.8.1-23.EL

check your LD_LIBRARY_PATH and PATH.

regards,

chandru.