RAC執行root.sh報libcap.so.1: cannot open shared object file
裝oracle11.2.0.3 RAC,執行root.sh的時候,出現瞭如下錯誤:[@more@]
<p>
Failed to create keys in the OLR, rc = 127, Message:<br />
/opt/app/11.2.0/grid/bin/clscfg.bin: error while loading shared libraries: libcap.so.1: cannot open shared object file: No such file or directory
</p>
<p>
<br />
</p>
<p>
執行如下操作,就可以在此執行root.sh了
</p>
<p>
[root@rac1 ~]# cd /lib64<br />
[root@rac1 lib64]# ls libcap*<br />
libcap-ng.so.0 libcap-ng.so.0.0.0 libcap.so.2 libcap.so.2.16<br />
<strong>[root@rac1 lib64]# ln -s libcap.so.2.16 libcap.so.1</strong>
</p>
<strong>[root@rac2 lib64]# ln -s libcap.so.2.16 libcap.so.1</strong>
<p>
<br />
</p>
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/25462274/viewspace-2135192/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- libmysqlclient.so.16: cannot open shared object file: No such file or directoryIBMMySqlclientObject
- python libclntsh.so.12.1: cannot open shared object filePythonObject
- ImportError: libffi.so.7: cannot open shared object file: No such file or directoryImportErrorObject
- 呼叫torchtext報錯OSError: libtorch_cpu.so: cannot open shared object file: No such file or directoryErrorObject
- libcudart.so.8.0: cannot open shared object file解決方案DartObject
- inplace-abn 報錯解決: ImportError: libcudart.so.9.0: cannot open shared object file: No such file or dirImportErrorDartObject
- ./XXX.XX: error while loading shared libraries: libGLEW.so.2.1: cannot open shared object file: NoErrorWhileObject
- CentOS7提示 libsasl2.so.2: cannot open shared object fileCentOSObject
- Nginx安裝啟動過程報錯libpcre.so.1 cannot open shared object file: No such file or directoryNginxObject
- rpm: error while loading shared libraries: libgcc_s.so.1: cannot open shared object file: No such fi...ErrorWhileGCObject
- error while loading shared libraries: libpython3.7m(2.7).so.1.0: cannot open shared object file: NErrorWhilePythonObject
- error while loading shared libraries: libgsl.so.27: cannot open shared objectErrorWhileObject
- 影片匯聚平臺EasyCVR啟動出現報錯“cannot open shared object file”的原因排查與解決VRObject
- conda環境下ImportError: libmkl_intel_lp64.so.1: cannot open shared object file問題解決ImportErrorIBMIntelObject
- Oracle RAC重新執行root.sh指令碼Oracle指令碼
- Error while loading shared libraries: libreadline.so.7: cannot open shared objecErrorWhileOBJ
- 在Suse 12.4上安裝11.2.0.4的rac執行root.sh報錯“ORA-12547: TNS:lost contact”
- 【rac故障】root.sh報錯Unable to get VIP info for new node
- OEL6.8上安裝11.2.0.2執行root.sh報錯
- 第一次開啟Android Studio建立專案執行報錯Failed to open zip fileAndroidAI
- cannot instantiate QtProjectEngine objectQTProjectObject
- object dict cannot be used in await expression報錯解釋ObjectAIExpress
- 執行專案報錯Cannot read property 'styles' of undefinedUndefined
- tar (child): bzip2: Cannot exec: No such file or directory 報錯
- “no source“: Error: #5: cannot open source input file “C:\Users\xxx\AppData\Local\Temp\p4228: PermiErrorAPP
- php執行的時候報File size limit exceededPHPMIT
- 解決GD32新建工程時提示:cannot open source input file “RTE_Components.h“
- Oracle Restart 單例項執行root.sh報錯roothas.pl line 377【轉載】OracleREST單例
- iostat -n來統計NFS讀寫資訊時碰到了Cannot open /proc/self/mountstats: No such file or directoryiOSNFS
- WPF open image and print as pdf file
- Can't open file: (errno: 24)
- DRM --- RAC object remastering ( Dynamic remastering )ObjectREMAST
- sqlserver bulk insert報錯Cannot bulk load because the file could not be opened.SQLServer
- 【ASM】Oracle RAC css啟動報錯"Duplicate voting file found"ASMOracleCSS
- virt-manager cannot open display問題
- 解決“su: cannot open session: Permission denied”Session
- open_basedir() restrictijon in effect. FIle()REST
- Linux open file與 fs-maxLinux
- 12c rac在安裝grid軟體執行root.sh指令碼的時候出現PRCT-1431,CLSRSC-180指令碼