error while loading shared libraries: libiconv.so.2: cannot open shared object file
問題分析:
應用執行時找不到需要的動態連結庫libiconv.so.2。一般是檔案不存在或者存在但是找不到兩種情況。
解決方案:
這時首先確認自己的系統中是否存在這個動態連結庫。
sudo find / -name libiconv.so.2
如果找不到檔案路徑,請安裝libiconv
sudo yum install libiconv
或者使用原始碼安裝,可以參考文章:
https://qiita.com/mist_dev/items/be3e0a1b9fc26ca4ce70
如果找到libiconv.so.2檔案路徑,可以將此檔案新增到ld.so.conf最上面
sudo vim /etc/ld.so.conf
然後執行ldconfig檔案
sudo /sbin/ldconfig
檔案解決
相關推薦
error while loading shared libraries: libiconv.so.2: cannot open shared object file
問題分析: 應用執行時找不到需要的動態連結庫libiconv.so.2。一般是檔案不存在或者存在但是找不到兩種情況。 解決方案: 這時首先確認自己的系統中是否存在這個動態連結庫。 sudo find
解決軟件啟動報error while loading shared libraries: libgd.so.2: cannot open shared object錯誤
data dso htm inux libpcre 通過 libc.so.6 code 相關 解決軟件啟動報error while loading shared libraries: libgd.so.2: cannot open shared object錯誤 今天安
error while loading shared libraries: libssl.so.6: cannot open shared object file
ldd yum check_tcp libssl.so.6 openssl098e-0.9.8e-20 [root@ ~]# /usr/local/nagios/libexec/check_tcp -H 127.0.0.1 80/usr/local/nagios/libexec/check
arm-none-linux-gnueabi/4.4.3/cc1: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
鬱悶了,安裝好了arm-linux-gcc的4.4.3版本,就是能能執行!!! 而且,在執行arm-linux-gcc -v的時候一切正常,醉了! 顯示說: /opt/Friendlyarm/arm-linux-gcc-4.4.3/bin/../libexec/gcc/arm-none-linux-
解決error while loading shared libraries: libXXX.so.X: cannot open shared object file: No such file
一、問題 執行hello程式時,用到了自己編寫的動態庫,在目錄/usr/local/lib目錄下,執行時出現 error while loading shared libraries: libhello.so.1: cannot open shared object file: No s
執行Visual Studio code,遇到error while loading shared libraries: libXss.so.1: cannot open shared object
執行Visual Studio Code,遇到錯誤如下: [[email protected] VSCode-linux-x64]# ./code ./code: error while loading shared libraries: libXss.so.1
error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory
今天重新配置環境的時, 在啟動nginx時出現這樣一個錯誤 解決方法 64位系統: ln -s /usr/local/lib/libpcre.so.1 /lib64 32位系統: ln -s /usr/local/lib/libpcre.so.1 /l
mysql安裝報錯error while loading shared libraries: libaio.so.1: cannot open shared object file: No such
使用ubantu安裝mysql時,出現報錯 [email protected]:/home/soft/mysql-5.6.41-linux-glibc2.12-x86_64# ./scripts/mysql_install_db --user=mysql --da
mysq安裝錯誤:error while loading shared libraries: libaio.so.1: cannot open shared object file: No such
centos6安裝mysq5.6 錯誤資訊:Installing MySQL system tables..../bin/mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object
解決:CentOS下的 error while loading shared libraries: libmysqlclient.so.16: cannot open shared object fi
你看到的這個文章來自於http://www.cnblogs.com/ayanmw 進入別人的centos,輸入命令 mysql mysqladm都會報錯,缺少這個共享庫 libmysqlclient.so.16 。 查詢下,一般都是ldconfig 沒有找到共享庫的位置,或者 軟連結的問題,但是 都是
解決:CentOS下的 error while loading shared libraries: libmysqlclient.so.16: cannot open shared object file: No such file or dir
進入別人的centos,輸入命令 mysql mysqladm都會報錯,缺少這個共享庫 libmysqlclient.so.16 。 查詢下,一般都是ldconfig 沒有找到共享庫的位置,或者 軟連結的問題,但是 都是不治本的解決方案。 查詢 此檔案 相關的檔案: updatedb loca
error while loading shared libraries: libmysqlclient.so.16: cannot open shared object file
error while loading shared libraries: libmysqlclient.so.16: cannot open shared object file 2009-09-10 15:22 1.找到libmysqlclient.so.16所在的
解決 error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or
編譯android7.0出現問題: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory 解決方法: sudo apt-ge
error while loading shared libraries: libcudnn.so.7: cannot open shared object file: No such file or
1、錯誤:libcudnn.so.7 .build_release/tools/caffe .build_release/tools/caffe: error while loading shared libraries: libcudnn.so.7: cannot open shared ob
修改mysql登陸時error while loading shared libraries: libncurses.so.5: cannot open shared object file
執行命令:mysql -u root -p 錯誤:error while loading shared libraries: libncurses.so.5: cannot open shared object file 分析:缺少 libncurses.so.5 解決方
error while loading shared libraries: libnuma.so.1: cannot open shared object file
在初始化mysql5.7的時候,報以下錯誤 error while loading shared libraries: libnuma.so.1: cannot open shared objec
錯誤解決error while loading shared libraries: libXXX.so.X: cannot open shared object file: No such file
前提:ubuntu-debug機器上向SVN提交了pdu-IVT,想在別的普通機器上驗證直接make能否成功,編譯出的使用者程式能否執行。 工作PC機上裝有VMware,裡面的ubuntu版本跟ubuntu-debug機器上相同,都是ubuntu 11.10版本。 VMw
libiconv.so.2: cannot open shared object file的解決方法
收藏於 2012-04-07 遷移自個人的百度空間 -------------------------------- 重新編譯了libiconv庫之後執行原先沒有問題的程式(該程式用到了iconv庫)就出現瞭如下問題 ./a.out: error while&nb
libiconv.so.2: cannot open shared object file: No such file or directory
遇見這個錯誤說明沒找到libiconv.so.2檔案 1:檢視/usr/local/lib下是否有這個庫檔案,有的話說明已經安裝了libiconv,沒有說明沒有安裝 2:若沒有安裝就下載個安裝包,安裝好,再測試 3:若已經安裝,有兩個方法解決 A:在/etc/ld.so.c
locate strace 解決無法找到檔案的問題,比如: error while loading shared libraries: libiconv.so.2
使用locate的快速查詢檔案功能。 locate功能簡介,locate將檔名及路徑儲存在資料庫/var/lib/mlocate/mlocate.db之中,方便快速查詢文 件位置。正常情況下這個資料庫是不會更新的,我們需要使用命令updatedb這個命令來更新。 shell> updatedb 然後