在CentOS6.5上用gdb调试时提示Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.132.el6.i686
先修改/etc/yum.repos.d/CentOS-Debuginfo.repo里面的debuginfo目录中enabled=1
然后yum install nss-softokn-debuginfo
安装好后,根据提示输入debuginfo-install glibc-2.12-1.132.el6.i686
安装成功后就可以了

相关文章:

  • 2022-12-23
  • 2022-01-06
  • 2022-12-23
  • 2021-05-07
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-14
  • 2021-09-04
  • 2021-09-16
  • 2021-04-22
  • 2022-02-27
  • 2021-07-09
相关资源
相似解决方案