cancel
Showing results for 
Search instead for 
Did you mean: 

Getting error while installation of SAP on Linux 64 bit

Former Member
0 Kudos

Dear All,

me using redhat version 5

database 10g

Proceded installtion through VNC. while installation of oracle 10g getting some eror at 83% details mention below.

Error in invoking target 'ntcontab.o' of makefile

INFO: End output from spawned process.

INFO: -


INFO: Exception thrown from action: make

Exception Name: MakefileException

Exception String: Error in invoking target 'ntcontab.o' of makefile '/oracle/SOL/102_64/network/lib/ins_net_client.mk'. See '/oracle/oraInventory/logs/installActions2009-06-18_09-13-18AM.log' for details.

Exception Severity: 1

INFO: Exception handling set to prompt user with options to Retry Ignore

User Choice: Retry

INFO: The output of this make operation is also available at: ''/oracle/SOL/102_64/install/make.log'

INFO:

INFO: Start output from spawned process:

INFO: -


INFO:

INFO: rm -f ntcontab.*

INFO: (if [ "compile" = "compile" ] ; then \

'/oracle/SOL/102_64/bin/gennttab > ntcontab.c

gcc -c ntcontab.c

rm -f /'/oracle/SOL/102_64/lib/ntcontab.o

mv ntcontab.o '/oracle/SOL/102_64/lib/

/usr/bin/ar rv'/oracle/SOL/102_64/lib/libn11.a '/oracle/SOL/102_64/lib/ntcontab.o ; fi)

INFO: /bin/sh: line 2: gcc: command not found

INFO: mv: cannot stat `ntcontab.o'

INFO: : No such file or directory

INFO: /usr/bin/ar: '/oracle/SOL/102_64/lib/ntcontab.o: No such file or directory

INFO: make: *** [ntcontab.o] Error 1

INFO: End output from spawned process.

INFO: -


INFO: Exception thrown from action: make

Exception Name: MakefileException

Exception String: Error in invoking target 'ntcontab.o' of makefile ''/oracle/SOL/102_64/network/lib/ins_net_client.mk'. See '/oracle/oraInventory/logs/installActions2009-06-18_09-13-18AM.log' for details.

Exception Severity: 1

Request you to revert as soon as possible.

ThankYou in Advance

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Dear All,

i have installed gcc 3.2.3 x86_64 rpm after that click on continue then no problem coming for GCC and installation finished sucessfully

execute like that : rpm -Uvh --nodeps gccxxxxxxxxxxxxxxxxx

With Regard's

Anant singh

Former Member
0 Kudos

Hello Anant singh,

Good to hear that your problem is resolved.

Installing rpm in linux with "--nodeps" is not recommended.

You may get another errors in future due to missing dependencies of "gcc" package.

If your problem is solved, mark the thread as answered and close it...

Best regards.

Rajesh Narkhede

Former Member
0 Kudos

Hi,

Exception String: Error in invoking target 'ntcontab.o' of makefile '/oracle/SOL/102_64/network/lib/ins_net_client.mk'. See '/oracle/oraInventory/logs/installActions2009-06-18_09-13-18AM.log' for details.

There are few possibilities for such errors.

1. You are trying to install 64bit Oracle software on 32bit OS or 32bit Oracle on 64bit OS.

2. Some Development libraries are missing.

Please check if below RPM's are installed. (#rpm -qa | grep glibc)

glibc

glibc-devel

Also paste log from "'/oracle/SOL/102_64/install/make.log"

Can you paste output of "#uname -a" ?

Regards.

Rajesh Narkhede

Former Member
0 Kudos

Dear,

Thanks for your replay.

command to check gcc version :

RPM -qa | grep gcc

Output of this command.

compact-gcc-34-g77-3.4.6-4

libgcc-4.1.2-46.el5

comact-gcc-34-c++-3.4.6-4

libgcc-4.1.2-46.el5

compact-libgcc-296-2.96-138

compact-gcc-34-3.4.6-4

pleae suggest if any updated version of gcc i have to installed or is this OK.

I have ignore that error and click on continue after that my installation is finished sucessfull

.

i have encounter one more problem

ogon as root

  1. /oracle/oraInventory/orainstRoot.sh

  2. /oracle/<SID>/102_64/root.sh

[root@ram 102_64]# ./root.sh

./root.sh: line 12: 01777: command not found

./root.sh: line 13: root: command not found

./root.sh: line 20: 01777: command not found

./root.sh: line 21: root: command not found

./root.sh: line 63: /bin/fmputl: No such file or directory

./root.sh: line 64: /bin/fmputlhp: No such file or directory

./root.sh: line 65: 550: command not found

./root.sh: line 66: 4555: command not found

ln: creating symbolic link `/rdbms/filemap' to `/opt/ORCLfmap/prot1_64': No such file or directory

.then getting error on create database at 13 phase

checked ora_sql_result.log

SAPINST: Emd of output of SQL executing program /oracle/SOL/102_64/bin/sqlplus.

SAPINST found errors.

SAPINST the current process environment may be foun din SAPINST_ORA_ENVIRONMENT.log .

SAPINST Oracle stop logging

REquest you to please provide solution Asap.

Thanks

In Advacbe

Anant singh

Former Member
0 Kudos

Hi,

You will need gcc package such as:

gcc-4.1.2-44.el5

gcc-c++-4.1.2-44.el5

Install it form the OS media.

It should works.

Thanks

Former Member
0 Kudos

Hi,

>> INFO: /bin/sh: line 2: gcc: command not found

It seems that the root cause is gcc. In order to be at the safe side, check the items, below;

1) Be sure that you installed correct gcc package

2) Check LD_LIBRARY_PATH and PATH environment variables are referring correct path

3) Be sure that you installed C/C++ runtime environment (libstd)

Best regards,

Orkun Gedik