Skip to content

Instantly share code, notes, and snippets.

@sshine
Created February 28, 2022 09:43
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 sshine/dba2d2fc0e4e5096a027ea30ca09fc90 to your computer and use it in GitHub Desktop.
Save sshine/dba2d2fc0e4e5096a027ea30ca09fc90 to your computer and use it in GitHub Desktop.
$ ldd $(which smos)
linux-vdso.so.1 (0x00007ffea3476000)
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f52f74d1000)
libtinfo.so.6 => /lib/x86_64-linux-gnu/libtinfo.so.6 (0x00007f52f74a2000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f52f7497000)
libutil.so.1 => /lib/x86_64-linux-gnu/libutil.so.1 (0x00007f52f7492000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f52f748c000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f52f746a000)
libgmp.so.10 => /lib/x86_64-linux-gnu/libgmp.so.10 (0x00007f52f73e7000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f52f7222000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f52f70de000)
/lib64/ld-linux-x86-64.so.2 (0x00007f52f74f5000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment