Ubuntu12.04安裝64位系統出現編譯錯誤error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or dir


問題:

Ubuntu12.04安裝64位系統出現編譯錯誤error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or dir

解決方法:

error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory 解決辦法來源於: http://askubuntu.com/questions/147400/problems-with-eclipse-and-android-sdk 
輸入apt-get install lib32ncurses5 ia32-libs
 
        
adb: error while loading shared libraries: libstdc++.so.6: wrong ELF class: ELFCLASS64
解決方法:sudo apt-get install lib32ncurses5 lib32stdc++6


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM