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