Error while loading shared libraries: libpthread. so.0: cannot open shared object file: no such file

Source: Internet
Author: User

The following error occurs when installing rac10g:

[[email protected] oracle]#  /u01/product/crs/root.sh WARNING: directory '/u01/product' is not owned by rootChecking to see if Oracle CRS stack is already configured/etc/oracle does not exist. Creating it now.Setting the permissions on OCR backup directorySetting up NS directoriesOracle Cluster Registry configuration upgraded successfullyWARNING: directory '/u01/product' is not owned by rootclscfg: EXISTING configuration version 3 detected.clscfg: version 3 is 10G Release 2.Successfully accumulated necessary OCR keys.Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.node <nodenumber>: <nodename> <private interconnect name> 


Solution:

1. Add unset ld_assume_kernel <= line to be added
The procedure is as follows:

/u01/product/crs/binvi vipcaif [ "$arch" = "i686" -o "$arch" = "ia64" -o "$arch" = "x86_64" ]then LD_ASSUME_KERNEL=2.4.19 export LD_ASSUME_KERNELfiunset LD_ASSUME_KERNEL         <<<== Line to be added

2. Set the IP Address:

[email protected] bin]# ./oifcfg getif[[email protected] bin]# ./oifcfg setif -global eth0/192.168.10.0:public[[email protected] bin]# ./oifcfg setif -global eth1/192.168.20.0:cluster_interconnect[[email protected] bin]# ./oifcfg getifeth0  192.168.10.0  global  publiceth1  192.168.20.0  global  cluster_interconnect


Run the vipca command on the OUI (note that it is under root)
[[Email protected] bin] #./vipca
Add both nodes and enter the VIP address.
./Crs_stat-T

 

Error while loading shared libraries: libpthread. so.0: cannot open shared object file: no such file

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.