64位系统安装mysql提示libstdc++.so.5: cannot open shared object file问题
2009年1月7日
没有评论
今天在把博客的系统换成64位装mysql时提示:
error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
之前装32位习惯了yum -y install compat-libstdc++-33 后发现还是这样,才想起来是64位
重新yum -y install compat-libstdc++-33.x86_64 在安装就ok了
所以安装64位系统这些lib库可留心下把64位的也装了。