Hi, On 2022-08-22 11:16, Jonny Grant wrote: > Hello > > Just wondering if any ideas why libc6-amd64-dbgsym doesn't seem to contain > any debug symbols for /lib64/ld-linux-x86-64.so.2 ?
It does contain the symbols for libc6-amd64, which means you run this binary from a i386 (or x32) system. Is it really your case? In the likely case you run this from an amd64 system, you want to install libc6-dbg instead (and get rid of libc6-amd64-dbgsym and libc6-amd64). Regards Aurelien -- Aurelien Jarno GPG: 4096R/1DDD8C9B [email protected] http://www.aurel32.net

