Does /usr/lib/libssl.so.10 exist on your system (that was just an example, you need to replace the /usr/lib/libssl.so.10 with the path and library version that your system has installed)? From the error message I'd guess it doesn't. You need to do an ls on /usr/llib and /usr/lib64 and see which of them has a libssl and replace the /usr/lib/libssl.so.10 witht he path and version on your system.
↧