Advertisement
WalterHWhite

libssl

Jul 14th, 2024
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. hbarta@rocinante:~$ ldd /usr/bin/openssl
  2. /usr/bin/openssl: /opt/dell/dcc/libcrypto.so.3: version `OPENSSL_3.0.9' not found (required by /usr/bin/openssl)
  3. /usr/bin/openssl: /opt/dell/dcc/libcrypto.so.3: version `OPENSSL_3.0.3' not found (required by /usr/bin/openssl)
  4. linux-vdso.so.1 (0x00007ffceafe2000)
  5. libssl.so.3 => /opt/dell/dcc/libssl.so.3 (0x00007f4456800000)
  6. libcrypto.so.3 => /opt/dell/dcc/libcrypto.so.3 (0x00007f4456000000)
  7. libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f4455e1f000)
  8. libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f4456af1000)
  9. libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f4456aec000)
  10. /lib64/ld-linux-x86-64.so.2 (0x00007f4456c00000)
  11. hbarta@rocinante:~$ ls -l /opt/dell/dcc/libcrypto.so.3
  12. -rw-r--r-- 1 root root 5450928 Aug 24 2022 /opt/dell/dcc/libcrypto.so.3
  13. hbarta@rocinante:~$ file /opt/dell/dcc/libcrypto.so.3
  14. /opt/dell/dcc/libcrypto.so.3: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=cc7b5b1cbe0f8d77de8cf81e99843b6efcd70ec8, not stripped
  15. hbarta@rocinante:~$ file /usr/bin/openssl
  16. /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
  17. hbarta@rocinante:~$ ls -l /lib64/ld-linux-x86-64.so.2
  18. 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
  19. hbarta@rocinante:~$ ls -l /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
  20. -rwxr-xr-x 1 root root 210976 Apr 30 16:07 /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
  21. hbarta@rocinante:~$
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement