Skip to content

Instantly share code, notes, and snippets.

Created May 14, 2013 21:28
Show Gist options
  • Save anonymous/5579707 to your computer and use it in GitHub Desktop.
Save anonymous/5579707 to your computer and use it in GitHub Desktop.
xcut
mrosenberg@awfy-tegra:~/regress/awfy/driver$ file /home/mrosenberg/regress/awfy/mozilla-inbound/js/src/Opt/_virtualenv/bin/python
/home/mrosenberg/regress/awfy/mozilla-inbound/js/src/Opt/_virtualenv/bin/python: symbolic link to `python2.7'
mrosenberg@awfy-tegra:~/regress/awfy/driver$ ldd python2.7
ldd: ./python2.7: No such file or directory
mrosenberg@awfy-tegra:~/regress/awfy/driver$ ldd `which python2.7`
libpthread.so.0 => /lib/arm-linux-gnueabi/libpthread.so.0 (0x402b6000)
libdl.so.2 => /lib/arm-linux-gnueabi/libdl.so.2 (0x40025000)
libutil.so.1 => /lib/arm-linux-gnueabi/libutil.so.1 (0x400de000)
libssl.so.0.9.8 => /lib/libssl.so.0.9.8 (0x4011d000)
libcrypto.so.0.9.8 => /lib/libcrypto.so.0.9.8 (0x402ca000)
libz.so.1 => /lib/arm-linux-gnueabi/libz.so.1 (0x400ea000)
libm.so.6 => /lib/arm-linux-gnueabi/libm.so.6 (0x40158000)
libc.so.6 => /lib/arm-linux-gnueabi/libc.so.6 (0x401d4000)
/lib/ld-linux.so.3 (0x40030000)
mrosenberg@awfy-tegra:~/regress/awfy/driver$ ldd /home/mrosenberg/regress/awfy/mozilla-inbound/js/src/Opt/_virtualenv/bin/python
libpthread.so.0 => /lib/arm-linux-gnueabi/libpthread.so.0 (0x4018f000)
libdl.so.2 => /lib/arm-linux-gnueabi/libdl.so.2 (0x40079000)
libutil.so.1 => /lib/arm-linux-gnueabi/libutil.so.1 (0x40084000)
libssl.so.1.0.0 => not found
libcrypto.so.1.0.0 => not found
libz.so.1 => /lib/arm-linux-gnueabi/libz.so.1 (0x40163000)
libm.so.6 => /lib/arm-linux-gnueabi/libm.so.6 (0x401a3000)
libc.so.6 => /lib/arm-linux-gnueabi/libc.so.6 (0x4020f000)
/lib/ld-linux.so.3 (0x400fb000)
mrosenberg@awfy-tegra:~/regress/awfy/driver$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment