Created
December 11, 2014 18:35
-
-
Save rafl/851caa3183128df61ab8 to your computer and use it in GitHub Desktop.
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
# for so in $(find -L extlib -type f -name '*.so'); do ldd $so |grep -q 'not found' && echo $so && ldd $so; done | |
extlib/lib/perl5/x86_64-linux-thread-multi/auto/Net/SSLeay/SSLeay.so: /usr/lib/x86_64-linux-gnu/libssl.so.0.9.8: version `OPENSSL_0.9.8' not found (required by extlib/lib/perl5/x86_64-linux-thread-multi/auto/Net/SSLeay/SSLeay.so) | |
extlib/lib/perl5/x86_64-linux-thread-multi/auto/Net/SSLeay/SSLeay.so | |
extlib/lib/perl5/x86_64-linux-thread-multi/auto/Net/SSLeay/SSLeay.so: /usr/lib/x86_64-linux-gnu/libssl.so.0.9.8: version `OPENSSL_0.9.8' not found (required by extlib/lib/perl5/x86_64-linux-thread-multi/auto/Net/SSLeay/SSLeay.so) | |
linux-vdso.so.1 => (0x00007fff0b5ff000) | |
libssl.so.0.9.8 => /usr/lib/x86_64-linux-gnu/libssl.so.0.9.8 (0x00007f3f3907c000) | |
libcrypto.so.0.9.8 => not found | |
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f3f38e64000) | |
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f3f38ad9000) | |
libcrypto.so.1.0.0 => /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 (0x00007f3f386e1000) | |
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f3f384dc000) | |
/lib64/ld-linux-x86-64.so.2 (0x00007f3f39562000) | |
# find /usr/lib/ /lib |grep libssl |xargs ls -l | |
lrwxrwxrwx 1 root root 41 Dec 11 17:26 /usr/lib/x86_64-linux-gnu/libssl.so.0.9.8 -> /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 | |
-rw-r--r-- 1 root root 391928 Apr 17 2014 /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 | |
lrwxrwxrwx 1 root root 41 Jul 17 00:47 /usr/lib/x86_64-linux-gnu/libssl.so.6 -> /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 | |
# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment