...
export LD_BIND_NOW=1 명령어 본문
=====================================================================
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# SIGSEGV (0xb) at pc=0x00007f27a5060d70, pid=3098, tid=139807137117968
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_51-b10 mixed mode)
# Problematic frame:
# C [ld-linux-x86-64.so.2+0x14d70]
#
# An error report file with more information is saved as hs_err_pid3098.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
=====================================================================
Oracle 11g 설치시 위와 같은 에러가 나타면
아래의 명령어로 조치를 취해 주시면 됩니다.
원인은 VM - WARE 에서 나오는 에러 이며
디스플레이 와 관련된 내용입니다.
일단 아래와 같은 명령어를 같은 창에 명령어를 넣어주시고 인스톨을 해주시면 됩니다.
bash-4.1$ export LD_BIND_NOW=1
bash-4.1$ ./runInstaller참고 했던 페이지는
:: https://fatdba.com/2016/01/06/runinstaller-error-an-unexpected-error-has-been-detected-by-hotspot-virtual-machine/
입니다.