FIX: Oracle 10g on Solaris x64 installation – Error in invoking target ‘agent nmb nmo’…

You may also like...

6 Responses

  1. Rafael Rojas Liscano says:

    Hi, I have a similar problem…
    I triying to install a Oracle Application Server on Solaris 10. Over a amd processor.
    When is linking some files. Show me the following error:
    Error in invoking target ‘libso_install’ of makefile. ‘$ORACLE_HOME/reports/lib/ins_reports.mk’. See ‘/opt/oracle/oraInventory/logs/installActions2012-03-12_09-09-03AM.log’ for details.

    And this log look like this:
    ld: fatal: symbol referencing errors. No output written to /opt/oracle/oas/1012/buint/lib/librwu.so
    *** Error code 1
    make: Fatal error: Command failed for target `/opt/oracle/oas/1012/buint/lib/librwu.so’

    End output from spawned process.
    ———————————-
    Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target ‘libso_install’ of makefile ‘/opt/oracle/oas/1012/buint/reports/lib/ins_reports.mk’. See ‘/opt/oracle/oraInventory/logs/installActions2012-03-12_09-09-03AM.log’ for details.
    Exception Severity: 1
    The output of this make operation is also available at: ‘/opt/oracle/oas/1012/buint/install/make.log’

    Can you help me, please…

  2. Ken Ng says:

    You need to take a look a the make.log file (/opt/oracle/oas/1012/buint/install/make.log) to see what’s going on and where the error occurred. Only then can we further diagnose it.

  3. Rafael Rojas Liscano says:

    Thanks for response…
    The file “make.log” does not give me so much information about my problem. this file look like:
    /usr/ccs/bin/make -f ins_reports.mk libso_install ORACLE_HOME=$ORACLE_HOME/rm -f $ORACLE_HOME/lib//librwu.so; \
    rm -f $ORACLE_HOME/lib//librw.so
    rm -f rwsutil.o rwspid.o ; \
    /usr/ccs/bin/ar x $ORACLE_HOME/lib//librwu.a rwsutil.o rwspid.o ; \
    (LD_OPTIONS=”-z muldefs”; \
    /usr/ccs/bin/ld -o $ORACLE_HOME/lib/librwu.so -z defs -G -L $ORACLE_HOME/lib/ rwsutil.o rwspid.o \
    -lm $ORACLE_HOME/lib/libclntsh.so -lthread -L/usr/dt/lib /usr/dt/lib/libXm.so -lgen -L/usr/openwin/lib/ -R/usr/openwin/lib/ -lXt -lX11 -lw -lm `cat $ORACLE_HOME/lib/sysliblist` -lc )
    Undefined first referenced
    symbol in file
    ssl_GlobalSetClientAuthenticationToOptional /opt/oracle/oas/1012/buint/lib//libnnz10.so
    ssl_DisableClientAuthentication $ORACLE_HOME/lib//libnnz10.so
    ssl_EnableClientAuthentication $ORACLE_HOME/lib//libnnz10.so
    ssl_SetClientSGCBehaviour $ORACLE_HOME/lib//libnnz10.so
    ssl_GlobalDisableClientAuthentication $ORACLE_HOME/lib//libnnz10.so
    ssl_SetIOSemantics $ORACLE_HOME/lib//libnnz10.so
    ssl_ModifyCipherSuites $ORACLE_HOME/lib//libnnz10.so
    ssl_CheckClientVerifyOptionalFlag $ORACLE_HOME/lib//libnnz10.so
    ld: fatal: symbol referencing errors. No output written to $ORACLE_HOME/lib/librwu.so
    *** Error code 1
    make: Fatal error: Command failed for target `$ORACLE_HOME/lib/librwu.so’

  4. HP Fung says:

    Thank you so much for posting this! You have no idea how thankful I am. I spent 4 days and only got to genclntsh…and still very clueless. Thank you for saving me from many sleepless nights. Kudo!

  5. Mei says:

    Thank you man! I don’t have words to say how thankful i am. I got stuck on this error for 2 days

  6. Dmitry says:

    Thank you, this article helped me solve the problem with the installation of Oracle Database 10g on Solaris 10
    (both 32-bit)!

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.