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

解决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

上一篇:Wannafly挑战赛9 B - 数一数


下一篇:Unreal Engine 4 基于Kajiya-Kay的材质迭代