I am using CentOS6.4. When I was debugging a piece of c code, it said “Missing separate debuginfos, use: debuginfo-install glibc…”
After asking Google. I finally solved the problem.
yum --enablerepo=debug install glibc-debuginfo
I am using CentOS6.4. When I was debugging a piece of c code, it said “Missing separate debuginfos, use: debuginfo-install glibc…”
After asking Google. I finally solved the problem.
yum --enablerepo=debug install glibc-debuginfo