symbol lookup error /usr/lib/x86_64-linux-gnu/libstdc++.so.6错误的解决办法

当出现

$ 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就可以了

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

查看版本,然后安装 libstdc++6 即可

更新历史

why when
创建 2011年12月31日
更新 2019年12月9日
上一篇:centos perl: symbol lookup error: /usr/local/lib64/perl5/auto/DBD/mysql/mysql.so: undefined symbol: mysql_init


下一篇:fastDfs V5.02 升级到 V5.08版本后,启动报错:symbol lookup error: /usr/bin/fdfs_trackerd: undefined symbol: g_current_time