Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory

executing roo@rac-node1 bin]#./vipca
Error while loading shared libraries: libpthread.so.0
[root@rac3 bin]# cp vipca vipca1
edit vipca (in the CRS bin directory on all nodes) to undo the setting of LD_ASSUME_KERNEL. After the IF statement around line 120 add an unset command to ensure LD_ASSUME_KERNEL is not set as follows:
if [ "$arch" = "i686" -o "$arch" = "ia64" -o "$arch" = "x86_64" ]
then
LD_ASSUME_KERNEL=2.4.19
export LD_ASSUME_KERNEL
fi
unset LD_ASSUME_KERNEL
and same to be unset in the srvctl.sh script.

Comments

Popular posts from this blog

Oracle Flashback

How to find the server is whether standby (slave) or primary(master) in Postgresql replication ?

How to Get Table Size, Database Size, Indexes Size, schema Size, Tablespace Size, column Size in PostgreSQL Database

How to Return a Result Set from a PostgreSQL Stored Procedure

7 Steps to configure BDR replication in postgresql