Created
January 13, 2017 05:35
-
-
Save anonymous/06c7028f3db47cbd6575e0812f54cd31 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
[mc@web1 ~]$ ldd /u/apps/fox/shared/bundle/ruby/2.0.0/gems/mysql2-0.3.18/lib/mysql2/mysql2.so | |
linux-vdso.so.1 => (0x00007ffc1c3e2000) | |
libruby.so.2.0 => /usr/lib64/libruby.so.2.0 (0x00007f1568779000) | |
libperconaserverclient.so.18 => not found | |
libpthread.so.0 => /usr/lib64/libpthread.so.0 (0x00007f1568555000) | |
libm.so.6 => /usr/lib64/libm.so.6 (0x00007f1568253000) | |
librt.so.1 => /usr/lib64/librt.so.1 (0x00007f156804a000) | |
libssl.so.10 => /usr/lib64/libssl.so.10 (0x00007f1567ddc000) | |
libcrypto.so.10 => /usr/lib64/libcrypto.so.10 (0x00007f15679f2000) | |
libdl.so.2 => /usr/lib64/libdl.so.2 (0x00007f15677ed000) | |
libcrypt.so.1 => /usr/lib64/libcrypt.so.1 (0x00007f15675b6000) | |
libc.so.6 => /usr/lib64/libc.so.6 (0x00007f15671f5000) | |
/lib64/ld-linux-x86-64.so.2 (0x00007f1568de4000) | |
libgssapi_krb5.so.2 => /usr/lib64/libgssapi_krb5.so.2 (0x00007f1566fa6000) | |
libkrb5.so.3 => /usr/lib64/libkrb5.so.3 (0x00007f1566cbf000) | |
libcom_err.so.2 => /usr/lib64/libcom_err.so.2 (0x00007f1566abb000) | |
libk5crypto.so.3 => /usr/lib64/libk5crypto.so.3 (0x00007f1566888000) | |
libz.so.1 => /usr/lib64/libz.so.1 (0x00007f1566672000) | |
libfreebl3.so => /usr/lib64/libfreebl3.so (0x00007f156646f000) | |
libkrb5support.so.0 => /usr/lib64/libkrb5support.so.0 (0x00007f156625f000) | |
libkeyutils.so.1 => /usr/lib64/libkeyutils.so.1 (0x00007f156605b000) | |
libresolv.so.2 => /usr/lib64/libresolv.so.2 (0x00007f1565e41000) | |
libselinux.so.1 => /usr/lib64/libselinux.so.1 (0x00007f1565c19000) | |
libpcre.so.1 => /usr/lib64/libpcre.so.1 (0x00007f15659b8000) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment