1 error while loading shared libraries:libpthread.so.0
Running vipca(silent) for configuring racapps
/u01/crs/oracle/product/10.2.0/crs/jdk/jre//bin/java:error while loading shared libraries: libpthread.so.0: cannot open sharedobject file: No such file or directory
解决方案:
分别修改 $CRS_HOME/bin 目录下的srvctl和vipca文件,在vipca文件ARGUMENTS=""行之前和srvctl文件的exportLD_ASSUME_KERNEL行之后增加 unsetLD_ASSUME_KERNEL 语句 。
修改之后再用root用户执行vipca就可以了。
2Error 0(Native: listNetInterfaces:[3])
[Error 0(Native: listNetInterfaces:[3])][root@rac2 bin]#./oifcfg setif -global eth0/192.168.1.102:public
[root@rac2 bin]# ./oifcfg setif -global eth1/10.1.1.102:cluster_interconnect
[root@rac2 bin]# ./oifcfg getif
eth0 192.168.1.102 global public
eth1 10.1.1.102 global cluster_interconnect
3 error: Faileddependencies:
libXp.so.6 is needed by openmotif21-2.1.30-11.EL5.i386
libXp.so.6 can befound by installing the package /Server/libXp-1.0.0-8.1.el5.i386.rpm
本文解决在配置Oracle RAC应用程序过程中遇到的libpthread.so.0共享库缺失问题,并提供了解决依赖错误libXp.so.6的方法。通过修改特定文件并安装缺失的库文件,确保RAC环境正确配置。

被折叠的 条评论
为什么被折叠?



