innobackupex: error while loading shared libraries: libssl.so.6
問題:
執行innobackupex命令報錯 :innobackupex: error while loading shared libraries: libssl.so.6: cannot open shared object file: No such file or directory
解決:
1.首先檢視openssl是否安裝,圖下表示安裝了openssl-devel
[root@L114 ~]# rpm -qa | grep openssl
openssl-1.0.1e-60.el7_3.1.x86_64
openssl-libs-1.0.1e-60.el7_3.1.x86_64
openssl-devel-1.0.1e-60.el7_3.1.x86_64
如果沒有安裝那麼yum 安裝
yum install -y openssl-devel*
2.如果已經安裝,那麼進入/usr/lib64檢視,是否有libssl.so.6,應該是沒有的!
[root@L114 ~]# cd /usr/lib64
[root@L114 lib64]# ll libssl*
-rwxr-xr-x. 1 root root 315080 Apr 20 10:37 libssl3.so
檢視這裡有llibssl3.so 檔案,那麼就建立軟連線,注意如果有 libssl.so那就做 libssl.so的軟連線
[root@L114 lib64]# ln -s libssl3.so libssl.so.6
再次執行,問題解決。。。。
執行innobackupex命令報錯 :innobackupex: error while loading shared libraries: libssl.so.6: cannot open shared object file: No such file or directory
解決:
1.首先檢視openssl是否安裝,圖下表示安裝了openssl-devel
[root@L114 ~]# rpm -qa | grep openssl
openssl-1.0.1e-60.el7_3.1.x86_64
openssl-libs-1.0.1e-60.el7_3.1.x86_64
openssl-devel-1.0.1e-60.el7_3.1.x86_64
如果沒有安裝那麼yum 安裝
yum install -y openssl-devel*
2.如果已經安裝,那麼進入/usr/lib64檢視,是否有libssl.so.6,應該是沒有的!
[root@L114 ~]# cd /usr/lib64
[root@L114 lib64]# ll libssl*
-rwxr-xr-x. 1 root root 315080 Apr 20 10:37 libssl3.so
檢視這裡有llibssl3.so 檔案,那麼就建立軟連線,注意如果有 libssl.so那就做 libssl.so的軟連線
[root@L114 lib64]# ln -s libssl3.so libssl.so.6
再次執行,問題解決。。。。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29654823/viewspace-2139207/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Error while loading shared libraries: libssl.so.6:ErrorWhile
- error while loading shared librariesErrorWhile
- ./ggsci: error while loading shared librariesErrorWhile
- sqlplus: error while loading shared librariesSQLErrorWhile
- 使用SRVCTL時報錯:error while loading shared librariesErrorWhile
- 解決"error while loading shared libraries: libclntshErrorWhile
- MySQL 啟動報錯 error while loading shared librariesMySqlErrorWhile
- error while loading shared libraries: libaio.so.1ErrorWhileAI
- Mysql的error while loading shared libraries解決方法MySqlErrorWhile
- mongod: error while loading shared libraries: libstdc++.so.6GoErrorWhileC++
- error while loading shared libraries: libclntsh.so.10.1ErrorWhile
- glodengate配置時報ggsci: error while loading shared librariesErrorWhile
- ORACLE SQLPLUS 報 error while loading shared libraries[轉]OracleSQLErrorWhile
- error while loading shared libraries: libcap.so.1: cannot open sharedErrorWhile
- error while loading shared libraries: libgsl.so.27: cannot open shared objectErrorWhileObject
- error while loading shared libraries: libgconf-2.so.4:ErrorWhileGC
- ggsci: error while loading shared libraries: libnnz11.soErrorWhile
- error while loading shared libraries: libstdc++.so.5: cannot openErrorWhileC++
- csscan: error while loading shared libraries: libclntsh.so.10.1CSSErrorWhile
- sqlplus: error while loading shared libraries的解決方案SQLErrorWhile
- error while loading shared libraries: libmysqlclient.so.16: cannot open shared object file: No suchErrorWhileIBMMySqlclientObject
- 故障解決:error while loading shared libraries: libncurses.so.5ErrorWhile
- sqlplus: error while loading shared libraries: libaio.so.1:SQLErrorWhileAI
- error while loading shared libraries 錯誤解決辦法總結ErrorWhile
- sqlplus: error while loading shared libraries: libsqlplus.soSQLErrorWhile
- [mysql]error while loading shared libraries: libaio.so.1: 解決方案MySqlErrorWhileAI
- Error while loading shared libraries: libreadline.so.7: cannot open shared objecErrorWhileOBJ
- error while loading shared libraries: libodm9.so: cannot open shared object file: No such file or diErrorWhileObject
- MongoDB報錯mongorestore: error while loading shared libraries: libsasl2.so.2MongoDBRESTErrorWhile
- root.sh / vipca: error while loading shared libraries: libpth read.so.PCAErrorWhile
- 錯誤 error while loading shared libraries: libclntsh.so.9.0 的解決ErrorWhile
- sqlldr執行報錯:error while loading shared libraries: libclntsh.so.10.1:SQLErrorWhile
- 【故障處理】csscan工具無法使用,報錯“error while loading shared libraries...”CSSErrorWhile
- MySQL 5.7初始化報錯error while loading shared libraries: libnuma.so.1MySqlErrorWhile
- 安裝EBS R12.1.1-error while loading shared libraries: libdb.so.2ErrorWhile
- rpm: error while loading shared libraries: libgcc_s.so.1: cannot open shared object file: No such fi...ErrorWhileGCObject
- ./XXX.XX: error while loading shared libraries: libGLEW.so.2.1: cannot open shared object file: NoErrorWhileObject
- error while loading shared libraries: libpython3.7m(2.7).so.1.0: cannot open shared object file: NErrorWhilePythonObject