I’ve tried do this: ldd /usr/pgsql-10/lib/libpq.so.5I get error mesage: version ‘libcrypto.so.10’ not found (required by /usr/pgsql-10/lib/libpq.so.5) so same with libssl.
there are libcrypto.so.1.0.0 libcrypto.1.1 libcrypto.so.44 in /usr/lib64
I made symlinks (libcrypto.so.10) to these libs, but it didn’t helps.