The error for a missing libssl.so looks like

    Cannot locate native library 'libwhatevenisthis.so':
libwhatevenisthis.so: cannot open shared object file: No such file or
directory

so in this case the library can be found but the symbol
SSL_load_error_strings isn't in it. it might be an incompatible version,
for example a version before that function was introduced.

HTH
  - Timo

Reply via email to