Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Cannot Reproduce
-
10.1.22
-
None
-
mariadb-10.1.22-linux-glibc_214-x86_64.tar.gz
Amazon Linux 2016.09
Description
I'm getting errors running the Galera provider using the generic TGZ for GlibC +2.14 versions.
I can see that the galera provider is linked against OpenSSL version 1.0.0, and version 1.0.1. Seems like something is wrong with the build process.
Anyway, I think it should only link against 1.0.1 as that the version that any distro with glibc 2.14 is likely to have.
# ldd -v lib/libgalera_smm.so
|
libcrypto.so.1.0.0 (OPENSSL_1.0.0) => not found
|
libssl.so.1.0.0 (OPENSSL_1.0.1) => not found
|
libssl.so.1.0.0 (OPENSSL_1.0.0) => not found
|