Scratch that, the openssl docs say
ERR_load_error_strings(), SSL_load_error_strings() and
ERR_free_strings() are available in all versions of SSLeay and OpenSSL.
So maybe it's a different ssl implementation that provides libssl.so ?!?!
On 08/31/2017 02:21 PM, Timo Paulssen wrote:
> 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