Error in invoking target 'client_sharedlib' while installing

Hi all
Help me in for oracle installation , i am stucking in the linking step of oracle database installation on 64 bit machine , Linux RHEL AS 4.0 update 3
i am getting the following message
Exception String: Error in invoking target 'client_sharedlib' of makefile /u01/app/oracle/oracle/product/10.2.0/db_1/network/lib/ins_net_client.mk
Thanks and Regards in Advance
Vinod Kumar

Could you post last 10 lines from $ORACLE_HOME/isntall/make.log file?
Just to be sure, have you installed all packages listed in Installation prerequisities?

Similar Messages

  • Error in invoking target 'client_sharedlib' when installing Oracle on Linux

    Hi ,
    im tring to install Oracle 10g R2 on CentOS 6 on 64bit server ,
    the error below displays when it's 80 % already installing:
    Error in invoking target 'client_sharedlib' of makefile '/u01/app/oracle/oracle/product/10.2.0/db_1/network/lib/ins_net_client.mk.
    below is the last lines of my $ORACLE_HOME/install/make.log
    make: *** [client_sharedlib] Error 1
    /usr/bin/make -f ins_net_client.mk client_sharedlib ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1//u01/app/oracle/product/10.2.0/db_1/bin/genclntsh
    /usr/bin/ld: skipping incompatible /u01/app/oracle/product/10.2.0/db_1/lib/libsql10.a when searching for -lsql10
    /usr/bin/ld: cannot find -lsql10
    collect2: ld returned 1 exit status
    genclntsh: Failed to link libclntsh.so.10.1
    make: *** [client_sharedlib] Error 1
    /usr/bin/make -f ins_net_client.mk client_sharedlib ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1//u01/app/oracle/product/10.2.0/db_1/bin/genclntsh
    /usr/bin/ld: skipping incompatible /u01/app/oracle/product/10.2.0/db_1/lib/libsql10.a when searching for -lsql10
    /usr/bin/ld: cannot find -lsql10
    collect2: ld returned 1 exit status
    genclntsh: Failed to link libclntsh.so.10.1
    make: *** [client_sharedlib] Error 1
    "/u01/app/oracle/product/10.2.0/db_1/install/make.log" 126L, 8147C
    Please, Help meeeee!!!!

    user11309581 wrote:
    Hi ,
    im tring to install Oracle 10g R2 on CentOS 6 on 64bit server ,
    10gR2 is de-supported - plus CentOS is not a certified distro, so things may or may not work - http://download.oracle.com/docs/cd/B19306_01/install.102/b15668/toc.htm#BABIAECC
    the error below displays when it's 80 % already installing:
    Error in invoking target 'client_sharedlib' of makefile '/u01/app/oracle/oracle/product/10.2.0/db_1/network/lib/ins_net_client.mk.
    below is the last lines of my $ORACLE_HOME/install/make.log
    make: *** [client_sharedlib] Error 1
    /usr/bin/make -f ins_net_client.mk client_sharedlib ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1//u01/app/oracle/product/10.2.0/db_1/bin/genclntsh
    /usr/bin/ld: skipping incompatible /u01/app/oracle/product/10.2.0/db_1/lib/libsql10.a when searching for -lsql10
    /usr/bin/ld: cannot find -lsql10
    collect2: ld returned 1 exit status
    genclntsh: Failed to link libclntsh.so.10.1
    make: *** [client_sharedlib] Error 1
    /usr/bin/make -f ins_net_client.mk client_sharedlib ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1//u01/app/oracle/product/10.2.0/db_1/bin/genclntsh
    /usr/bin/ld: skipping incompatible /u01/app/oracle/product/10.2.0/db_1/lib/libsql10.a when searching for -lsql10
    /usr/bin/ld: cannot find -lsql10
    collect2: ld returned 1 exit status
    genclntsh: Failed to link libclntsh.so.10.1
    make: *** [client_sharedlib] Error 1
    "/u01/app/oracle/product/10.2.0/db_1/install/make.log" 126L, 8147C
    Please, Help meeeee!!!!Try installing on a certified distro such as Oracle Enterprise Linux - free download at http://linux.oracle.com
    HTH
    Srini

  • OBIEE Install Error in invoking target 'client_sharedlib'

    Hi
    I am trying to install OBIEE11G in linux box.
    When i install below error occure. Could you pls let us know, where is the problem.
    Error in invoking target 'client_sharedlib' of makefile
    'OBIEE11g/obiee/Oracle_BI1/rdbms/lib/ins_rdbms.mk".
    Exception String: Error in invoking target 'client_sharedlib' of makefile
    I am using 64 bit linux box.
    Edited by: Raj on Feb 21, 2013 9:16 PM

    Make sure you are using 11g 64bit software.
    The issue occurs because a 32-bit version of the software was installed on a 64-bit operating system.
    Uninstall the existing one and install 11g 64bit one.
    Just in case check this http://docs.oracle.com/cd/E21764_01/bi.1111/e10539/c4_installing.htm
    If helps mark
    Edited by: Srini VEERAVALLI on Feb 21, 2013 7:30 AM

  • 'error in invoking target 'client_sharedlib' of makefile'   for help

    I am installing oracle 10g(10202_database_soxl86)on solaris 10 (sol-10-u10-ga2-x86-dvd.iso) throgh VMware workstation 7.1.4
    I fellowing the steps below:
    1、 # pkgadd -R /cdrom/Solaris_10/Product SUNWarc SUNWbtool SUNWhea SUNWlibm SUNWlibms SUNWsprot SUNWtoo SUNWi1of SUNWi1cs SUNWi15cs SUNWxwfnt SUNWgcc
    2、 # mkdir -p /export/home/app/oracle
    # chown -R oracle:oinstall /export/home/app/oracle
    3、 # groupadd oinstall
    # groupadd dba
    # useradd -g oinstall -G dba -s /usr/bin/bash -d /export/home/app/oracle oracle
    # passwd oracle
    4、$vi .profile
    export ORACLE_BASE=/export/home/app
    export ORACLE_HOME=$ORACLE_BASE/oracle
    export ORACLE_SID=sun
    export PATH=$ORACLE_HOME/bin:$PATH
    export DISPLAY=192.168.0.1:0.0
    stty erase ^h
    $ env | grep ORA
    results: ORACLE_BASE=/export/home/app
    ORACLE_HOME=/export/home/app/oracle
    ORACLE_SID=sun
    $ env | grep DIS
    results:DISPLAY=192.168.0.1:0.0
    5、# uname -a
    result:SunOS solaris10 5.10 Generic_147441-01 i86pc i386 i86pc
    # isainfo -v
    result:32-bit i386 applications
    pclmulqdq aes sse4.2 sse4.1 ssse3 popcnt tscp sse3 sse2 sse fxsr mmx
    cmov sep cx8 tsc fpu
    6、# df -k
    Filesystem kbytes used avail capacity Mounted on
    swap 2437932 112 2437820 1% /tmp
    7 、# cd /tmp
    # unzip / 10202_database_soxl86.zip
    # chown -R oracle:oinstall database/
    8、 # su - oracle
    $ cd /tmp/database
    $ ./runInstaller
    Error information:
    1、error in invoking target 'client_sharedlib' of makefile
    2、Error in invoking target 'relink' of makefile
    3、Error in invoking target 'ioracle' of makefile '/export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk'.
    4、Error in invoking target 'nnfgt.o mkldflags client_sharedlib' of makefile '/export/home/oracle/product/10.2.2/network/lib/ins_net_client.mk'
    5、Error in invoking target 'install' of makefile '/export/home/oracle/product/10.2.2/sqlplus/lib/ins_sqlplus.mk'.
    6、Error in invoking target 'irman' of makefile '/export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk'.
    7、Error in invoking target 'install' of makefile '/export/home/oracle/product/10.2.2/network/lib/ins_net_client.mk'.
    Error in invoking target 'install' of makefile '/export/home/oracle/product/10.2.2/plsql/lib/ins_plsql.mk'.
    8、Error in invoking target 'ioklist iokinit iokdstry' of makefile '/export/home/oracle/product/10.2.2/network/lib/ins_nau.mk'.
    9、Error in invoking target 'utilities ctx_on' of makefile '/export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk'.
    10、Error in invoking target 'agent nmo nmb' of makefile '/export/home/oracle/product/10.2.2/sysman/lib/ins_sysman.mk'.
    11、Error in invoking target 'clientonlyinstall' of makefile '/export/home/oracle/product/10.2.2/ldap/lib/ins_ldap.mk'.
    12、Error in invoking target 'install' of makefile '/export/home/oracle/product/10.2.2/srvm/lib/ins_srvm.mk'.
    13、Error in invoking target 'racg_install' of makefile '/export/home/oracle/product/10.2.2/racg/lib/ins_has.mk'.
    14、Error in invoking target 'install' of makefile '/export/home/oracle/product/10.2.2/network/lib/ins_net_server.mk'.
    15、Error in invoking target 'all_no_orcl ipc_g' of makefile '/export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk'.
    16、Error in invoking target 'collector' of makefile '/export/home/oracle/product/10.2.2/sysman/lib/ins_emdb.mk'.
    details:
    Checking installer requirements...
    INFO:
    INFO: Checking operating
    system version: must be 5.10. Actual 5.10
    INFO:
    Passed
    INFO:
    INFO: Checking Temp space: must be
    greater than 250 MB. Actual 2403 MB Passed
    INFO: Checking swap
    space: must be greater than 500 MB. Actual 2805 MB Passed
    INFO:
    Checking monitor: must be configured to display at least 256 colors.
    Actual 16777216 Passed
    INFO:
    INFO: All installer requirements
    met.
    Exception String: Error
    in invoking target 'client_sharedlib' of makefile
    '/export/home/oracle/product/10.2.2/network/lib/ins_net_client.mk'.
    See '/export/home/oracle/oraInventory/logs/installActions2011-11-
    04_08-21-57PM.log' for details.
    Exception Severity: 1
    INFO: Exception
    handling set to prompt user with options to Retry Ignore
    User
    Choice: Ignore
    INFO: 11/4/11 8:37:54 PM CST: Starting install Link
    Phase of component Enterprise Manager Agent DB
    INFO: 11/4/11 8:37:54
    PM CST: Starting install Link Phase of component Enterprise Manager
    Common Files
    INFO: 11/4/11 8:37:54 PM CST: Starting install Link
    Phase of component Oracle Display Fonts
    INFO: 11/4/11 8:37:54 PM CST:
    Starting install Link Phase of component Oracle Extended Windowing
    Toolkit
    INFO: 11/4/11 8:37:54 PM CST: Starting install Link Phase of
    component Oracle UIX
    INFO: 11/4/11 8:37:54 PM CST: Starting install
    Link Phase of component SQL*Plus Required Support Files
    INFO: 11/4/11
    8:37:54 PM CST: Starting install Link Phase of component DBJAVA
    Required Support Files
    INFO: 11/4/11 8:37:54 PM CST: Starting install
    Link Phase of component Oracle OLAP RDBMS Files
    INFO: Calling Action
    unixActions10.2.0.1.0 registerForMake
         installMakePath =
    /usr/ccs/bin/make
         installMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    installTarget = ioracle
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    undoTarget = ioracle
         undoArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Unlinking oracle
    INFO: Calling Action unixActions10.2.0.1.0 make
    installMakePath = /usr/ccs/bin/make
         installMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    installTarget = olap_on
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    undoTarget = olap_off
         undoArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    null
    INFO: The output of this make operation is also available at:
    '/export/home/oracle/product/10.2.2/install/make.log'
    INFO:
    INFO:
    Start output from spawned process:
    INFO:
    INFO:
    INFO: /usr/ccs/bin/ar d
    /export/home/oracle/product/10.2.2/rdbms/lib/libknlopt.a xsnoolap.o
    INFO: /usr/ccs/bin/ar cr
    /export/home/oracle/product/10.2.2/rdbms/lib/libknlopt.a
    /export/home/oracle/product/10.2.2/rdbms/lib/xsyeolap.o
    INFO: End
    output from spawned process.
    INFO:
    INFO: Calling Action
    unixActions10.2.0.1.0 registerForMake
         installMakePath =
    /usr/ccs/bin/make
         installMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    installTarget = ioracle
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    undoTarget = ioracle
         undoArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Linking Oracle
    INFO: 11/4/11 8:37:54 PM CST: Starting install Link
    Phase of component Oracle OLAP API
    INFO: 11/4/11 8:37:54 PM CST:
    Starting install Link Phase of component XDK Required Support Files
    INFO: 11/4/11 8:37:54 PM CST: Starting install Link Phase of
    component RDBMS Required Support Files for Instant Client
    INFO:
    11/4/11 8:37:54 PM CST: Starting install Link Phase of component
    RDBMS Required Support Files
    INFO: 11/4/11 8:37:54 PM CST: Starting
    install Link Phase of component Oracle JFC Extended Windowing
    Toolkit
    INFO: 11/4/11 8:37:54 PM CST: Starting install Link Phase of
    component Agent Required Support Files
    INFO: 11/4/11 8:37:54 PM CST:
    Starting install Link Phase of component Parser Generator Required
    Support Files
    INFO: 11/4/11 8:37:54 PM CST: Starting install Link
    Phase of component Sample Schema Data
    INFO: 11/4/11 8:37:54 PM CST:
    Starting install Link Phase of component Oracle Starter Database
    INFO: 11/4/11 8:37:54 PM CST: Starting install Link Phase of
    component Oracle Message Gateway Common Files
    INFO: 11/4/11 8:37:54
    PM CST: Starting install Link Phase of component XML Parser for
    Oracle JVM
    INFO: 11/4/11 8:37:54 PM CST: Starting install Link Phase
    of component Precompiler Required Support Files
    INFO: 11/4/11 8:37:54
    PM CST: Starting install Link Phase of component XML Parser for
    Java
    INFO: 11/4/11 8:37:54 PM CST: Starting install Link Phase of
    component Oracle Help for the Web
    INFO: 11/4/11 8:37:54 PM CST:
    Starting install Link Phase of component Oracle Ice Browser
    INFO:
    11/4/11 8:37:54 PM CST: Starting install Link Phase of component
    Enterprise Manager Baseline
    INFO: 11/4/11 8:37:54 PM CST: Starting
    install Link Phase of component Oracle Data Mining RDBMS Files
    INFO:
    Calling Action unixActions10.2.0.1.0 registerForMake
    installMakePath = /usr/ccs/bin/make
         installMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    installTarget = ioracle
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    undoTarget = ioracle
         undoArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Unlinking oracle
    INFO: Calling Action unixActions10.2.0.1.0 make
    installMakePath = /usr/ccs/bin/make
         installMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    installTarget = dm_on
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    undoTarget = dm_off
         undoArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Linking Label Security Option
    INFO: The output of this make operation
    is also available at:
    '/export/home/oracle/product/10.2.2/install/make.log'
    INFO:
    INFO:
    Start output from spawned process:
    INFO:
    INFO:
    INFO: /usr/ccs/bin/ar cr
    /export/home/oracle/product/10.2.2/rdbms/lib/libknlopt.a
    /export/home/oracle/product/10.2.2/rdbms/lib/dmndmse.o      
    INFO:
    /usr/ccs/bin/ar cr
    /export/home/oracle/product/10.2.2/rdbms/lib/libknlopt.a
    /export/home/oracle/product/10.2.2/rdbms/lib/dmwdm.o
    INFO: End
    output from spawned process.
    INFO:
    INFO: Calling Action
    unixActions10.2.0.1.0 registerForMake
         installMakePath =
    /usr/ccs/bin/make
         installMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    installTarget = ioracle
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    undoTarget = ioracle
         undoArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Unlinking oracle
    INFO: 11/4/11 8:37:55 PM CST: Starting install Link
    Phase of component Oracle Database 10g interMedia Files
    INFO: 11/4/11
    8:37:55 PM CST: Starting install Link Phase of component Oracle
    interMedia Java Advanced Imaging
    INFO: 11/4/11 8:37:55 PM CST:
    Starting install Link Phase of component SQLJ Runtime
    INFO: 11/4/11
    8:37:55 PM CST: Starting install Link Phase of component Oracle
    interMedia Annotator
    INFO: 11/4/11 8:37:55 PM CST: Starting install
    Link Phase of component Oracle JDBC/OCI Instant Client
    INFO: 11/4/11
    8:37:55 PM CST: Starting install Link Phase of component Oracle
    interMedia Locator RDBMS Files
    INFO: Calling Action
    unixActions10.2.0.1.0 registerForMake
         installMakePath =
    /usr/ccs/bin/make
         installMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    installTarget = ioracle
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    undoTarget = ioracle
         undoArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Linking oracle
    INFO: Calling Action unixActions10.2.0.1.0 make
    installMakePath = /usr/ccs/bin/make
         installMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    installTarget = sdo_on
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    undoTarget = sdo_off
         undoArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Linking sdo options
    INFO: The output of this make operation is also
    available at: '/export/home/oracle/product/10.2.2/install/make.log'
    INFO:
    INFO: Start output from spawned process:
    INFO:
    INFO:
    INFO: /usr/ccs/bin/ar cr
    /export/home/oracle/product/10.2.2/rdbms/lib/libknlopt.a
    /export/home/oracle/product/10.2.2/rdbms/lib/kxmwsd.o
    INFO: End
    output from spawned process.
    INFO:
    INFO: Calling Action
    unixActions10.2.0.1.0 registerForMake
         installMakePath =
    /usr/ccs/bin/make
         installMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    installTarget = ioracle
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    undoTarget = ioracle
         undoArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Linking Oracle
    INFO: 11/4/11 8:37:56 PM CST: Starting install Link
    Phase of component Platform Required Support Files
    INFO: 11/4/11
    8:37:56 PM CST: Starting install Link Phase of component Oracle Core
    Required Support Files
    INFO: 11/4/11 8:37:56 PM CST: Starting install
    Link Phase of component Database Workspace Manager
    INFO: 11/4/11
    8:37:56 PM CST: Starting install Link Phase of component Oracle
    Containers for Java
    INFO: 11/4/11 8:37:56 PM CST: Starting install
    Link Phase of component Oracle Help For Java
    INFO: 11/4/11 8:37:56 PM
    CST: Starting install Link Phase of component JDBC Common Files
    INFO:
    11/4/11 8:37:56 PM CST: Starting install Link Phase of component
    Perl Interpreter
    INFO: 11/4/11 8:37:56 PM CST: Starting install Link
    Phase of component Oracle Code Editor
    INFO: 11/4/11 8:37:56 PM CST:
    Starting install Link Phase of component Oracle Notification
    Service
    INFO: 11/4/11 8:37:56 PM CST: Starting install Link Phase of
    component Oracle interMedia Client Option
    INFO: 11/4/11 8:37:56 PM
    CST: Starting install Link Phase of component Oracle JDBC Thin
    Driver for JDK 1.2
    INFO: 11/4/11 8:37:56 PM CST: Starting install
    Link Phase of component Oracle JDBC Thin Driver for JDK 1.4
    INFO:
    11/4/11 8:37:56 PM CST: Starting install Link Phase of component
    Enterprise Manager plugin Common Files
    INFO: 11/4/11 8:37:56 PM CST:
    Starting install Link Phase of component LDAP Required Support
    Files
    INFO: 11/4/11 8:37:56 PM CST: Starting install Link Phase of
    component Character Set Migration Utility
    INFO: 11/4/11 8:37:56 PM
    CST: Starting install Link Phase of component Oracle Locale Builder
    INFO: 11/4/11 8:37:56 PM CST: Starting install Link Phase of
    component PL/SQL Embedded Gateway
    INFO: 11/4/11 8:37:56 PM CST:
    Starting install Link Phase of component OLAP SQL Scripts
    INFO:
    11/4/11 8:37:56 PM CST: Starting install Link Phase of component
    Database SQL Scripts
    INFO: 11/4/11 8:37:56 PM CST: Starting install
    Link Phase of component Oracle Globalization Support
    INFO: 11/4/11
    8:37:56 PM CST: Starting install Link Phase of component Required
    Support Files
    INFO: 11/4/11 8:37:56 PM CST: Starting install Link
    Phase of component Secure Socket Layer
    INFO: Calling Action
    unixActions10.2.0.1.0 registerForMake
         installMakePath =
    /usr/ccs/bin/make
         installMakeFileName =
    /export/home/oracle/product/10.2.2/network/lib/ins_net_client.mk
    installTarget = nnfgt.o
         installArguments = ORACLE_HOME
    =/export/home/oracle/product/10.2.2
         undoMakeFileName = null
    undoTarget = null
         undoArguments = null
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Linking nnfgt
    INFO: Calling Action unixActions10.2.0.1.0
    registerForMake
         installMakePath = /usr/ccs/bin/make
    installMakeFileName =
    /export/home/oracle/product/10.2.2/network/lib/ins_net_client.mk
    installTarget = mkldflags
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    null
         undoTarget = null
         undoArguments = null
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Linking ldflags
    INFO: Calling Action unixActions10.2.0.1.0
    registerForMake
         installMakePath = /usr/ccs/bin/make
    installMakeFileName =
    /export/home/oracle/product/10.2.2/network/lib/ins_net_client.mk
    installTarget = client_sharedlib
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    null
         undoTarget = null
         undoArguments = null
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Building client shared library
    INFO: 11/4/11 8:37:56 PM CST: Starting
    install Link Phase of component Oracle Database User Interface
    INFO:
    11/4/11 8:37:56 PM CST: Starting install Link Phase of component
    Enterprise Manager Minimal Integration
    INFO: 11/4/11 8:37:56 PM CST:
    Starting install Link Phase of component Oracle Wallet Manager
    INFO:
    11/4/11 8:37:56 PM CST: Starting install Link Phase of component
    Oracle Clusterware RDBMS Files
    INFO: 11/4/11 8:37:56 PM CST: Starting
    install Link Phase of component Oracle RAC Required Support Files-
    HAS
    INFO: 11/4/11 8:37:56 PM CST: Starting install Link Phase of
    component SQL*Plus
    INFO: Calling Action unixActions10.2.0.1.0
    registerForMake
         installMakePath = /usr/ccs/bin/make
    installMakeFileName =
    /export/home/oracle/product/10.2.2/sqlplus/lib/ins_sqlplus.mk
    installTarget = install
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    null
         undoTarget = null
         undoArguments = null
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Linking SQLPLUS executables
    INFO: 11/4/11 8:37:56 PM CST: Starting
    install Link Phase of component Enterprise Manager plugin Common
    Files
    INFO: 11/4/11 8:37:56 PM CST: Starting install Link Phase of
    component iSQL*Plus
    INFO: 11/4/11 8:37:56 PM CST: Starting install
    Link Phase of component Oracle Recovery Manager
    INFO: Calling Action
    unixActions10.2.0.1.0 registerForMake
         installMakePath =
    /usr/ccs/bin/make
         installMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    installTarget = irman
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    null
         undoTarget = null
         undoArguments = null
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Linking RMAN utility
    INFO: 11/4/11 8:37:56 PM CST: Starting install
    Link Phase of component HAS Common Files
    INFO: 11/4/11 8:37:56 PM
    CST: Starting install Link Phase of component Precompiler Common
    Files
    INFO: Calling Action unixActions10.2.0.1.0 make
    installMakePath = /usr/ccs/bin/make
         installMakeFileName =
    /export/home/oracle/product/10.2.2/precomp/lib/ins_precomp.mk
    installTarget = links
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    /export/home/oracle/product/10.2.2/precomp/lib/ins_precomp.mk
    undoTarget = rmlinks
         undoArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Linking links
    INFO: The output of this make operation is also
    available at: '/export/home/oracle/product/10.2.2/install/make.log'
    INFO:
    INFO: Start output from spawned process:
    INFO:
    INFO:
    INFO: (cd
    /export/home/oracle/product/10.2.2/precomp/public ; rm -f SQLCA.H)
    INFO: (cd /export/home/oracle/product/10.2.2/precomp/public ; rm -f
    ORACA.H)
    INFO: (cd /export/home/oracle/product/10.2.2/precomp/public
    ; rm -f SQLDA.H)
    INFO: (cd
    /export/home/oracle/product/10.2.2/precomp/public ; rm -f SQLCA.COB)
    INFO: (cd /export/home/oracle/product/10.2.2/precomp/public ; rm -f
    ORACA.COB)
    INFO: (cd
    /export/home/oracle/product/10.2.2/precomp/public ; rm -f SQLCA.FOR)
    INFO: (cd /export/home/oracle/product/10.2.2/precomp/public ; rm -f
    ORACA.FOR)
    INFO: (cd
    /export/home/oracle/product/10.2.2/precomp/public ; rm -f
    BNDDSC.FOR)
    INFO: (cd
    /export/home/oracle/product/10.2.2/precomp/public ; rm -f
    SELDSC.FOR)
    INFO: (cd
    /export/home/oracle/product/10.2.2/precomp/public ; ln -s sqlca.h
    SQLCA.H)
    INFO: (cd /export/home/oracle/product/10.2.2/precomp/public
    ; ln -s oraca.h ORACA.H)
    INFO: (cd
    /export/home/oracle/product/10.2.2/precomp/public ; ln -s sqlda.h
    SQLDA.H)
    INFO: (cd /export/home/oracle/product/10.2.2/precomp/public
    ; ln -s sqlca.cob SQLCA.COB)
    INFO: (cd
    /export/home/oracle/product/10.2.2/precomp/public ; ln -s oraca.cob
    ORACA.COB)
    INFO: (cd
    /export/home/oracle/product/10.2.2/precomp/public ; ln -s sqlca.for
    SQLCA.FOR)
    INFO: (cd
    /export/home/oracle/product/10.2.2/precomp/public ; ln -s oraca.for
    ORACA.FOR)
    INFO: (cd
    /export/home/oracle/product/10.2.2/precomp/public ; ln -s bnddsc.for
    BNDDSC.FOR)
    INFO: (cd
    /export/home/oracle/product/10.2.2/precomp/public ; ln -s seldsc.for
    SELDSC.FOR)
    INFO: End output from spawned process.
    INFO:
    INFO: Calling Action
    unixActions10.2.0.1.0 make
         installMakePath = /usr/ccs/bin/make
    installMakeFileName =
    /export/home/oracle/product/10.2.2/precomp/lib/ins_precomp.mk
    installTarget = relink
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2,EXENAME=proc
    undoMakeFileName = null
         undoTarget = null
         undoArguments = null
    logFile = /export/home/oracle/product/10.2.2/install/make.log
    progMsg = Linking proc
    INFO: The output of this make operation is
    also available at:
    '/export/home/oracle/product/10.2.2/install/make.log'
    INFO:
    INFO:
    Start output from spawned process:
    INFO:
    INFO:
    INFO: Linking
    /export/home/oracle/product/10.2.2/precomp/lib/proc
    INFO: ld:
    INFO:
    fatal:
    INFO: library -l
    INFO: clntsh
    INFO: : not found
    INFO:
    INFO: ld:
    INFO: fatal:
    INFO: file processing errors. No output written to
    INFO: /export/home/oracle/product/10.2.2/precomp/lib/proc
    INFO:
    INFO:
    *** Error code 1
    The following command caused the error:
    echo "Linking
    /export/home/oracle/product/10.2.2/precomp/lib/proc"; \
    rm -f
    /export/home/oracle/product/10.2.2/precomp/lib/proc; \
    /usr/ccs/bin/ld -o
    /export/home/oracle/product/10.2.2/precomp/lib/proc -
    L/export/home/oracle/product/10.2.2/precomp/lib/ -
    L/export/home/oracle/product/10.2.2/lib/ -dy
    /export/home/oracle/product/10.2.2/lib/prod/lib/crti.o
    /export/home/oracle/product/10.2.2/lib/prod/lib/crt1.o
    /export/home/oracle/product/10.2.2/lib/s0m
    INFO: ain.o
    /export/home/oracle/product/10.2.2/precomp/lib/pdc.o
    /export/home/oracle/product/10.2.2/precomp/lib/pds.o
    /export/home/oracle/product/10.2.2/precomp/lib/libproc2.a
    /export/home/oracle/product/10.2.2/lib/libslax10.a
    /export/home/oracle/product/10.2.2/precomp/lib/libpgp.a -lpls10 -
    lplp10 /export/home/oracle/product/10.2.2/lib/libplc10.a -lsnls10 -
    lunls10 -lnls10
    /export/home/oracle/product/10.2.2/rdbms/lib/kpudfo.o -lclntsh `cat
    /export/home/oracle/product/10.2.2/lib/ldflags` -lnsslb10 -
    lncrypt10
    INFO: -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /export/home/oracle/product/10.2.2/lib/ldflags` -lnsslb10 -
    lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -
    lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lmm -lsnls10 -lnls10 -
    lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -
    lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat
    /export/home/oracle/product/10.2.2/lib/ldflags` -lnsslb10 -
    lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /export/home/oracle/product/1
    INFO: 0.2.2/lib/ldflags` -lnsslb10
    -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -
    lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lpls10 -lsnls10 -lnls10
    -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -
    lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lclient10 -
    lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lsnls10 -lnls10 -lcore10
    -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -
    lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat
    /export/home/oracle/product/10.2.2/lib/sy
    INFO: sliblist` -R
    /opt/SUNWcluster/lib:/export/home/oracle/product/10.2.2/lib:/opt/ORC
    Lcluster/lib/ -Y
    P,:/opt/SUNWcluster/lib:/opt/ORCLcluster/lib/:/usr/ccs/lib:/usr/lib
    -Qy -lc -lrt -laio -lposix4 -lm
    /export/home/oracle/product/10.2.2/lib/prod/lib/crtn.o; \
    /bin/chmod
    755 /export/home/oracle/product/10.2.2/precomp/lib/proc
    INFO: make:
    Fatal error: Command failed for target
    `/export/home/oracle/product/10.2.2/precomp/lib/proc'
    INFO: End
    output from spawned process.
    INFO:
    INFO: Exception thrown from
    action: make
    Exception Name: MakefileException

    895824 wrote:
    I am installing oracle 10g(10202_database_soxl86)on solaris 10 (sol-10-u10-ga2-x86-dvd.iso) throgh VMware workstation 7.1.4
    I fellowing the steps below:
    1、 # pkgadd -R /cdrom/Solaris_10/Product SUNWarc SUNWbtool SUNWhea SUNWlibm SUNWlibms SUNWsprot SUNWtoo SUNWi1of SUNWi1cs SUNWi15cs SUNWxwfnt SUNWgcc
    2、 # mkdir -p /export/home/app/oracle
    # chown -R oracle:oinstall /export/home/app/oracle
    3、 # groupadd oinstall
    # groupadd dba
    # useradd -g oinstall -G dba -s /usr/bin/bash -d /export/home/app/oracle oracle
    # passwd oracle
    4、$vi .profile
    export ORACLE_BASE=/export/home/app
    export ORACLE_HOME=$ORACLE_BASE/oracle
    export ORACLE_SID=sun
    export PATH=$ORACLE_HOME/bin:$PATH
    export DISPLAY=192.168.0.1:0.0
    stty erase ^h
    $ env | grep ORA
    results: ORACLE_BASE=/export/home/app
    ORACLE_HOME=/export/home/app/oracle
    ORACLE_SID=sun
    $ env | grep DIS
    results:DISPLAY=192.168.0.1:0.0
    5、# uname -a
    result:SunOS solaris10 5.10 Generic_147441-01 i86pc i386 i86pc
    # isainfo -v
    result:32-bit i386 applications
    pclmulqdq aes sse4.2 sse4.1 ssse3 popcnt tscp sse3 sse2 sse fxsr mmx
    cmov sep cx8 tsc fpu
    6、# df -k
    Filesystem kbytes used avail capacity Mounted on
    swap 2437932 112 2437820 1% /tmp
    7 、# cd /tmp
    # unzip / 10202_database_soxl86.zip
    # chown -R oracle:oinstall database/
    8、 # su - oracleLook no further. You modified your .profile to set the environment, but you did that as root, then did an su to oracle. That oracle session never saw the environment changes (ORACLE_HOME, etc) you did to your (root) profile. All Oracle specific tasks should be done logged on as the oracle software owner - oracle. Once root made the necessary prereqs at the OS level (pkgadd, groupadd, useradd) you should have logged off as root and logged on as oracle, THEN proceeded to fix your .profile, etc., and run the installer. NEVER act as a dba while logged on as root. NEVER log on as root to do ANYTHING that does not REQUIRE root access.
    $ cd /tmp/database
    $ ./runInstaller
    <snip>

  • Error in invoking target 'Client_sharedlib' of makefile ins_net_client_mk

    I got the folowing Error when I install Oracle patch 10.2.0.3 in linux.
    Error in invoking target 'Client_sharedlib' of makefile ins_net_client_mkWhen I execute "relink client_sharedlib" ,Iget the following output..
    /home/oracle/oracle/product/10.2.0/db_1/bin/genclntsh
    /usr/bin/ld: skipping incompatible /home/oracle/oracle/product/10.2.0/db_1/lib/libsql10.a when searching for -lsql10
    /usr/bin/ld: cannot find -lsql10
    collect2: ld returned 1 exit status
    genclntsh: Failed to link libclntsh.so.10.1
    make: ** [client_sharedlib] Error 1

    I make the softlink of file libsql10.a in lib to lib32. & then we run
    $genclntsh
    Then i got the same Error.
    Following lines are the last 10 lines from $ORACLE_HOME/install/make.log file of my System.
    /usr/bin/make -f ins_net_client.mk client_sharedlib ORACLE_HOME=/home/oracle/oracle/product/10.2.0/db_1//home/oracle/oracle/product/10.2.0/db_1/bin/genclntsh
    /usr/bin/ld: skipping incompatible /home/oracle/oracle/product/10.2.0/db_1/lib/libsql10.a when searching for -lsql10
    /usr/bin/ld: cannot find -lsql10
    collect2: ld returned 1 exit status
    genclntsh: Failed to link libclntsh.so.10.1
    make: *** [client_sharedlib] Error 1
    /usr/bin/make -f ins_net_client.mk client_sharedlib ORACLE_HOME=/home/oracle/oracle/product/10.2.0/db_1//home/oracle/oracle/product/10.2.0/db_1/bin/genclntsh
    /usr/bin/ld: skipping incompatible /home/oracle/oracle/product/10.2.0/db_1/lib/libsql10.a when searching for -lsql10
    /usr/bin/ld: cannot find -lsql10
    collect2: ld returned 1 exit status
    genclntsh: Failed to link libclntsh.so.10.1
    make: *** [client_sharedlib] Error 1

  • Error in invoking ntcontab.o while installing Oracle 9.2.0.1.0 in Solaris 9

    Hi all,
    Pre-installation:
    I install the oracle with user "oracle" which belongs to "dba" group.
    The environment variables are
    PATH=/usr/sbin:/usr/bin:/usr/ccs/bin:/usr/openwin/bin:/usr/dt/bin:/usr/platform/SUNW,Ultra-80/sbin:/opt/sun/bin:/opt/SUNWexplo/bin
    LD_LIBRARY_PATH=/usr/openwin/lib
    OPENWINHOME=/usr/openwin
    ORACLE_OWNER=oracle
    Also, i created /oracle folder for the installation of oracle
    Synonym:
    While installing oracle, I was encountered the error in invoking target ntcontab.o of makefile /oracle/OraHome92/network/lib/ins_net_client.mk while installing Oracle 9.2.0.1.0 in Solaris 9 unix machine.
    The content of /oracle/OraHome92/install/make.log is as follows
    /usr/ccs/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/oracle/OraHome92
    (if [ "assemble" = "compile" ] ; then \
    /oracle/OraHome92/bin/gennttab > ntcontab.c ;\
    cc -c ntcontab.c ;\
    rm -f /oracle/OraHome92/lib/ntcontab.o ;\
    mv ntcontab.o /oracle/OraHome92/lib ;\
    /usr/ccs/bin/ar rv /oracle/OraHome92/lib/libn9.a /oracle/OraHome92/lib
    /ntcontab.o ; fi)
    (if [ "assemble" = "assemble" ] ; then \
    /oracle/OraHome92/bin/gennttab > ntcontab.s ;\
    /usr/ccs/bin/as -xarch=v9 -P -o ntcontab.o ntcontab.s ;\
    rm -f /oracle/OraHome92/lib/ntcontab.o ;\
    mv ntcontab.o /oracle/OraHome92/lib ;\
    /usr/ccs/bin/ar rv /oracle/OraHome92/lib/libn9.a /oracle/OraHome92/lib
    /ntcontab.o ; fi)
    Error in finding run directory. Using default /opt/SUNWspro/binerror: Unable to
    find current directory
    *** Error code 1
    make: Fatal error: Command failed for target `ntcontab.o'
    Could anyone give me a suggestion how to fix the problem.
    It's urgent
    Many thanks,
    Kelvin

    If someone having above problem....
    umount partitions where installing oracle and then check perrmisions to mount point and mount back.
    This work for me.
    Thanks

  • OMS 12c Upgrade Stuck at this error Error in invoking target 'client_shared

    Hi All
    We are Upgrading OMS from 11.1 to 12c
    stuck at this error after invoking runInstaller
    Following 1 system upgrade. (graphical mode).
    INFO: Start output from spawned process:
    INFO: ----------------------------------
    INFO:
    INFO: /opt/app/wls/oms12c/oms/bin/genclntsh
    INFO: make: execvp: /opt/app/wls/oms12c/oms/bin/genclntsh: Permission denied
    INFO: make: *** [client_sharedlib] Error 127
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'client_sharedlib' of makefile '/opt/app/wls/oms12c/oms/rdbms/lib/ins_rdbms.mk'. See '/opt/app/oraInventory/logs/installActions2012-08-02_06-38-02-PM.log' for details.
    Exception Severity: 1
    INFO: POPUP WARNING:Error in invoking target 'client_sharedlib' of makefile '/opt/app/wls/oms12c/oms/rdbms/lib/ins_rdbms.mk'. See '/opt/app/oraInventory/logs/installActions2012-08-02_06-38-02-PM.log' for details.
    Click "Retry" to try again.
    Click "Ignore" to ignore this error and go on.
    Click "Cancel" to stop this installation.
    Please Advise
    Edited by: TechAdmin on Aug 2, 2012 4:09 PM
    Edited by: TechAdmin on Aug 2, 2012 4:11 PM

    I installed all the packages and it allowed me to proceed furthur
    but now it throws another error saying that
    The log says "ORA-12003: materialized view "SYSMAN"."MGMT_ECM_MD_ALL_TBL_COLUMNS" does not exist" during the OMS Upgrade using graphical mode.
    We are not sure if that Materialized view ever exists on it or not.
    Please advise
    Below is the detailed log :
    INFO: oracle.sysman.top.oms:Failure...
    INFO: oracle.sysman.top.oms:exiting the thread...
    INFO: oracle.sysman.top.oms:[Initializing the EM RCU Runner, Failed Parameter Validation]
    INFO: oracle.sysman.top.oms: action logger path calculated finally: /opt/app/wls/OMS12c/oms/sysman/log/schemamanager/m_073012_1147_AM/m_073012_1147_AM.TRANSX/
    INFO: oracle.sysman.top.oms:The transx command execution is completed with the status 255
    INFO: oracle.sysman.top.oms:The transx action failed, Run the RepManager with -action transx
    INFO: oracle.sysman.top.oms:process_id:dr40kpyuxcpe
    INFO: oracle.sysman.top.oms:Failure...
    INFO: oracle.sysman.top.oms:1 error(s) happened in performing the action:
    INFO: oracle.sysman.top.oms:1):
    ORA-12003: materialized view "SYSMAN"."MGMT_ECM_MD_ALL_TBL_COLUMNS" does not exist
    File:/opt/app/wls/OMS12c/oms/sysman/admin/emdrep/sql/core/11.2.0.1/ecm/ecm_tables_alter.sql
    Statement:DROP MATERIALIZED VIEW MGMT_ECM_MD_ALL_TBL_COLUMNS
    INFO: oracle.sysman.top.oms:The plug-in Repository Upgrade has failed its perform method
    The other logs at <OMS_HOME>sysman/log/schemamanager/* says that the index is missing we checked our backups and all other possible ways to find if that index ever existed but we dont see anything as such.
    2012-08-06 12:07:54,476 [t970bytvwebs] INFO emschema.t970bytvwebs - index on mgmt_messages found: true on try: 196
    2012-08-06 12:08:00,479 [t970bytvwebs] INFO emschema.t970bytvwebs - index on mgmt_messages found: true on try: 197
    2012-08-06 12:08:06,570 [t970bytvwebs] INFO emschema.t970bytvwebs - repos connection is not null, using old one
    2012-08-06 12:08:06,571 [t970bytvwebs] INFO emschema.t970bytvwebs - executing: SELECT count(*) FROM all_objects WHERE object_name='MGMT_MESSAGES_IDX_01' AND owner='SYSMAN'
    2012-08-06 12:08:06,572 [t970bytvwebs] INFO emschema.t970bytvwebs - index on mgmt_messages found: true on try: 198
    2012-08-06 12:08:12,574 [t970bytvwebs] INFO emschema.t970bytvwebs - index on mgmt_messages found: true on try: 199
    2012-08-06 12:08:18,576 [t970bytvwebs] INFO emschema.t970bytvwebs - not found index on mgmt_messages
    2012-08-06 12:08:18,576 [t970bytvwebs] INFO emschema.t970bytvwebs - error: not found index on mgmt_messages for transx repos user exists: true mgmt_messages exists: true; index on mgmt_messages exist: false; found connection for repos user: true
    2012-08-06 12:08:18,576 [t970bytvwebs] ERROR emschema.t970bytvwebs - Failed Parameter Validation
    2012-08-06 12:08:18,576 [t970bytvwebs] ERROR emschema.t970bytvwebs - NULL Exception was thrown!
    2012-08-06 12:08:18,576 [t970bytvwebs] ERROR emschema.t970bytvwebs - Failed Parameter Validation
    we never had that index in our database.so that we could go back and check if that exits
    Please suggest a solution for this.
    Thanks
    Unfortunately we dont have any other database to compare it to see wether it exits
    Edited by: TechAdmin on Aug 6, 2012 11:34 AM

  • Error in invoking target install of makefile: Oracle 8.1.6 for Redhat7.1

    did any 1 get this error message while installing ORacle 8.1.6
    on Linux Redhat 7.1 ?
    Error in invoking target install of makefile
    /usr/oracle/sqlplus/lib/ins_sqlplus.mk
    if any1 did find a soln to it plz. let me know.

    Dear:
    My English is bad, but I think you will understand me what I
    saying.I show what i did in my computer system.
    First: I download i386-glibc-2.1-linux.tar.bz2,
    readme.oracle8i from
    ftp://ftp.ca.kernel.org/pub/software/libs/glibc/hjl/sdk/2.1
    and
    Second : I read the file readme.oracle8i,and do what it
    said.
    It's ok to solve the problem.
    Good Luck.

  • Error in invoking target install of makefile: Oracle8.1.6 on RHLinux7.1

    Hello,
    How are you?
    I am facing some problem to install Oracle 8.1.6 on my own pc on
    os Linux 7.1.
    I can start installer.Its installing but after 72% installation
    complited than its gives following errors.
    error in invoking target install of makefile
    /u01/app/oracle/product/8.1.6/sqlplus/lib/ins_sqlplus.mk
    error in invoking target install of makefile
    /u01/app/oracle/product/8.1.6/network/lib/ins_net_client.mk
    error in invoking target install of makefile
    /u01/app/oracle/product/8.1.6/precomp/lib/ins_precomp.mk
    error in invoking target install of makefile
    /u01/app/oracle/product/8.1.6/ldap/lib/ins_ldap.mk
    error in invoking target install of makefile
    /u01/app/oracle/product/8.1.6/network/lib/ins_net_server.mk
    error in invoking target install of makefile
    /u01/app/oracle/product/8.1.6/network/lib/ins_oemagent.mk
    error in invoking target install of makefile
    /u01/app/oracle/product/8.1.6/odg/lib/ins_odg.mk
    error in invoking target install of makefile
    /u01/app/oracle/product/8.1.6/otrace/lib/ins_otrace.mk
    error in invoking target install of makefile
    /u01/app/oracle/product/8.1.6/plsql/lib/ins_plsql.mk
    error in invoking target install of makefile
    /u01/app/oracle/product/8.1.6/rdbms/lib/ins_rdbms.mk
    error in invoking target install of makefile
    /u01/app/oracle/product/8.1.6/rdbms/lib/ins_rdbms.mk
    error in invoking target install of makefile
    /u01/app/oracle/product/8.1.6/ctx/lib/ins_ctx.mk
    After that it shows INSTALLATION COMPLETE SUCCESSFULLY.And
    Network Configuration Assistant
    has start. Its hang the computer
    In log shows error this
    Error loading native library libnjni8.so
    java.lang unsatisfied ink error:jniGetOracleHome
    I stop the same.Than Database Assistant and Creation of database
    start.It is complete without
    any error.
    But when I tried to start svrmgrl its show following error
    svrmgrl:error while loading shared libraries:libwtc8.so;cann't
    load shared object
    Please sir,
    Lets give me right direction for these difficulties.I am so much
    interested to install same on
    my pc.Please do needful.If you are interested to give me direct
    answer than my mailid is
    [email protected]
    Thanking you in advance
    Yours truly,
    Gitesh Trivedi.
    Title : re:Installation of Oracle 8.1.6 on RedHat Linux 7.1
    [New] O/S : Linux
    Author : Akshay Salkar [mailto:[email protected]]
    Type : Statement
    Date : Nov 11, 2001 23:50 PT
    POST :REPLY (W/QUOTE)
    Hi Gitesh,
    I face exactly the same problems as you face....
    no whatsoever difference...and i am completely stuck as i dont
    know what to do...
    i have heard from some people (on the oracle discussion groups)
    that they have successfully installed oracle8.1.6
    how i dont know... but very much eager if any of you all could
    help me out.
    if you do find a way out and solve the problem ...do plz. let me
    know....
    akshay.

    Just make sure when you type : $ ld
    it doesn't give you an error like below
    [oracle8i@ns1 oracle8i]$ ld
    ld: unrecognised emulation mode: elf_i386_glibc21
    Supported emulations: elf_i386 i386linux
    If so, in order to workaround with it, don't include
    . /usr/i386-glibc21-linux/bin/i386-glibc21-linux-env.sh
    in your env. setting. but make sure you include
    export LD_ASSUME_KERNEL=2.2.5
    After disabling that command, I can install oracle 8.1.7.0.1 on
    RH 7.2 without any errors.
    I hope this helps ! Let me know if you succeed
    k3Nn

  • Error in invoking target install of makefile $ORACLE_HOME/sqlplus/lib/ins_sqlplus.mk

    I am installing oracle 8.1.6 on Red Hat linux 7.2
    I made following entries in .bashrc file of oracle
    export ORACLE_BASE="/oracle"
    export ORACLE_HOME="$ORACLE_BASE/product/9i"
    export LD_LIBRARY_PATH="$ORACLE_HOME/lib:/lib:/usr/lib:/usr/openwin/lib"
    export ORA_NLS33="$ORACLE_HOME/ocommon/nls/admin/data"
    export ORACLE_SID="ORCL"
    export
    CLASSPATH="$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib:$ORACLE_HOME/network/jlib"
    export
    PATH="/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/games:/u01/app/oracle/product/8.1.6/bin:/oracle/jdk/bin:.:/opt/gnome/bin:/opt/www/htdig/bin:/opt/kde/bin:/usr/share/texmf/bin:/usr/openwin/bin
    I am geting following error while installation
    "Error in invoking target install of makefile $ORACLE_HOME/sqlplus/lib/ins_sqlplus.mk"
    Please help me. I have set necessary file permissions also.
    Hemant

    Hi
    Having just done this myself on Suse 8, are you sure that the make package is installed? Also make sure that the cc/gcc packages are installed. HTH
    Dave

  • 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 'install' of makefile ...ctx/lib/ins_ctx at instal

    During link steps at installing 11gR2 on OEL5 I got:
    Exception String: Error in invoking target 'install' of makefile '/oracle/112/ctx/lib/ins_ctx.mk'. See '/oracle/oraInventory/logs/installActions2009-10-09_09-21
    -45PM.log' for details.
    Exception Severity: 1
    (no more information in logfile)
    Any idea?
    ( prerequisite checks at the beginning of install process where fine)

    The Installer checks prerequisites as successful..
    I believe (hope I step on the right way) it could be caused by:
    " 4. The gcc-4.1.2 and gcc-c++-4.1.2 RPM items above will ensure that the correct gcc / g++ versions are installed. It is also required that you ensure that these correct gcc / g++ versions are active, and in-use. Ensure that the commands "gcc version" and "g++ version" each return "4.1.x". "
    I checked it:
    [root@ozone ~]# ls -al /usr/bin | grep gcc
    lrwxrwxrwx 1 root root 3 Jan 11 2009 cc -> gcc
    -rwxr-xr-x 1 root root 914 May 22 2008 gcc
    -rwxr-xr-x 2 root root 89760 Jun 5 2007 gcc34
    -rwxr-xr-x 1 root root 2018 Jun 6 2007 gccmakedep
    -rwxr-xr-x 2 root root 196668 May 25 2008 gcc.orig
    -rwxr-xr-x 2 root root 196668 May 25 2008 i386-redhat-linux-gcc
    -rwxr-xr-x 2 root root 89760 Jun 5 2007 i386-redhat-linux-gcc34
    [root@ozone ~]# rpm -qf /usr/bin/gcc
    gcc-4.1.2-42.el5
    [root@ozone ~]# cd /tmp
    [root@ozone tmp]# gcc --version
    gcc34 (GCC) 3.4.6 20060404 (Red Hat 3.4.6-4)
    Copyright (C) 2006 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    Same with g++
    But how to get gcc-4.1.2 active?
    I tried to remove:
    [root@ozone tmp]# rpm -qf /usr/bin/gcc34
    compat-gcc-34-3.4.6-4
    [root@ozone tmp]# rpm -qf /usr/bin/i386-redhat-linux-gcc34
    compat-gcc-34-3.4.6-4
    [root@ozone tmp]# rpm -e compat-gcc-34-3.4.6-4
    error: Failed dependencies:
    compat-gcc-34 = 3.4.6-4 is needed by (installed) compat-gcc-34-c++-3.4.6-4.i386
    compat-gcc-34 is needed by (installed) compat-oracle-el5-1.0-5.i386
    [oracle@ozone ~]$ rpm -e compat-gcc-34-c++-3.4.6-4
    error: Failed dependencies:
    compat-gcc-34-c++ is needed by (installed) compat-oracle-el5-1.0-5.i386
    ??? What should I do with compat-oracle-el5-1.0-5.i386 ????
    I want to upgrade a 11.1.0.7 database, so there is a 11.1.0.7 Oracle on the machine (VMWare) too.

  • Error in invoking target 'install' of makefile

    Dear all,
    When I install EM12C then I got this error is "Error in invoking target 'install' of makefile".
    Please help me to solve this error.
    INFO: /usr/bin/ld: cannot find -lclntsh
    collect2: ld returned 1 exit status
    INFO: make[1]: Leaving directory `/u01/app/oracle/product/middleware/oms/sqlplus/lib'
    INFO: make[1]: *** [/u01/app/oracle/product/middleware/oms/sqlplus/bin/sqlplus32] Error 1
    make: *** [newsqlplus32] Error 2
    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 '/u01/app/oracle/product/middleware/oms/sqlplus/lib/ins_sqlplus.mk'. See '/u01/app/oraInventory/logs/installActions2013-07-26_08-43-01-AM.log' for details.
    Exception Severity: 1
    INFO: POPUP WARNING:Error in invoking target 'install' of makefile '/u01/app/oracle/product/middleware/oms/sqlplus/lib/ins_sqlplus.mk'. See '/u01/app/oraInventory/logs/installActions2013-07-26_08-43-01-AM.log' for details.
    Click "Retry" to try again.
    Click "Ignore" to ignore this error and go on.
    Click "Cancel" to stop this installation.
    Best Regards,
    Kosal Kong

    Check for 2 more things -
    a) Do the directory where you extracted your software (Disk1) and under Disk1 you should see following folders. Is WT.zip present ?
    a@adcxxxxxxx Disk1]$ ls
    install libskgxn plugins response stage WT.zip
    jdk oms runInstaller wls
    b) As Courtney mentioned, you ignore a pre-req failure and i suspect that you do not have glibc package on your host.
    Go through the requires packages from -http://docs.oracle.com/cd/E24628_01/install.121/e22624/preinstall_req_packages.htm#CHDEHHCA
    look at the log files
    <ORACLE_INVENTORY_HOME>/logs/installActions<timestamp>.log
    <ORACLE_HOME>/cfgtoollogs/oui/installActions<timestamp>.log

  • Error in invoking target 'install' makefile

    Hi,
    I am trying to upgrade the EBS R12.0.6 Database 10.2.0.2 to 10.2.0.4 and applying the patch 6810189 and got the following error message:
    Error in invoking target 'install' of makefile
    /proddb/PROD/db/tech-st/10.2.0/plsql/lib/ins_plsql.mk
    See /proddb/PROD/db/tech_st/10.2.0/admin/oui/PROD_qa2/oraInventory/logs/installAction2010-09-08_10-13-9AM.log
    ACTION
    Pause the Installation and uploaded the $ORACLE_HOME/install/make.log
    and $ORACLE_HOME/admin/oui/CONTEXT_NAME/oraInventory/logs/<installActions_log>
    ====================================
    Message in $ORACLE_HOME/admin/oui/PROD_qa2/oraInventory/logs/<installActions_log>:
    INFO: make: 1254-004 The error code from the last command is 12.
    Stop.
    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 '/proddb/PROD/db/tech_st/10.2.0/plsql/lib/ins_plsql.mk'. See
    '/proddb/PROD/db/tech_st/10.2.0/admin/oui/PROD_qa2/oraInventory/logs/installActions2010-09-08_10-13-09AM.log' for details.
    Exception Severity: 1
    ======================================================
    Message in $ORACLE_HOME/install/make.log
    /usr/ccs/bin/make -f ins_plsql.mk install ORACLE_HOME=/proddb/PROD/db/tech_st/10.2.0/ chmod 755 /proddb/PROD/db/tech_st/10.
    2.0/bin
    rm -f wrap
    Linking wrap
    ld -b64 -o wrap -L/proddb/PROD/db/tech_st/10.2.0/plsql/lib/ -L/proddb/PROD/db/tech_st/10.2.0/lib/ -bnoerrmsg /proddb/
    PROD/db/tech_st/10.2.0/plsql/lib/s0plsw.o -lpsa10 -lpls10 -lplp10 /proddb/PROD/db/tech_st/10.2.0/lib/nautab.o /proddb/PROD/
    db/tech_st/10.2.0/lib/naeet.o /proddb/PROD/db/tech_st/10.2.0/lib/naect.o /proddb/PROD/db/tech_st/10.2.0/lib/naedhs.o `cat /p
    roddb/PROD/db/tech_st/10.2.0/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /proddb
    /PROD/db/tech_st/10.2.0/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lv
    sn10 -lcommon10 -lgeneric10 -lmm -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -l
    unls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /proddb/PROD/db/tech_st/10.2.0/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -l
    nzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /proddb/PROD/db/tech_st/10.2.0/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs1
    0 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lpls10 -lsnls10 -lnls10 -lcore10 -lsnls10 -
    lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lclient10 -lnnetd10 -lvsn10
    -lcommon10 -lgeneric10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -ls
    nls10 -lnls10 -lcore10 -lnls10 -lld -lm `cat /proddb/PROD/db/tech_st/10.2.0/lib/sysliblist` -lm -lpls10 -lsql10 `if [ "\
    `/usr/bin/uname -v\`" = "4" ]; \
    then echo "-bI:/proddb/PROD/db/tech_st/10.2.0/lib/pw-syscall.exp"; fi;` /proddb/PROD/db/tech_st/10.2.0/lib/libplc10.a
    -lpls10 -lclient10 -lnl10 -lnro10 -ln10 /proddb/PROD/db/tech_st/10.2.0/rdbms/lib/kpudfo.o -lmm -lgeneric10 -lcommon10
    -lslax10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lsql10 -lld -lm `cat /proddb/PROD/db/tech_st/10.2.0/lib/sysli
    blist` -lm `if [ "\`/usr/bin/uname -v\`" = "4" ]; \
    then echo "-bI:/proddb/PROD/db/tech_st/10.2.0/lib/pw-syscall.exp"; fi;`
    make: 1254-004 The error code from the last command is 12.
    Stop.
    ===================================
    My platform details:
    OS-> AIX 5.3 64-bit
    EBS-> R12.0.6 64-bit Single Node
    Current Database-> 10.2.0.2
    Target Database-> 10.2.0.4
    Please suggest any solution.
    Thanks in advance.
    Regards,
    Umair

    Hi,
    You can follow the below action plan
    1) If you have 10.2.0.2 software available in other location, then go to ORACLE_HOME/bin
    script relink.log
    ./relink all
    exit
    check before the upgrade the relinking is working fine or not
    If not this problem exist before the upgrade itself.
    Note: For proper relinking of oracle binaries you need install all required OS packages as per the article 169706.1
    2) if no error found in relink.log then log a ticket with oracle and it could be problem with specific release
    Kind Regards,
    Rakesh Jayappa
    Edited by: Rakesh jayappa on Sep 13, 2010 6:24 AM

  • Error in invoking target 'install' after extproc32 in x86_64 installation

    Hi
    I am trying to install patch p4547809 (9.2.0.8) however when it gets to 99% of the installation I get this error:
    Error in invoking target 'install' of makefile '/u01/oracle/9ir2db/rdbms/lib/ins_rdbms.mk'
    According to the log file the error is as follows:
    Linking external procedure agent (/u01/oracle/9ir2db/rdbms/lib/extproc32)
    rm -f /u01/oracle/9ir2db/rdbms/lib/extproc32
    gcc -m32 -o /u01/oracle/9ir2db/rdbms/lib/extproc32 -L/u01/oracle/9ir2db/rdbms/lib32/ -L/u01/oracle/9ir2db/lib32/ -L/u01/oracle/9ir2db/lib32/stubs/ /u01/oracle/9ir2db/rdbms/lib32/hormc.o /u01/oracle/9ir2db/rdbms/lib32/defopt.o /u01/oracle/9ir2db/rdbms/lib32/homts.o -lagtsh -lpls9 -lplp9 -lclntsh -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 /u01/oracle/9ir2db/lib32/libgeneric9.a `cat /u01/oracle/9ir2db/lib32/sysliblist` -Wl,-rpath,/u01/oracle/9ir2db/lib:/lib:/usr/lib -lm `cat /u01/oracle/9ir2db/lib32/sysliblist` -ldl -lm -lvsn9
    /usr/lib/gcc/x86_64-redhat-linux/3.4.6/libgcc_s_32.so: undefined reference to `dl_iterate_phdr@GLIBC_2.2.4'
    collect2: ld returned 1 exit status
    make[1]: *** [u01/oracle/9ir2db/rdbms/lib/extproc32] Error 1
    make[1]: Leaving directory `/u01/oracle/9ir2db/rdbms/lib'
    make: *** [extproc32] Error 2
    End output from spawned process.
    Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'install' of makefile '/u01/oracle/9ir2db/rdbms/lib/ins_rdbms.mk'. See '/u01/oracle/oraInventory/logs/installActions2006-12-07_12-11-52PM.log' for details.
    Exception Severity: 1
    *** Cancel Dialog: ***
    User Selected: Stop installation of all products.
    Here are some additional details:
    rpm -q binutils gcc gcc-c++ glibc gnome-libs libstdc++ libstdc++-devel make \ pdksh sysstat xscreensaver libaio binutils-2.15.92.0.2-21gcc-3.4.6-3
    gcc-c++-3.4.6-3
    glibc-2.3.4-2.25
    gnome-libs-1.4.1.2.90-44.1
    libstdc++-3.4.6-3
    libstdc++-devel-3.4.6-3
    make-3.80-6.EL4
    sysstat-5.0.5-11.rhel4
    xscreensaver-4.18-5.rhel4.11
    libaio-0.3.105-2
    >
    I would appreciate any assistance on this. Thanks

    Problem is the compiler version. You need to use gcc 3.2 instead of 3.4.

Maybe you are looking for