Changes between Initial Version and Version 7 of Ticket #14427
- Timestamp:
- Jan 12, 2016 9:18:00 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14427 – Description
initial v7 1 When trying to install 12.1.0.2 Grid Infrastructure on Linux 6.7 guest on OS X (Yosemite) host using VirtualBox 5 the installer hangs at 59% (after passing all the Oracle pre-requisites) with the error 2 “error invoking target irman ioracle of makefile /u01/app/gi/12.1.0.2/grid/rdbms/lib/ins_rdbms.mk” 1 When trying to install 12.1.0.2 Grid Infrastructure on Linux 6.7 guest on OS X (Yosemite) host using !VirtualBox 5 the installer hangs at 59% (after passing all the Oracle pre-requisites) with the error 2 {{{ 3 error invoking target irman ioracle of makefile /u01/app/gi/12.1.0.2/grid/rdbms/lib/ins_rdbms.mk” 3 4 The logs provide further detail. 4 5 5 '''INFO: /usr/bin/ld: cannot find -ljavavm126 INFO: /usr/bin/ld: cannot find -ljavavm12 6 7 collect2: ld returned 1 exit status 7 8 8 9 INFO: make: *** [/u01/app/gi/12.1.0.2/grid/rdbms/lib/oracle] Error 1 9 ''''''' 10 11 it is possible to work around this by copying the libjavavm12.a library located in $ORACLE_HOME/javavm/jdk/jdk7/lib to $ORACLE_HOME/lib directory and retrying the install. 10 }}} 11 It is possible to work around this by copying the libjavavm12.a library located in $ORACLE_HOME/javavm/jdk/jdk7/lib to $ORACLE_HOME/lib directory and retrying the install. 12 12 13 13 Once the workaround is applied, the installer continues but then the oracle root.sh script fails with a segmentation fault. 14 15 '''''rootconfig.sh: line 131: 4562 Segmentation fault16 ''''' 14 {{{ 15 rootconfig.sh: line 131: 4562 Segmentation fault 16 }}} 17 17 18 18 A workaround can be applied by reinstalling the Perl binaries under the newly created ORACLE_HOME and the installation can continue. 19 19 20 Both errors and their work arounds are described here 20 Both errors and their work arounds are described here: 21 21 http://laurent-leturgez.com/2015/05/26/oracle-12c-vmware-fusion-and-the-perl-binarys-segmentation-fault/#comment-7644 22 22