Created
February 14, 2012 11:08
-
-
Save sourcerebels/1825833 to your computer and use it in GitHub Desktop.
Linux > Linker tools
This file contains hidden or 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 spotify 2 | grep -i libxml | |
libxml2.so.2 => /usr/lib64/libxml2.so.2 (0x00000038cc400000) |
This file contains hidden or 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
$ ldconfig -p | grep libxml | |
libxml2.so.2 (libc6,x86-64) => /usr/lib64/libxml2.so.2 | |
libxml2.so.2 (libc6) => /usr/lib/libxml2.so.2 | |
libxmlrpc_util.so.3 (libc6,x86-64) => /usr/lib64/libxmlrpc_util.so.3 | |
libxmlrpc_server_cgi.so.3 (libc6,x86-64) => /usr/lib64/libxmlrpc_server_cgi.so.3 | |
libxmlrpc_server_abyss.so.3 (libc6,x86-64) => /usr/lib64/libxmlrpc_server_abyss.so.3 | |
libxmlrpc_server.so.3 (libc6,x86-64) => /usr/lib64/libxmlrpc_server.so.3 | |
libxmlrpc_client.so.3 (libc6,x86-64) => /usr/lib64/libxmlrpc_client.so.3 | |
libxmlrpc_abyss.so.3 (libc6,x86-64) => /usr/lib64/libxmlrpc_abyss.so.3 | |
libxmlrpc.so.3 (libc6,x86-64) => /usr/lib64/libxmlrpc.so.3 | |
libxml++-2.6.so.2 (libc6,x86-64) => /usr/lib64/libxml++-2.6.so.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment