zoukankan      html  css  js  c++  java
  • gdb中run出现的Missing separate debuginfos, use: debuginfo-install XXX

    问题:

    Missing separate debuginfos, use: debuginfo-install glib

    解决方法:

    1、将/etc/yum.repo.d/CentOS-Debuginfo.repo中的enable改为1

    debuginfo-install glibc 出现错误

    debuginfo-install command not found

    2、debuginfo-install是yum-utils里的一个命令,所以安装一下yum-utils即可

    3、运行debuginfo-install glibc-2.12-1.80.el6.x86_64

    发现仍然会报错

    Error Downloading Packages:
    yum-plugin-auto-update-debug-info-1.1.30-14.el6.noarch: failure: Packages/yum-plugin-auto-update-debug-info-1.1.30-14.el6.noarch.rpm from c6-media: [Errno 256] No more mirrors to try.

    仍需解决

  • 相关阅读:
    数据的追踪审计
    通知模块设计
    数据库'tempdb' 的事务日志已满处理方法
    三级联动
    组合查询
    用户控件
    MDI容器
    控件说明
    winfrom
    自动生成编号
  • 原文地址:https://www.cnblogs.com/dyc-cfc/p/4326145.html
Copyright © 2011-2022 走看看