I work through the Zed Shaw Learn C Hard Way.
In the chapter on Valgrind, the “What You See” section has line numbers for different glibc functions.
I determined that (obviously) my CentOS 5.5 installation has non-debug glibc. However, yum does not list glibc-dbg (or something similar:
[nzucker:~/projects/lcthw]$ yum info \*glibc\* | grep Name
Name : glibc
Name : glibc
Name : glibc-common
Name : glibc-devel
Name : glibc-devel
Name : glibc-headers
Name : compat-glibc
Name : compat-glibc
Name : compat-glibc-headers
Name : glibc-utils
In the past, I blocked Linux boxes by accidentally installing packages (either through packages or from source), so I want to know what I'm doing here.
Questions: