`
derlang
  • 浏览: 33872 次
  • 性别: Icon_minigender_1
  • 来自: 北京
最近访客 更多访客>>
社区版块
存档分类
最新评论

undefined reference __dn_expand

 
阅读更多
$ objdump -T /lib/libresolv.so.2|grep dn_expand 000040e0 w DF .text 0000005e GLIBC_2.0 dn_expand 000040e0 g DF .text 0000005e GLIBC_2.2 __dn_expand Looks like the newer glibc abi added a couple of underscores. try doing a "for i in /lib/lib*.so;do objdump -T $i|grep dn_expand && echo $i;done" ?
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics