Skip to content

Instantly share code, notes, and snippets.

/ruby.rb Secret

Created July 31, 2015 11:01
Show Gist options
  • Save anonymous/049feed8381363906827 to your computer and use it in GitHub Desktop.
Save anonymous/049feed8381363906827 to your computer and use it in GitHub Desktop.
ldd /opt/rubies/ruby-2.2.2/bin/ruby
linux-vdso.so.1 => (0x00007fffdf7fe000)
libruby.so.2.2 => not found
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007feb10ed7000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007feb10cd3000)
libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00007feb10a9c000)
libm.so.6 => /lib64/libm.so.6 (0x00007feb10799000)
libc.so.6 => /lib64/libc.so.6 (0x00007feb103d8000)
/lib64/ld-linux-x86-64.so.2 (0x00007feb110fb000)
libfreebl3.so => /lib64/libfreebl3.so (0x00007feb101d5000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment