cancel
Showing results for 
Search instead for 
Did you mean: 

Error during Oracle installation

Former Member
0 Kudos

Hello,

I am doing installation SAP ECC6.0 with oracle 11g on RHEL 6.2.

Every thing is ok, but in link binaries getting error like as attached.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Thanks, The problem has been resolve.

Thanks

Santosh Dwivedi

former_member71614
Active Participant
0 Kudos

Could you please let me know how was this resolved?

Former Member
0 Kudos

Hi,

You have to install all the os packages to resolve the issue.

Regards

Santosh

Reagan
Advisor
Advisor
0 Kudos

Have you got the RHEL 6 setup correctly? Check if you have the supported Linux kernel release and make sure you have all the RPM's required for Oracle 11G installation mentioned in the below link.

Oracle Database Preinstallation Tasks

If you have all the filesets installed the installation should go well.

JamesZ
Advisor
Advisor
0 Kudos

Hi Santosh,

All the pre-check is succeed before installation?

If so, please attach the installation log as mentioned in the screen.

Cheers,
James

Former Member
0 Kudos

Hi

Thanks for reply.

INFO: Linking ldflags Executables

INFO: Linking ldflags Executables

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

INFO:

INFO: Start output from spawned process:

INFO: ----------------------------------

INFO:

INFO: rm -f ntcontab.*

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

   /oracle/ORD/112_64/bin/gennttab > ntcontab.c

   gcc -m64  -c ntcontab.c

   rm -f /oracle/ORD/112_64/lib/ntcontab.o

   mv ntcontab.o /oracle/ORD/112_64/lib/

          /usr/bin/ar rv /oracle/ORD/112_64/lib/libn11.a /oracle/ORD/112_64/lib/ntcontab.o ; fi)

INFO: gcc: error trying to exec 'cc1': execvp: No such file or directory

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

INFO: /usr/bin/ar: /oracle/ORD/112_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 'mkldflags ntcontab.o nnfgt.o' of makefile '/oracle/ORD/112_64/network/lib/ins_net_client.mk'. See '/oracle/oraInventory/logs/installActions2016-04-28_12-13-13PM.log' for details.

Exception Severity: 1

Thanks

Santosh

Former Member
0 Kudos

Hi Santosh,

Please go through below sap note, if you haven't yet..

499055 - Error when relinking the Oracle software

350251 - Creating a New or 2nd Oracle SID with runInstaller

Regards,

Prithviraj.

Former Member
0 Kudos

Hi Prithviraj,

I checked the given note and executed this-

make -f /oracle/ORD/112_64/network/lib/ins_net_client.mk mkldflags ntcontab.o nnfgt.o

rm -f ntcontab.*

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

   /oracle/ORD/112_64/bin/gennttab > ntcontab.c

   gcc -m64  -c ntcontab.c

   rm -f /oracle/ORD/112_64/lib/ntcontab.o

   mv ntcontab.o /oracle/ORD/112_64/lib/

          /usr/bin/ar rv /oracle/ORD/112_64/lib/libn11.a /oracle/ORD/112_64/lib/ntcontab.o ; fi)

gcc: error trying to exec 'cc1': execvp: No such file or directory

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

/usr/bin/ar: /oracle/ORD/112_64/lib/ntcontab.o: No such file or directory

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

but the same error.

Former Member
0 Kudos

Hi Santosh,

Please attached the make.log file to the thread.

Check if the environment variables are set properly for orasid user.

Follow the sapnote 97953 - UNIX: Relinking of the Oracle executables


Also the below sapnote also talks about tracing the make file command.


499055 - Error when relinking the Oracle software

If problems occur while executing a target, an error similar to the following is issued:

  Error in invoking target <target> of makefile <makefile>

This message is not very informative as it only reports that a problem HAS occurred but not WHICH one exactly. The make.log file, which is written in $ORACLE_HOME/install, may contain more information. Otherwise you can trigger a more accurate error message by restarting the relinking process:

  1. Log on as ora<sid>.
  2. Execute the following command:
    1. make -F <makefile> <target>

              You can find <makefile> and < target> in the error message of the runInstaller where the path of the makefile may be skipped if you have switched to the relevant directory prior to the error message. For example, a typical call is "make -f ins_rdbms.mk ioracle".

Regards,

Prithviraj

Former Member
0 Kudos

Hi,

Please attache the log file mentioned in the error screen-shot to the thread.

Regards,

Prithviraj.