Skip to content

Instantly share code, notes, and snippets.

@ef4
Created April 8, 2014 19:38
Show Gist options
  • Save ef4/10178235 to your computer and use it in GitHub Desktop.
Save ef4/10178235 to your computer and use it in GitHub Desktop.
me@redacted:~$ python
Python 2.7.3 (default, Mar 14 2014, 11:57:14)
[GCC 4.7.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import ssl
>>>
[1]+ Stopped python
me@redacted:~$ ps
PID TTY TIME CMD
24815 pts/1 00:00:00 bash
24849 pts/1 00:00:00 python
24855 pts/1 00:00:00 ps
me@redacted:~$ lsof -p 24849 | grep ssl
python 24849 me mem REG 254,0 358880 1050109 /usr/lib/i386-linux-gnu/i686/cmov/libssl.so.1.0.0
python 24849 me mem REG 254,0 36940 1315462 /usr/lib/python2.7/lib-dynload/_ssl.so
me@redacted:~$ dpkg -S /usr/lib/i386-linux-gnu/i686/cmov/libssl.so.1.0.0
libssl1.0.0:i386: /usr/lib/i386-linux-gnu/i686/cmov/libssl.so.1.0.0
me@redacted:~$ dpkg -l libssl1.0.0
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-=======================-================-================-====================================================
ii libssl1.0.0:i386 1.0.1e-2+deb7u6 i386 SSL shared libraries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment