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

 
可以看出缺少库文件 libstdc++.so.5。
到官方下载:wget http://mirror.centos.org/centos/ ... 3-69.el6.x86_64.rpm
安装:rpm -ivh compat-libstdc++-33-3.2.3-69.el6.x86_64.rpm
再重新启动MYSQL服务,启动OK. 
 
 
如何查看某个文件缺少库文件 比如iptables
l安装mysql时出错。无法初始化。 libstdc++.so.5

 

 

相关文章:

  • 2022-02-14
  • 2021-06-28
  • 2021-09-02
  • 2022-12-23
  • 2022-12-23
  • 2021-10-19
  • 2021-05-06
  • 2022-12-23
猜你喜欢
  • 2021-04-19
  • 2021-09-25
  • 2021-06-23
  • 2022-12-23
  • 2021-09-04
  • 2022-12-23
  • 2021-10-24
相关资源
相似解决方案