您的位置:首页 > 运维架构 > Linux

symbol lookup error: /usr/lib/x86_64-linux-gnu/...

2012-09-11 10:01 253 查看
当出现apt-get: symbol lookup error: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: undefined symbol: _ZNSt8messagesIcE2idE, version GLIBCXX_3.4的时候

需要重新配置下一个包

Fixed by manually downloading testing version of libc6 from here
http://packages.debian.org/wheezy/libc6 and installed it

# dpkg -i --auto-deconfigure libc6_2.13-16_amd64.deb

重新配置下libc6_2.13-16_amd64.deb就可以了

[code=plain]strings /usr/lib/libstdc++.so.6| grep GLIBC

[code=plain]

查看版本  然后安装libstdc++6 即可
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐