Home >Database >Mysql Tutorial >Ubuntu 9.10缺少libstdc++5的解决方法

Ubuntu 9.10缺少libstdc++5的解决方法

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-07 16:55:121367browse

升级了Ubuntu 9.10,发现MySQL启动失败,记录文件被写入如下错误信息Shell代码mysqld: error while loading shared libraries: l

升级了Ubuntu 9.10,发现MySQL启动失败,记录文件被写入如下错误信息

Shell代码

mysqld: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

经检查,发现Ubuntu 9.10默认不安装libstdc++5,之前装的版本被删除了。而Synaptic上也没有显示出可选的安装包。

于是通过Web找到了安装包服务器上的版本,地址 ++5

下载对应硬件平台的deb包并安装之后,尝试启动MySQL,成功。

记录一下,以供可能遇到相同问题的人参考。

linux

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn