Running Root.Sh On Second Node Fails PRKN-1008 Unable to load the shared library srvmhas10 解决

本文转载自http://blog.csdn.net/andyuil_ln/article/details/6326367,便后留查

Cause

Missing library "libclntsh.so.10.1" under $ORA_CRS_HOME/lib32

Bug 4189481 Vipca/Srvctl: Prkn-1008 : Unable To Load The Shared Library "Libsrvmhas.So"

This is often caused by missing 32bit rpm for glibc-devel-2*.
Perform rpm -qa against glibc rpm, it should return two lines for each rpm which one stands for 64bit and one stands for 32bit library:

$ rpm -qa |grep glibc-2
glibc-2.3.4-2.13
compat-glibc-2.3.2-95.30
compat-glibc-2.3.2-95.30
glibc-2.3.4-2.13
$ rpm -qa |grep glibc-devel
glibc-devel-2.3.4-2.13
glibc-devel-2.3.4-2.13

X86_64下glibc-devel i386的包也要安装,oracle编译时需要用到lib32的库,不然报错



你可能感兴趣的:(oracle,each,library,64bit,X86)