Shared Object Files
Shared object files
Section titled “Shared object files”Inspect What a .so File Links To
Section titled “Inspect What a .so File Links To”ldd /usr/lib/libc.so
Find location of library
Section titled “Find location of library”ldconfig -p | grep libssl
Find location of ldconfigs
Section titled “Find location of ldconfigs”/etc/ld.so.conf# possible dir /etc/ld.so.conf.d
Find out what owns .so file
Section titled “Find out what owns .so file”rpm -qf /lib64/libc.so.6 # redhat