Created
July 19, 2011 01:12
-
-
Save othiym23/1091088 to your computer and use it in GitHub Desktop.
dynamically linked libraries on i686 (32-bit) Debian 6.0.2 squeeze
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
> ldd mongod | |
not a dynamic executable |
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
> ldd build/default/node | |
linux-gate.so.1 => (0xb7f7c000) | |
librt.so.1 => /lib/i686/cmov/librt.so.1 (0xb7f6a000) | |
libssl.so.0.9.8 => /usr/lib/i686/cmov/libssl.so.0.9.8 (0xb7f20000) | |
libcrypto.so.0.9.8 => /usr/lib/i686/cmov/libcrypto.so.0.9.8 (0xb7dc7000) | |
libdl.so.2 => /lib/i686/cmov/libdl.so.2 (0xb7dc3000) | |
libutil.so.1 => /lib/i686/cmov/libutil.so.1 (0xb7dbf000) | |
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7cca000) | |
libm.so.6 => /lib/i686/cmov/libm.so.6 (0xb7ca4000) | |
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7c85000) | |
libpthread.so.0 => /lib/i686/cmov/libpthread.so.0 (0xb7c6c000) | |
libc.so.6 => /lib/i686/cmov/libc.so.6 (0xb7b26000) | |
/lib/ld-linux.so.2 (0xb7f7d000) | |
libz.so.1 => /usr/lib/libz.so.1 (0xb7b12000) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment