0
点赞
收藏
分享

微信扫一扫

/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found错误的解决


​​https://www.aliyun.com/zixun/content/2_6_518744.html​​

64位系统:
​​​http://ftp.de.debian.org/debian/pool/main/g/gcc-4.7/libstdc++6_4.7.2-5_amd64.deb​​

[root@localhost software]# ar -x libstdc++6_4.7.2-5_i386.deb && tar xvf data.tar.gz
解压后出现/data0/software/usr目录;

strings /usr/lib/libstdc++.so.6 | grep GLIBCXX


举报

相关推荐

0 条评论