Error in invoking target 'ntcontab.o' of make file. 11g x32 on x64 machine.

Hello all,
We have Red Hat 5.8 x86_64 and we have requirement to install WebTier x32 on our system. As per Oracle documentation it is possible if we apply linux32 bash before installation and do step 2.1.1.2 described in this document -> http://docs.oracle.com/cd/E14571_01/doc.1111/e14260/install.htm
During installation of FMW 11g x32 11.1.1.6.0 we have error on 92% (see attachement).
All installation prerequirements are sucsessfull.
We are applying only HTTP server for Siebel.
######ERROR we are reciewing during installation:
Error in invoking target 'ntcontab.o' of makefile '/app/middleware4/ohs/network/lib/ins_net_client.mk'. See '/app/ora11/oraInventory/logs/install2012-06-28_01-19-16PM.log' for details.
######And this is output from make.log:
/usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/app/middleware2/ohs2/rm -f ntcontab.*
(if [ "compile" = "compile" ] ; then \
/app/middleware2/ohs2/bin/gennttab > ntcontab.c ;\
/usr/bin/gcc -c ntcontab.c ;\
rm -f /app/middleware2/ohs2/lib/ntcontab.o ;\
mv ntcontab.o /app/middleware2/ohs2/lib/ ;\
/usr/bin/ar rv /app/middleware2/ohs2/lib/libn11.a /app/middleware2/ohs2/lib/ntcontab.o ; fi)
gcc.orig: no input files
mv: cannot stat `ntcontab.o': No such file or directory
/usr/bin/ar: /app/middleware2/ohs2/lib/ntcontab.o: No such file or directory
make: *** [ntcontab.o] Error 1
######These are packages we got on our system:
automake14-1.4p6-13.el5.1.noarch
automake15-1.5-16.el5.2.noarch
automake16-1.6.3-8.el5.1.noarch
automake17-1.7.9-7.el5.2.noarch
automake-1.9.6-2.3.el5.noarch
binutils-2.17.50.0.6-20.el5.x86_64
compat-db-4.2.52-5.1.x86_64
compat-gcc-34-3.4.6-4.1.x86_64
compat-gcc-34-c++-3.4.6-4.1.x86_64
compat-gcc-34-g77-3.4.6-4.1.x86_64
compat-glibc-2.3.4-2.26.i386
compat-glibc-2.3.4-2.26.x86_64
compat-glibc-headers-2.3.4-2.26.x86_64
compat-libcom_err-1.0-7.i386
compat-libcom_err-1.0-7.x86_64
compat-libf2c-34-3.4.6-4.1.x86_64
compat-libgcc-296-2.96-138.i386
compat-libstdc++-296-2.96-138.i386
compat-libstdc++-33-3.2.3-61.i386
compat-libstdc++-33-3.2.3-61.x86_64
cpp-4.1.2-52.el5.x86_64
elfutils-libelf-0.137-3.el5.i386
elfutils-libelf-0.137-3.el5.x86_64
elfutils-libelf-devel-0.137-3.el5.x86_64
elfutils-libelf-devel-static-0.137-3.el5.x86_64
gcc-4.1.2-52.el5.x86_64
gcc-c++-4.1.2-52.el5.x86_64
gcc-gfortran-4.1.2-52.el5.x86_64
glibc-2.5-81.el5_8.2.i686
glibc-2.5-81.el5_8.2.x86_64
glibc-common-2.5-81.el5_8.2.x86_64
glibc-devel-2.5-81.el5_8.2.i386
glibc-devel-2.5-81.el5_8.2.x86_64
glibc-headers-2.5-81.el5_8.2.x86_64
imake-1.0.2-3.x86_64
java-1.4.2-gcj-compat-1.4.2.0-40jpp.115.x86_64
ksh-20100621-5.el5_8.1.x86_64
libaio-0.3.106-5.i386
libaio-0.3.106-5.x86_64
libaio-devel-0.3.106-5.x86_64
libgcc-4.1.2-52.el5.i386
libgcc-4.1.2-52.el5.x86_64
libstdc++-4.1.2-52.el5.i386
libstdc++-4.1.2-52.el5.x86_64
libstdc++-devel-4.1.2-52.el5.i386
libstdc++-devel-4.1.2-52.el5.x86_64
make-3.81-3.el5.x86_64
openmotif-2.3.1-6.1.el5_8.i386
openmotif-2.3.1-6.1.el5_8.x86_64
sysstat-7.0.2-11.el5.x86_64
Please help with some ideas.
Thank You,
aspx

Solved.
heh...2.1.1.2 must be in one line...
aspx

Similar Messages

  • Error in invoking target ntcontab.o of make file ¤ORACLE_HOME/network...

    Hello,
    Doing an install of an Oracle 8.1.7 database on a Linux SLES8 SP2a
    After I run the runinstaller, I've a problem !
    The message:
    Error in invoking target ntcontab.o of make file ¤ORACLE_HOME/network/lib/ins_net_client.mk
    I install the glibc-2.1.3-stubs OK
    I run ./setup_stubs.sh then in the graphical environnement RETRY
    but I've the same problem !
    Any ideas ? What is going on ?
    Philippe

    hey, i found something about gcc and that you have to link two files yourself, everything has gone well up until i tried to link the second file and got the error:
    /usr/bin/ld: cannot find -lxml10-lunls10
    collect2: ld returned 1 exit status
    The command i was trying to run was this:
    linuxbox:/home/oracle# gcc -o /home/oracle/OraHome_1/rdbms/lib/extproc -L/home/oracle/OraHome_1/rdbms/lib/ -L/home/oracle/OraHome_1/lib/ -L/home/oracle/OraHome_1/lib/stubs/ /home/oracle/OraHome_1/rdbms/lib/hormc.o /home/oracle/OraHome_1/rdbms/lib/defopt.o /home/oracle/OraHome_1/rdbms/lib/homts.o -lagtsh -lpls10 -lplp10 -lclntsh -lcore10 -lxml10-lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 /home/oracle/OraHome_1/lib/libgeneric10.a `cat /home/oracle/OraHome_1/lib/sysliblist` -Wl,-rpath,/home/oracle/OraHome_1/lib -lm `cat /home/oracle/OraHome_1/lib/sysliblist` -ldl -lm -L/home/oracle/OraHome_1/lib -lvsn10 -lnro10
    I'm not sure where the missing file is supposed to be, what it does or how to fix it. I'm just stuck now.
    Any suggestions?

  • Error in invoking target 'ntcontab.o' of make file.

    Hi,
    Operating System:Enterprise Linux Release 5 Update 2 for x86 (32 Bit)
    Database:Oracle Database 10g Release 2 (10.2.0.1.0) for Linux x86
    When I am trying to installt database on the VMware virtaul machine i am getting the following error durig the linking phase of installation(at 62%)
    error in invoking target 'ntcontab.o' of make file.
    I have googled for this error,but i didn't find any solution which fits my requirement.
    I am hoping a expert advice from this forum for my problem.
    Thank You all..

    Hi , I have all rpms installed on RHEL 5 but still getting below error...
    /usr/bin/make -f ins_net_client.mk mkldflags ORACLE_HOME=/11gdb/app/db11gee/product/11.1.0/db_1//usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/11gdb/app/db11gee/product/11.1.0/db_1/rm -f ntcontab.*
    (if [ "compile" = "compile" ] ; then \
    /11gdb/app/db11gee/product/11.1.0/db_1/bin/gennttab > ntcontab.c ;\
    /usr/bin/gcc -c ntcontab.c ;\
    rm -f /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o ;\
    mv ntcontab.o /11gdb/app/db11gee/product/11.1.0/db_1/lib/ ;\
    /usr/bin/ar rv /11gdb/app/db11gee/product/11.1.0/db_1/lib/libn11.a /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o ; fi)
    In file included from /usr/include/sys/types.h:31,
    from ntcontab.c:7:
    /usr/include/bits/types.h:31:20: error: stddef.h: No such file or directory
    mv: cannot stat `ntcontab.o': No such file or directory
    /usr/bin/ar: /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o: No such file or directory
    make: *** [ntcontab.o] Error 1
    /usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/11gdb/app/db11gee/product/11.1.0/db_1/rm -f ntcontab.*
    (if [ "compile" = "compile" ] ; then \
    /11gdb/app/db11gee/product/11.1.0/db_1/bin/gennttab > ntcontab.c ;\
    /usr/bin/gcc -c ntcontab.c ;\
    rm -f /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o ;\
    mv ntcontab.o /11gdb/app/db11gee/product/11.1.0/db_1/lib/ ;\
    /usr/bin/ar rv /11gdb/app/db11gee/product/11.1.0/db_1/lib/libn11.a /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o ; fi)
    In file included from /usr/include/sys/types.h:31,
    from ntcontab.c:7:
    /usr/include/bits/types.h:31:20: error: stddef.h: No such file or directory
    mv: cannot stat `ntcontab.o': No such file or directory
    /usr/bin/ar: /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o: No such file or directory
    make: *** [ntcontab.o] Error 1
    /usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/11gdb/app/db11gee/product/11.1.0/db_1/rm -f ntcontab.*
    (if [ "compile" = "compile" ] ; then \
    /11gdb/app/db11gee/product/11.1.0/db_1/bin/gennttab > ntcontab.c ;\
    /usr/bin/gcc -c ntcontab.c ;\
    rm -f /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o ;\
    mv ntcontab.o /11gdb/app/db11gee/product/11.1.0/db_1/lib/ ;\
    /usr/bin/ar rv /11gdb/app/db11gee/product/11.1.0/db_1/lib/libn11.a /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o ; fi)
    In file included from /usr/include/sys/types.h:31,
    from ntcontab.c:7:
    /usr/include/bits/types.h:31:20: error: stddef.h: No such file or directory
    mv: cannot stat `ntcontab.o': No such file or directory
    /usr/bin/ar: /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o: No such file or directory
    make: *** [ntcontab.o] Error 1
    /usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/11gdb/app/db11gee/product/11.1.0/db_1/rm -f ntcontab.*
    (if [ "compile" = "compile" ] ; then \
    /11gdb/app/db11gee/product/11.1.0/db_1/bin/gennttab > ntcontab.c ;\
    /usr/bin/gcc -c ntcontab.c ;\
    rm -f /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o ;\
    mv ntcontab.o /11gdb/app/db11gee/product/11.1.0/db_1/lib/ ;\
    /usr/bin/ar rv /11gdb/app/db11gee/product/11.1.0/db_1/lib/libn11.a /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o ; fi)
    In file included from /usr/include/sys/types.h:31,
    from ntcontab.c:7:
    /usr/include/bits/types.h:31:20: error: stddef.h: No such file or directory
    mv: cannot stat `ntcontab.o': No such file or directory
    /usr/bin/ar: /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o: No such file or directory
    make: *** [ntcontab.o] Error 1

  • Problem during installation(error in invoking target 'ntcontab.o' of make f

    Hi,
    Operating System:Enterprise Linux Release 5 Update 2 for x86 (32 Bit)
    Database:Oracle Database 10g Release 2 (10.2.0.1.0) for Linux x86
    When I am trying to installt database on the VMware virtaul machine i am getting the following error durig the linking phase of installation(at 62%)
    error in invoking target 'ntcontab.o' of make file.
    I have googled for this error,but i didn't find any solution which fits my requirement.
    I am hoping a expert advice from this forum for my problem.
    Thank You all..

    Please post your Installation problems on under the Installation Topic => Database Installation

  • Oracle Installation on linux Error in invoking target ntcontab.o

    Hi All,
    During installing Oracle 8i EE on mandrake Linux 7.0, at the point of linking oracle protocol support 8.1.6.1.0 ,while Linking in progress I got the following message box
    "Error in invoking target ntcontab.o of make file /home/network/lib/ins_net_client.mk.
    ==================
    ABORT,RETRY,IGNORE
    ==================
    If I select igmore and continue , even after successfull installation ,when try to run svrmgr or sqlplus at the shell $
    I am getting error in loading shared libraries.
    Thanks a lot for the help
    Anant Kuslekar
    null

    hi,i got the some problem too.
    but maybe below could do some help:
    ================================================
    Instructions for Existing Oracle8i Installations
    Place the tar file glibc-2.1.3-stubs.tar.gz in $ORACLE_HOME.
    Make sure ORACLE_HOME is set in your environment. Then carry out
    the following steps:
    cd $ORACLE_HOME
    tar xvfz glibc-2.1.3-stubs.tar.gz
    ./setup_stubs.sh
    You should now be able to use Oracle as usual.
    ================
    Warning
    Make sure the directory $ORACLE_HOME/lib is not listed in your
    /etc/ld.so.conf. The system could potentially become unstable
    after applying this patch in that case. If $ORACLE_HOME/lib is
    currently listed in /etc/ld.so.conf, remove it and run ldconfig
    before applying this patch.
    ================================
    Notes for Application Developers
    If your application does not require linking at install sites,
    then no additional steps are required for your application to be
    compatible with glibc or the Oracle8i client shared library
    after the installation of this patch. This is true regardless of
    whether your application was compiled using glibc-2.1.3 or a
    later version.
    If your application is compiled using glibc-2.1.3 and requires
    linking at install-time using the Oracle8i client shared ibrary,
    then you may also need to link your application using the stub
    libraries provided in this patch. For example, an application
    which might typically be linked as follows on a glibc-2.1.3
    based system:
    gcc -o app app.o -L$ORACLE_HOME/lib -lclntsh
    should now be linked as follows on systems with a newer version
    of glibc,in order to ensure compatibility:
    gcc -o app app.o -L$ORACLE_HOME/lib -L$ORACLE_HOME/lib/stubs -
    lclntsh
    If your application is compiled using a version of glibc later
    than 2.1.3 and requires linking at install-time using the acle8i
    client shared library, then you must NOT link your application
    with the stub libraries provided in this patch. Doing so may
    either cause the link to fail or the resulting executables to be
    invalid.
    Note that the stub libraries provided in this patch only cover
    the shared objects that make up glibc. If your application must
    be linked at install-time with other shared objects which were
    built to have dependencies on the locally installed version of
    glibc (e.g., X11), then your application must be compiled using
    the same version of glibc that was used by those other
    components. For example, on a system with glibc-2.2, linking your
    application with libX11.so will fail if you attempt to use the
    glibc-2.1.3stub libraries, since libX11.so on that system will
    have been compiled and linked using glibc-2.2.

  • Error in invoking target "ntcontab.o"of makefile

    hi guys,
    i am installing Oracle 10.2.0 s/w on SuSe Linux Ent 10 SP2. at the time of Database installation the following error is displayed.
    "Error in invoking target "ntcontab.o"of makefile /oracle/PTS/102_64/network/lib/ins_net_client.mk see /oracle/orainventory/logs/InstallActions-02-02-2009.log "
    NFO: Start output from spawned process:
    INFO: -
    INFO:
    INFO: rm -f ntcontab.*
    INFO: (if [ "compile" = "compile" ] ; then \
      /oracle/PTS/102_64/bin/gennttab > ntcontab.c
      gcc  -c ntcontab.c
      rm -f /oracle/PTS/102_64/lib/ntcontab.o
      mv ntcontab.o /oracle/PTS/102_64/lib/
    INFO:           /usr/bin/ar rv /oracle/PTS/102_64/lib/libn10.a /oracle/PTS/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/PTS/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/PTS/102_64/network/lib/ins_net_client.mk'. See '/oracle/oraInventory/logs/installActions2009-02-26_12-15-10PM.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/PTS/102_64/install/make.log'
    INFO:
    INFO: Start output from spawned process:
    INFO: -
    INFO:
    INFO: rm -f ntcontab.*
    INFO: (if [ "compile" = "compile" ] ; then \
      /oracle/PTS/102_64/bin/gennttab > ntcontab.c
      gcc  -c ntcontab.c
      rm -f /oracle/PTS/102_64/lib/ntcontab.o
      mv ntcontab.o /oracle/PTS/102_64/lib/
    INFO:           /usr/bin/ar rv /oracle/PTS/102_64/lib/libn10.a /oracle/PTS/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/PTS/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/PTS/102_64/network/lib/ins_net_client.mk'. See '/oracle/oraInventory/logs/installActions2009-02-26_12-15-10PM.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/PTS/102_64/install/make.log'
    INFO:
    INFO: Start output from spawned process:
    INFO: -
    INFO:
    INFO: rm -f ntcontab.*
    INFO: (if [ "compile" = "compile" ] ; then \
      /oracle/PTS/102_64/bin/gennttab > ntcontab.c
      gcc  -c ntcontab.c
      rm -f /oracle/PTS/102_64/lib/ntcontab.o
      mv ntcontab.o /oracle/PTS/102_64/lib/
    INFO:           /usr/bin/ar rv /oracle/PTS/102_64/lib/libn10.a /oracle/PTS/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/PTS/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/PTS/102_64/network/lib/ins_net_client.mk'. See '/oracle/oraInventory/logs/installActions2009-02-26_12-15-10PM.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/PTS/102_64/install/make.log'
    INFO:
    INFO: Start output from spawned process:
    INFO: -
    INFO:
    INFO: rm -f ntcontab.*
    INFO: (if [ "compile" = "compile" ] ; then \
      /oracle/PTS/102_64/bin/gennttab > ntcontab.c
      gcc  -c ntcontab.c
      rm -f /oracle/PTS/102_64/lib/ntcontab.o
      mv ntcontab.o /oracle/PTS/102_64/lib/
    INFO:           /usr/bin/ar rv /oracle/PTS/102_64/lib/libn10.a /oracle/PTS/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/PTS/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/PTS/102_64/network/lib/ins_net_client.mk'. See '/oracle/oraInventory/logs/installActions2009-02-26_12-15-10PM.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/PTS/102_64/install/make.log'
    INFO:
    INFO: Start output from spawned process:
    INFO: -
    INFO:
    INFO: rm -f ntcontab.*
    INFO: (if [ "compile" = "compile" ] ; then \
      /oracle/PTS/102_64/bin/gennttab > ntcontab.c
      gcc  -c ntcontab.c
      rm -f /oracle/PTS/102_64/lib/ntcontab.o
      mv ntcontab.o /oracle/PTS/102_64/lib/
    INFO:           /usr/bin/ar rv /oracle/PTS/102_64/lib/libn10.a /oracle/PTS/102_64/lib/ntcontab.o ; fi)
    INFO: /bin/sh: gcc: command not found
    mv: cannot stat `ntcontab.o': No such file or directory
    INFO: /usr/bin/ar: /oracle/PTS/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/PTS/102_64/network/lib/ins_net_client.mk'. See '/oracle/oraInventory/logs/installActions2009-02-26_12-15-10PM.log' for details.
    Exception Severity: 1
    please help me on this issue
    Regards
    Ramesh

    Hello Ramesh,
    have you installed all the software components of SLES 10 like described in sapnote #958253?
    It seems like you don't have installed the gcc compiler.
    Regards
    Stefan

  • Solved -Oracle 10.2.0.1 on AIX 5.3 ML3 - Error in invoking target 'ntcontab

    Hello,
    i try to Upgrade from oracle 9.2.0.7 to Oracle 10.2.0.1.
    But the Linking to not work.
    The Paket: bos-adm-libm is installt.
    The Oracle Installer say - all OK, no errors.
    The Script: rootpre.sh i run as user: root, befor i strart runInstaller
    Here is a part of the file: /oracle/SAP1/oraInventory/logs/installActions2008-05-16_03-23-23PM.log
    INFO: Start output from spawned process:
    INFO: ----------------------------------
    INFO:
    INFO: rm -f ntcontab.*
    INFO: (if [ "assemble" = "compile" ] ; then /oracle/SAP1/1020_64/bin/gennttab > ntcontab.c ; /oracle/SAP1/1020_64/bin/oraxlc -c ntcontab.c ; rm -f /oracle/SAP1/1020_64/lib/ntcontab.o ; mv ntcontab.o /oracle/SAP1/1020_64/lib/ ; /bin/ar -
    X64 rv /oracle/SAP1/1020_64/lib/libn10.a /oracle/SAP1/1020_64/lib/ntcontab.o ; fi)
    INFO: (if [ "assemble" = "assemble" ] ; then /oracle/SAP1/1020_64/bin/gennttab > ntcontab.s ; /bin/as -a64 -o ntcontab.o ntcontab.s ; rm -f /oracle/SAP1/1020_64/lib/ntcontab.o ; mv ntcontab.o /oracle/SAP1/1020_64/lib/ ; /bin/ar -X64 rv
    /oracle/SAP1/1020_64/lib/libn10.a /oracle/SAP1/1020_64/lib/ntcontab.o ; fi)
    INFO: Assembler:
    INFO: ntcontab.s: line 20: 1252-023 The symbol t1 is not defined.
    ntcontab.s: line 20: 1252-040 The specified expression is not valid.
    Make sure that all symbols are defined.
    Check the rules on symbols used in an arithmetic expression
    concerning relocation.
    INFO: make: 1254-004 The error code from the last command is 1.
    Stop.
    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/SAP1/1020_64/network/lib/ins_net_client.mk'. See '/oracle/SAP1/oraInventory/logs/installActions2008-05-16_03-23-23PM.log' for details.
    Exception Severity: 1
    make -f ins_net_client.mk install
    /bin/chmod 755 /oracle/SAP1/920_64/bin/
    - Linking
    rm -f trcroute
    ld -b64 -o trcroute -L/oracle/SAP1/920_64/network/lib/ -L/oracle/SAP1/920_64/lib/ /oracle/SAP1/920_64/network/lib/s0nur.o /oracle/SAP1/920_64/network/lib/nur.o `cat /oracle/SAP1/920_64/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lnro9 `cat /oracle/SAP1/920_64/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lclient9 -lvsn9 -lwtc9 -lcommon9 -lgeneric9 -lwtc9 -lmm -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 `cat /oracle/SAP1/920_64/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lnro9 `cat /oracle/SAP1/920_64/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lclient9 -lvsn9 -lwtc9 -lcommon9 -lgeneric9 -lpls9 -ltrace9 -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 -lclient9 -lvsn9 -lwtc9 -lcommon9 -lgeneric9 -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 -lld -lm `cat /oracle/SAP1/920_64/lib/sysliblist` -lm `if [ "\`/usr/bin/uname -v\`" = "4" ]; \
    then echo "-bI:/oracle/SAP1/920_64/lib/pw-syscall.exp"; fi;` -lxsd9 /oracle/SAP1/920_64/lib/nautab.o /oracle/SAP1/920_64/lib/naeet.o /oracle/SAP1/920_64/lib/naect.o /oracle/SAP1/920_64/lib/naedhs.o /oracle/SAP1/920_64/rdbms/lib/defopt.o -lmm
    mv -f /oracle/SAP1/920_64/bin/trcroute /oracle/SAP1/920_64/bin/trcroute0
    mv trcroute /oracle/SAP1/920_64/bin/trcroute
    /bin/chmod 751 /oracle/SAP1/920_64/bin/trcroute
    make: 1254-002 Cannot find a rule to create target ionrsd from dependencies.
    Stop.
    But the ENV: LIBRARY_PATH=/oracle/SAP1/920_64
    i have delete with export LIBRARY_PATH=
    before i run the runInstaller
    If i set the ORACLE_HOME and LIBRARY_PATH
    the i can see this:
    make -f ins_net_client.mk install
    /bin/chmod 755 /oracle/SAP1/1020_64/bin/
    - Linking trcroute
    rm -f trcroute
    ld -b64 -o trcroute -L/oracle/SAP1/1020_64/network/lib/ -L/oracle/SAP1/1020_64/lib/ /oracle/SAP1/1020_64/network/lib/s0nur.o /oracle/SAP1/1020_64/network/lib/nur.o `cat /oracle/SAP1/1020_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr
    10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /oracle/SAP1/1020_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclieSAP10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lmm -lsnls10 -lnls10 -lcore10 -lsnls10
    -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /oracle/SAP1/1020_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /oracle/SAP1/1020_64/lib/ldf
    lags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclieSAP10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lpls10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls
    10 -lnls10 -lcore10 -lnls10 -lclieSAP10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lld -lm `cat /oracle
    /SAP1/1020_64/lib/sysliblist` -lm `if [ "\`/usr/bin/uname -v\`" = "4" ]; \
    then echo "-bI:/oracle/SAP1/1020_64/lib/pw-syscall.exp"; fi;` /oracle/SAP1/1020_64/lib/nautab.o /oracle/SAP1/1020_64/lib/naeet.o /oracle/SAP1/1020_64/lib/naect.o /oracle/SAP1/1020_64/lib/naedhs.o /oracle/SAP1/1020_64/rdbms/lib/defopt.
    o -lmm
    mv -f /oracle/SAP1/1020_64/bin/trcroute /oracle/SAP1/1020_64/bin/trcroute0
    mv trcroute /oracle/SAP1/1020_64/bin/trcroute
    /bin/chmod 751 /oracle/SAP1/1020_64/bin/trcroute
    - Linking
    rm -f tnsping
    ld -b64 -o tnsping -L/oracle/SAP1/1020_64/network/lib/ -L/oracle/SAP1/1020_64/lib/ /oracle/SAP1/1020_64/network/lib/s0nsping.o /oracle/SAP1/1020_64/network/lib/nsping.o `cat /oracle/SAP1/1020_64/lib/ldflags` -lnsslb10 -lncrypt10 -
    lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /oracle/SAP1/1020_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclieSAP10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lmm -lsnls10 -lnls10 -lcore10 -lsn
    ls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /oracle/SAP1/1020_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /oracle/SAP1/1020_64/li
    b/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclieSAP10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lpls10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -
    lsnls10 -lnls10 -lcore10 -lnls10 -lclieSAP10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lld -lm `cat /o
    racle/SAP1/1020_64/lib/sysliblist` -lm `if [ "\`/usr/bin/uname -v\`" = "4" ]; \
    then echo "-bI:/oracle/SAP1/1020_64/lib/pw-syscall.exp"; fi;` /oracle/SAP1/1020_64/lib/nautab.o /oracle/SAP1/1020_64/lib/naeet.o /oracle/SAP1/1020_64/lib/naect.o /oracle/SAP1/1020_64/lib/naedhs.o /oracle/SAP1/1020_64/rdbms/lib/defopt.
    o -lmm
    mv -f /oracle/SAP1/1020_64/bin/tnsping /oracle/SAP1/1020_64/bin/tnsping0
    mv tnsping /oracle/SAP1/1020_64/bin/tnsping
    /bin/chmod 751 /oracle/SAP1/1020_64/bin/tnsping
    Target "install" is up to date.
    What did i wrong ?
    The AIX is fresh bootet, without any oracle process start at boottime
    Thanks and have a nice weekend
    Dennis
    Message was edited by:
    user636686
    Message was edited by:
    user636686
    Message was edited by:
    user636686
    Message was edited by:
    user636686
    Message was edited by:
    user636686

    here are my env from the user i run the runInstaller:
    STAGING_AREA=/oracle/stage/920_64
    ORACLE_PSRV=SAP1
    PATH=/oracle/SAP1/1020_64/bin:/usr/sap/NT1/SYS/exe/run:/bin:/usr/bin:/usr/sbin:/usr/bin/X11:/usr/ucb:/usr/ccs/b
    in:/usr/local/bin:/etc:.
    SAPBACKUP=/oracle/SAP1/sapbackup
    ORACLE_BASE=/oracle
    HISTFILE=/oracle/SAP1/.sh_history
    TMP=/oracle/SAP1
    SAPTRACE=/oracle/SAP1/saptrace
    LIBARY_PATH=/oracle/SAP1/1020_64
    ORACLE_SID=SAP1
    SAPDATA_HOME=/oracle/SAP1
    HOME=/oracle/SAP1
    SAPARCH=/oracle/SAP1/saparch
    ORACLE_HOME=/oracle/SAP1/1020_64
    PWD=/oracle/dvd/Disk0/database/Disk1
    ENV=/oracle/SAP1/.kshrc
    SAPREORG=/oracle/SAP1/sapreorg
    xlC.aix50.rte 9.0.0.5 COMMITTED XL C/C++ Runtime for AIX 5.2
    xlC.rte 9.0.0.5 COMMITTED XL C/C++ Runtime
    xlC.cpp 6.0.0.0 COMMITTED C for AIX Preprocessor
    xlC.msg.en_US.cpp 6.0.0.0 COMMITTED C for AIX Preprocessor
    gcc-4.2.0-3

  • URGENT - Installing 817 - redhat 7.1 Gives Error in invoking target ntcontab.o

    Hi All,
    I have installed Redhat 7.1 and I am trying to install oracle 817 ee over it.
    after finishing all pre install requirments I succedded to start the installer
    - I installed jdk 118 v3
    - I added the Display and assume_kernel parameters to bash file
    but at the middle of setup it is giving the following error
    "Error in invoking target ntcontab.o of makefile
    /boot/u01/app/oracle/product/8.1.7/network/lib/ins_net_client.mk" and I tried to reply but it comes again
    here is the install log file
    "Starting install link phase of component Net8 Required Support Files
    Calling action unixActions1.7.1.5.0 registerForMake
    installMakePath = /usr/bin/make
    installMakeFileName =
    /boot/u01/app/oracle/product/8.1.7/network/lib/ins_net_client.mk
    installTarget = mkldflags
    installArguments = ORACLE_HOME=/boot/u01/app/oracle/product/8.1.7,
    undoMakeFileName = null
    undoTarget = null
    undoArguments = null
    logFile = /boot/u01/app/oracle/product/8.1.7/install/make.log
    progMsg = Linking ldflags
    Calling action unixActions1.7.1.5.0 make
    installMakePath = /usr/bin/make
    installMakeFileName =
    /boot/u01/app/oracle/product/8.1.7/network/lib/ins_net_client.mk
    installTarget = ntcontab.o
    installArguments = ORACLE_HOME=/boot/u01/app/oracle/product/8.1.7,
    undoMakeFileName = null
    undoTarget = null
    undoArguments = null
    logFile = /boot/u01/app/oracle/product/8.1.7/install/make.log
    Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target ntcontab.o of makefile
    /boot/u01/app/oracle/product/8.1.7/network/lib/ins_net_client.mk
    Exception Severity: 1
    Exception handling set to prompt user with options to RETRY IGNORE"
    please tell me what can I do to overcome this taking into consideration that I have downloaded and executed oracle patch published at otn.oracle.com
    waiting for your reply

    check these
    rpm -q compat-libs
    rpm -q compat-glibc
    rpm -q compat-egcs

  • Installation error - Error in invoking target 'ntcontab.o'

    OS: RHEL 5 64bit
    Oracle 10g (10.2.0.1.0)
    Error in invoking target 'ntcontab.o' of makefile '/u01/app/oracle/product/10.2.0/db_1/network/lib/ins_net_client.mk'. See '/u01/app/oracle/oraInventory/logs/installActions2010-07-27_07-58-23AM.log' for details.
    INFO: Start output from spawned process:
    INFO: ----------------------------------
    INFO:
    INFO: rm -f ntcontab.*
    INFO: (if [ "compile" = "compile" ] ; then \
         /u01/app/oracle/product/10.2.0/db_1/bin/gennttab > ntcontab.c ;\
         gcc -c ntcontab.c ;\
         rm -f /u01/app/oracle/product/10.2.0/db_1/lib/ntcontab.o ;\
         mv ntcontab.o /u01/app/oracle/product/10.2.0/db_1/lib/ ;\
    /usr/bin/ar rv /u01/app/oracle/product/10.2.0/db_1/lib/libn10.a /u01/app/oracle/product/10.2.0/db_1/lib/ntcontab.o ; fi)
    INFO: /bin/sh: line 2: /usr/bin/gcc: Permission denied
    INFO: mv: cannot stat `ntcontab.o'
    INFO: : No such file or directory
    INFO: /usr/bin/ar: /u01/app/oracle/product/10.2.0/db_1/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 '/u01/app/oracle/product/10.2.0/db_1/network/lib/ins_net_client.mk'. See '/u01/app/oracle/oraInventory/logs/installActions2010-07-27_07-58-23AM.log' for details.
    Exception Severity: 1

    Checking Packages (RPMs)
    You will need some RPM development packages for the Oracle installer to build the Oracle modules, otherwise you will get error messages similar to this one:
    Error in invoking target ntcontab.o of makefile
    /u01/app/oracle/product/9.2.0/network/lib/ins_net_client.mk
    NOTE: Always ensure to use the latest RPM versions!
    Packages (RPMs) for RH 7.1, 7.2, and RH AS 2.1:
    To see if these development packages are installed on your server, run the following command:
    rpm -q gcc cpp compat-libstdc++ glibc-devel kernel-headers binutils
    For instance, most of these packages will be missing when you installed RedHat 2.1 Advanced Server and if you did not select the "Software Development" package. For the RedHat 2.1 Advanced Server I executed the following commands to install the missing RPMs from the two CDs:
    su - root
    rpm -ivh cpp-2.96-108.1.i386.rpm \
    glibc-devel-2.2.4-26.i386.rpm \
    kernel-headers-2.4.9-e.3.i386.rpm \
    gcc-2.96-108.1.i386.rpm \
    binutils-2.11.90.0.8-12.i386.rpm

  • Error in invoking target 'ntcontab.o on linux while patch application

    Please help me to resolve this issue.
    I am getting the Error in invoking target 'ntcontab.o' while upgrading the oracle database 10.2.0.1 to 10.2.0.4 on linux 5 x86 machine
    Exception Name: MakefileException
    Exception String: Error in invoking target 'ntcontab.o' of makefile '/u01/app/oracle/product/10.2.0/db_1/network/lib/ins_net_client.mk'. See '/u01/app/oracle/oraInventory/logs/installActions2009-02-13_10-24-42PM.log' for details.
    Exception Severity: 1

    Duplicate Thread
    Re: Error in invoking target 'ntcontab.o' while applying patch 10.2.0.4 on lin

  • Error in invoking target 'ntcontab.o' while applying patch 10.2.0.4 on lin

    Please help me to resolve this issue.
    I am getting the Error in invoking target 'ntcontab.o' while upgrading the oracle database 10.2.0.1 to 10.2.0.4
    Exception Name: MakefileException
    Exception String: Error in invoking target 'ntcontab.o' of makefile '/u01/app/oracle/product/10.2.0/db_1/network/lib/ins_net_client.mk'. See '/u01/app/oracle/oraInventory/logs/installActions2009-02-13_10-24-42PM.log' for details.
    Exception Severity: 1

    See '/u01/app/oracle/oraInventory/logs/installActions2009-02-13_10-24-42PM.log' for details.Can you update the thread with the error in this log?

  • Error in invoking target 'install' of makefile - Oracle Database 11g Releas

    Error in invoking target 'install' of makefile '/home/oracle/B/product/11g/ctx/lib/ins_ctx.mk'. See '/home/oracle/app/oraInventory/logs/installActions2012-03-19_03-17-52PM.log' for details.
    OS : Oracle Linux - Red Hat Enterprise Linux Server release 6.2
    Oracle : 11g Release 2
    Edited by: user13426437 on Mar 20, 2012 10:04 AM

    Here is the error message
    INFO: gcc -o ctxhx -m64 -L/home/oracle/B/product/11g/ctx/lib/ -L/home/oracle/B/product/11g/lib/ -L/home/oracle/B/product/11g/lib/stubs/ /home/oracle/B/product/11g/ctx/lib/
    ctxhx.o -L/home/oracle/B/product/11g/ctx/lib/ -lm -lsc_fa -lsc_ex -lsc_da -lsc_ca -lz -lctxhx -Wl,-rpath,/home/oracle/B/product/11g/ctx/lib -lsnls11 -lnls11 -lcore11 -lsn
    ls11 -lnls11 -lcore11 -lsnls11 -lnls11 -lxml11 -lcore11 -lunls11 -lsnls11 -lnls11 -lcore11 -lnls11 `cat /home/oracle/B/product/11g/lib/sysliblist`
    INFO: /usr/bin/ld: warning: libstdc++.so.5, needed by /home/oracle/B/product/11g/ctx/lib//libsc_fa.so, not found (try using -rpath or -rpath-link)
    /home/oracle/B/product/11g/ctx/lib/libwv_core.so: undefined reference to `__cxa_pure_virtual@CXXABI_1.2'
    /home/oracle/B/product/11g/ctx/lib//libsc_fa.so: undefined reference to `__gxx_personality_v0@CXXABI_1.2'
    /home/oracle/B/product/11g/ctx/lib/libwv_core.so: undefined reference to `
    INFO: vtable for __cxxabiv1::__class_type_info@GLIBCPP_3.2'
    /home/oracle/B/product/11g/ctx/lib/libsc_ch.so: undefined reference to `__gxx_personality_v0'
    /home/oracle/B/product/11g/ctx/lib/libwv_core.so: undefined reference to `vtable for __cxxabiv1::__si_class_type_info@GLIBCPP_3.2'
    /home/oracle/B/product/11g/ctx/lib/libwv_core.so: undefined reference to `std::ios_base::Init::Init()@GLIBCPP_3.2'
    /home/oracle/B/product/11g/ctx/lib/libwv_core.so: undefined reference to `std::ios_base::Init::~Init()@GLIBCPP_3.2'
    /h
    INFO: ome/oracle/B/product/11g/ctx/lib/libwv_core.so: undefined reference to `operator delete(void*)@GLIBCPP_3.2'
    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 '/home/oracle/B/product/11g/ctx/lib/ins_ctx.mk'. See '/home/oracle/app/oraInventory/logs/installActions2012-03-19_03-17-52PM.log' for details.
    Exception Severity: 1
    INFO: Linking Text executables
    INFO: Linking Text executables
    INFO: The output of this make operation is also available at: '/home/oracle/B/product/11g/install/make.log'
    INFO:

  • Error in invoking target 'agent nmhs' of makefile - during 11g Installation

    Hi guys~
    I've just installed 11g (x64) on Fedora 13 (x64)
    but during the installation there was an error.
    Error in invoking target 'agent nmhs' of makefile
    *'/u01/app/.../sysman/lib/ins_emagent.mk'*
    This is the log file
    [http://lyh913.tistory.com/attachment/[email protected]]
    When oracle checked prerequisite packages, there was 8 failed packages such as libaio(i386), libgcc(i386) etc. I installed all of them (i686) with yum, but failed status didn't change. so I ignore them.
    And then Error in invoking target 'agent nmhs' of makefile occured
    Acturally I was able to excute sqlplus successfully but I'm curious that it is okay with this error.
    I think there gonna be a problem sooner or later.
    Is there anybody who can help me out? Please~ :-)
    Anyway thanks for reading and sorry for my poor English(English isn't my mother tongue)

    Satish Kandi wrote:
    The pre-requisite check has to succeed for the setup to complete successfully (with exceptions).
    Have you tried installing the packages without yum?Thank you Satish Kandi~
    I tried to download rpm packages and install them after your reply.
    But Fedora said that they are already installed.
    Failed prerequisite packages were
    libaio-0.3.105, compat-libstdc++-33-3.2.3, libaio-devel-0.3.105, libgcc-3.4.6
    libstdc++-3.46, unixODBC-2.2.11, unixODBC-devel-2.2.11, pdksh-5.2.14
    And I've got these packages.
    [root@localhost ~]# rpm -qa | grep i686
    nss-softokn-freebl-3.12.4-17.fc13.i686
    libtool-ltdl-2.2.6-20.fc13.i686
    numactl-devel-2.0.3-8.fc13.i686
    libgcc-4.4.4-2.fc13.i686
    ksh-20100309-3.fc13.i686
    compat-libstdc++-33-3.2.3-68.i686
    readline-6.1-2.fc13.i686
    libaio-devel-0.3.109-2.fc13.i686
    libstdc++-4.4.4-2.fc13.i686
    unixODBC-2.2.14-11.fc13.i686
    numactl-2.0.3-8.fc13.i686
    libaio-0.3.109-2.fc13.i686
    unixODBC-devel-2.2.14-11.fc13.i686
    glibc-2.12-1.i686
    ncurses-libs-5.7-7.20100130.fc13.i686
    At first 'glibc(it requires i686)' was failed status but after I installed glibc-2.12-1.i686, it became succeed.
    The other packages require i386. Does this mean I should install i386 packages?
    Edited by: user10406944 on 2010. 6. 1 오전 3:52
    Edited by: user10406944 on 2010. 6. 1 오전 3:52

  • Oracle 9i Error in invoking target ntcontab.o of makefile

    Does anybody know what this means / how to get the install to continue (I am using Mandrake 8.1) I am new both to Oracle and Linux, help to finally get this installed would be much appreciated.

    user2040322 wrote:
    n/sh: /usr/bin/gcc: No such file or directory
    mv: cannot stat `ntcontab.o': No such file or directoryWhat is OS and do You installed all needed packages?
    For example from this error we can see that gcc probably is missing.
    Check install guide and install required packages.

  • Error in invoking target 'ntcontab.o'

    Hi,
    I'm installing oracle 11gR1 on AIX 6.1 server, and I meet this problem on linking oracle step, Please help me to slove it,thanks
    INFO: Start output from spawned process:
    INFO: ----------------------------------
    INFO:
    INFO:   rm -f ntcontab.*
    INFO:   (if [ "assemble" = "compile" ] ; then  /oracle/db/product/11.1.0/db_1/bin/gennttab > ntcontab.c ; /oracle/db/product/11.1.0/
    db_1/bin/oraxlc   -c ntcontab.c ; rm -f /oracle/db/product/11.1.0/db_1/lib/ntcontab.o ; mv ntcontab.o /oracle/db/product/11.1.0/db_1
    /lib/ ; /bin/ar -X64 rv /oracle/db/product/11.1.0/db_1/lib/libn11.a /oracle/db/product/11.1.0/db_1/lib/ntcontab.o ; fi)
    INFO:   (if [ "assemble" = "assemble" ] ; then  /oracle/db/product/11.1.0/db_1/bin/gennttab > ntcontab.s ; /bin/as -a64  -o ntcontab
    .o ntcontab.s ; rm -f /oracle/db/product/11.1.0/db_1/lib/ntcontab.o ; mv ntcontab.o /oracle/db/product/11.1.0/db_1/lib/ ; /bin/ar -X
    64 rv /oracle/db/product/11.1.0/db_1/lib/libn11.a /oracle/db/product/11.1.0/db_1/lib/ntcontab.o ; fi)
    INFO: mv: 0653-401 Cannot rename ntcontab.o to /oracle/db/product/11.1.0/db_1/lib//ntcontab.o:
                 A file or directory in the path name does not exist.
    INFO: make: 1254-004 The error code from the last command is 1.
    Stop.

    Pl confirm you are following all of the steps in the Install Guide - Contents

Maybe you are looking for