Hi Team,
we recently downloaded source code binaries for generic linux for 8.0.37.
we ran into following issue while invoking mysql client on the host.
error while loading shared libraries: libssl.so.10: cannot open shared object file:
We compared the 8.0.36 binaries and found following libs missing in .37
libssl.so → private/libssl.so.1.0.2k
libssl3.so → private/libssl3.so
in priviate dir::
libssl.so → libssl.so.1.0.2k
libssl3.so
libssl.so.1.0.2k
Is there any reason of it?
Also what is the best way to solve this issue and avoid any issue with future compatibilities when we try to patch it.