Skip to content

Instantly share code, notes, and snippets.

@christopherhan
Created August 5, 2014 00:36
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 christopherhan/82679dc095bc5ee5e6db to your computer and use it in GitHub Desktop.
Save christopherhan/82679dc095bc5ee5e6db to your computer and use it in GitHub Desktop.
$ ldconfig -p | grep -e 'ssl\|crypto'
libssl.so.1.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.1.0.0
libssl.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libssl.so
libk5crypto.so.3 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libk5crypto.so.3
libk5crypto.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libk5crypto.so
libhcrypto.so.4 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libhcrypto.so.4
libcrypto.so.1.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
libcrypto.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libcrypto.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment