Product:
Search Type:

I got the error like below in the command prompt: '/usr/libexec/ld-elf.so.1: Shared object "SOME_LIBRARY" not found, required by "SOME_BINARY"'

Article ID: 1439 
Last Review: Oct,20 2006
APPLIES TO:
  • Plesk for Linux/Unix

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 

Please provide feedback on this article

Did this article help you solve your issue?
Yes
No
Partially
I do not know yet
 
Strongly Agree   Strongly Disagree
  9 8 7 6 5 4 3 2 1
The article is easy to understand
The article is accurate
Additional Comments:
*Please provide us with your email address in case we need to contact you.
*Please type the code you can see.
* - required fields