Details
Description
In the binary tarballs, the mysqld server and the client libraries are statically linked against SSL/TLS libraries (yaSSL, gnuTLS or wolfSSL, depending on version), libgalera_smm.so and garbd on the other hand are dynamically linked against specific version libssl.so.1.0.0
This makes it impossible to run Galera on systems that come with a different libssl.so version, lile RHEL 6 and 7, which come with libssl.1.0.1
libgalera_ssm.so and garbd should be linked statically against the SSL/TLS library of choice, like the msqld server and the libmysqlclient library ...
Attachments
Issue Links
- relates to
-
MDEV-24761 libgalera_smm.so in generic tarball is not linking to correct files for Ubuntu
- Stalled
-
MDEV-34861 Generic Linux build (.tar.gz) still depends on openssl1.0.0 for galera support, ncurses5 for client
- Closed