ubuntu解决libstdc++.so.6: cannot open shared object file: No such file or directory:问题

时间:2015-11-01 00:21:34   收藏:0   阅读:1125

解决libstdc++.so.6: cannot open shared object file: No such file or directory:
原因在于,在13.10 版本中,ia32_libs 被废弃了导致没有32位的lib库。
解决方法
sudo apt-get install lib32stdc++6
sudo apt-get install lib32z1

原文:http://www.cnblogs.com/jycboy/p/4926542.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!