cancel
Showing results for 
Search instead for 
Did you mean: 

Error in invoking target 'ntcontab.o' of makefile

Former Member
0 Kudos

Hi Everybody,

my purpose is to install SAP on SLES 10 SP2 with Oracle 10.2.0.1. (x86_64 Intel). I get no warnings during the configuration check, everything seems to be ok, but during the installation of the oracle Database i get the following error message:

Error in invoking target 'ntcontab.o' or makefile '/oracle/LP1/102_64/network/lib/ins_net_client.mk'

Logfile: /oralce/oraInventory/logs/installActions

INFO: rm -f ntcontab.*

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

/oracle/LP1/102_64/bin/gennttab > ntcontab.c

gcc -c ntcontab.c

rm -f /oracle/LP1/102_64/lib/ntcontab.o

mv ntcontab.o /oracle/LP1/102_64/lib/

INFO: /usr/bin/ar rv /oracle/LP1/102_64/lib/libn10.a /oracle/LP1/102_64/lib/ntcontab.o ; fi)

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

INFO: mv: cannot stat `ntcontab.o': No such file or directory

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

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

INFO: End output from spawned process.

Could anybody please help me?

regards,

Seed

Edited by: seed_mopo on Jun 10, 2008 11:51 PM

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

INFO: /usr/bin/ar rv /oracle/LP1/102_64/lib/libn10.a /oracle/LP1/102_64/lib/ntcontab.o ; fi)

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

INFO: mv: cannot stat `ntcontab.o': No such file or directory

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

make: *** Error 1

you didn´t install the "gcc" package (and dependent ones) during your SuSE installation. Select the C/C++ compiler components and install them and then try again.

Also update to Oracle 10.2.0.2 + all the 40+ interim patches before you load the database.

Markus

stefan_koehler
Active Contributor
0 Kudos

Hello Seed,

just an additional point to Markus answer.

Please take a look at sapnote #958253 - this note describes any software package that you need to run SAP on a SLES10.

Regards

Stefan

Answers (0)