proot icon indicating copy to clipboard operation
proot copied to clipboard

Recent versions of GDB can't load shared library symbols for /lib64/ld-linux-x86-64.so.2.

Open cedric-vincent opened this issue 9 years ago • 0 comments

How to reproduce (host system is Slackware64-current):

$ proot gdb ./a.out
GNU gdb (GDB) 7.8
[...]
(gdb) break main
Breakpoint 1 at 0x400629
(gdb) run
Starting program: a.out
warning: Could not load shared library symbols for /lib64/ld-linux-x86-64.so.2.
Do you need "set solib-search-path" or "set sysroot"?

cedric-vincent avatar Dec 09 '14 11:12 cedric-vincent