11GR2 Install Fails on Fedora 13

Problem:

======

During relinking operation OUI will fail and in $ORACLE_HOME/install/make.log  you will find following error.

/u01/app/dev/Middleware/agent11g/lib/libnnz11.so: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[1]: *** [/u01/app/dev/Middleware/agent11g/sysman/lib/emdctl] Error 1
make[1]: Leaving directory `/u01/app/dev/Middleware/agent11g/sysman/lib'
Solution:
======

When you start to install with ./runInstaller, run in another terminal window (as root)

ls $ORACLE_HOME/sysman/lib/ins_emagent.mk

At first this will produce an error, as the installer wont have created this file yet.
Once the file exists, do:

vi $ORACLE_HOME/sysman/lib/ins_emagent.mk

Search for the line

$(MK_EMAGENT_NMECTL)

Change it to:

$(MK_EMAGENT_NMECTL) -lnnz11

15 Comments

  1. Willem says:

    Thanks a lot! This solution worked for me for Oracle 11g r2 on Fedora 14

  2. alex.YX says:

    Thank you very much! I was in error popup to modify the file, and then try again!

  3. VSP says:

    Thank you so much Dev for putthing this fix online. I don’t know if I would be able to figure this out ever. you saved my day and night. once again, Thanks.

  4. Glaucio says:

    This solution worked for me too.

  5. Ab Syed says:

    Awesome.. It works on Fedora 16 as well… Thanks for the solution Bro! Good luck

  6. Horace says:

    Great! It works with Oracle 11g 2 + Fedora 16. Thanks!

  7. Rodrigo says:

    Thanks a lot!, it worked perfect!

  8. Beth says:

    This worked fine for me on Linux Mint LMDE. Next!

  9. tugmani says:

    The proposed solution worked perfectly for fedora 16 on my laptop

  10. Tim says:

    This works for a 64 bit install on Fedora16 too.

  11. Jin says:

    Thank you so much! I’m installing oracle 11GR2 on fedora 16, I’m having the same problem.
    And this solution works perfect! Again, thanks!

  12. HLM says:

    Thank you very much. This worked for me with Fedora 16.

  13. paulley d says:

    Awesome!
    Thanks :)

  14. Shajan says:

    Thanks – this works for me with fedora 16

  15. gadhgo says:

    FYI, I am using Fedora 16.

Leave a Reply