RESOLUTION
Such error means that a program (SOME_BINARY) cannot load required dynamic library (SOME_LIBRARY). For example:
/usr/libexec/ld-elf.so.1: Shared object "libcrypt.so.2" not found, required by "owsadm.exe"
the message above states that owsadm.exe cannot find libcrypt.so.2
library because it was removed
somehow. To fix the problem, missing
file have to be restored. You can copy it from another
server that has the same OS and packet versions installed or reinstall the
package the missing file
belongs to. A package name can be found with:
RPM based OSes:
# rpm -qf /PATH_TO_SOME_LIBRARY
FreeBSD:
# pkg_info -W /PATH_TO_SOME_LIBRARY
Deb based OSes:
# dpkg -S /PATH_TO_SOME_LIBRARY