启动OUI前报错,操作系统缺相应的包包
Preparing to launch Oracle Universal Installer
libXp.so.6: cannot open shared object file: No such file or directory
yum之,注意把32位也安装了,因为实际缺的就是32的
yum install libXp
OUI检查:checking for gcc-3.2 Not found. Failed <<<<
yum之,注意安装成功后,需要重启OUI,光是retry是没有用的
yum install gcc
安装过程中,又跳出错误
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'install' of makefile '/opt/oracle/product/10.2.0/ctx/lib/ins_ctx.mk'.
See '/opt/oracle/oraInventory/logs/installActions2013-03-22_12-25-03AM.log' for details.
Exception Severity: 1
也是因为缺32位的 yum list glibc-devel
http://www.iyunv.com/Linux/2010-11/30068.htm
继续跳错,没有上一个错那么幸运,查了半天,打了各种包都没用,血一样的教训
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'agent nmo nmb' of makefile '/opt/oracle/product/10.2.0/sysman/lib/ins_sysman.mk'.