Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- hbarta@rocinante:~$ ldd /usr/bin/openssl
- /usr/bin/openssl: /opt/dell/dcc/libcrypto.so.3: version `OPENSSL_3.0.9' not found (required by /usr/bin/openssl)
- /usr/bin/openssl: /opt/dell/dcc/libcrypto.so.3: version `OPENSSL_3.0.3' not found (required by /usr/bin/openssl)
- linux-vdso.so.1 (0x00007ffceafe2000)
- libssl.so.3 => /opt/dell/dcc/libssl.so.3 (0x00007f4456800000)
- libcrypto.so.3 => /opt/dell/dcc/libcrypto.so.3 (0x00007f4456000000)
- libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f4455e1f000)
- libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f4456af1000)
- libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f4456aec000)
- /lib64/ld-linux-x86-64.so.2 (0x00007f4456c00000)
- hbarta@rocinante:~$ ls -l /opt/dell/dcc/libcrypto.so.3
- -rw-r--r-- 1 root root 5450928 Aug 24 2022 /opt/dell/dcc/libcrypto.so.3
- hbarta@rocinante:~$ file /opt/dell/dcc/libcrypto.so.3
- /opt/dell/dcc/libcrypto.so.3: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=cc7b5b1cbe0f8d77de8cf81e99843b6efcd70ec8, not stripped
- hbarta@rocinante:~$ file /usr/bin/openssl
- /usr/bin/openssl: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=b40edf25618b4f1fd351aa628d998c6002d505ba, for GNU/Linux 3.2.0, stripped
- hbarta@rocinante:~$ ls -l /lib64/ld-linux-x86-64.so.2
- lrwxrwxrwx 1 root root 42 Apr 30 16:07 /lib64/ld-linux-x86-64.so.2 -> /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
- hbarta@rocinante:~$ ls -l /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
- -rwxr-xr-x 1 root root 210976 Apr 30 16:07 /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
- hbarta@rocinante:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement