Created
August 6, 2014 23:01
-
-
Save capoferro/269392923a01144e68cd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# BusyBox | |
# ldd scout | |
checking sub-depends for '/lib64/libpthread.so.0' | |
ld64-uClibc.so.0 => /lib/ld64-uClibc.so.0 (0x7f368b2a6000) | |
libdl.so.0 => /lib/libdl.so.0 (0x7f368b0a2000) | |
libc.so.0 => /lib/libc.so.0 (0x7f368ae4a000) | |
checking sub-depends for 'not found' | |
libpthread.so.0 => /lib64/libpthread.so.0 (0x00000000) | |
libc.so.6 => not found (0x00000000) | |
/lib/ld64-uClibc.so.0 => /lib/ld64-uClibc.so.0 (0x00000000) | |
# Debian Wheezy | |
# ldd scout | |
linux-vdso.so.1 => (0x00007fff1b1fe000) | |
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fee5e3fd000) | |
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fee5e072000) | |
/lib64/ld-linux-x86-64.so.2 (0x00007fee5e61d000) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment