Chinaunix首页 | 论坛 | 博客
  • 博客访问: 523303
  • 博文数量: 80
  • 博客积分: 1496
  • 博客等级: 上尉
  • 技术积分: 1292
  • 用 户 组: 普通用户
  • 注册时间: 2008-09-18 11:24
个人简介

IT码农一个~

文章分类

全部博文(80)

文章存档

2020年(3)

2019年(7)

2017年(1)

2016年(2)

2015年(2)

2014年(26)

2013年(26)

2012年(2)

2011年(1)

2010年(1)

2008年(9)

我的朋友

分类: LINUX

2013-01-17 14:25:39

如果系统没有 debuginfo-install 命令,首先需要安装

yum install yum-utils

安装完后,即可运行 debuginfo-install 命令了~

http://www.cnblogs.com/aguncn/archive/2012/11/12/2765926.html




For this to work, you need to have the debuginfo repository defined.  For CentOS 5, put the following in /etc/yum.repos.d/CentOS-Base-debuginfo.repo:

 
[base-debuginfo] 
name=CentOS-$releasever - DebugInfo 
baseurl=http://debuginfo.centos.org/$releasever/$basearch/ 
gpgcheck=0 
enabled=1 
protect=1 
priority=1


then 


$ debuginfo-install glibc

阅读(1782) | 评论(0) | 转发(0) |
0

上一篇:sendfile函数

下一篇:eval命令使用

给主人留下些什么吧!~~