ld.so.1: fatal: .so: open failed: No such file or directory
This problem comes when the required ( liked *.so) libraries were not exist in the proper location in the system or the libraries not exist in system at all.
Remedy:
To know exactly which libraries are missing:
execute this command.
ldd "binaryname"
If any of the binary is missing it says