Skip to content

Instantly share code, notes, and snippets.

@timo
Created May 19, 2020 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timo/133cca89e863d8f7b9806b862e2c7dd9 to your computer and use it in GitHub Desktop.
Save timo/133cca89e863d8f7b9806b862e2c7dd9 to your computer and use it in GitHub Desktop.
ldd python.so
linux-vdso.so.1 (0x00007ffc924ea000)
libpython2.7.so.1.0 => /lib64/libpython2.7.so.1.0 (0x00007f5cbf101000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f5cbf0e0000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007f5cbf0da000)
libutil.so.1 => /lib64/libutil.so.1 (0x00007f5cbf0d5000)
libm.so.6 => /lib64/libm.so.6 (0x00007f5cbef8f000)
libgcc-c-api.so => /usr/lib/gcc/x86_64-redhat-linux/9/plugin/libgcc-c-api.so (0x00007f5cbef7e000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f5cbef62000)
libc.so.6 => /lib64/libc.so.6 (0x00007f5cbed9c000)
/lib64/ld-linux-x86-64.so.2 (0x00007f5cbf4b5000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment