IT码农一个~
分类: 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
$ debuginfo-install glibc