Details
-
Bug
-
Status: Confirmed (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.2.26, 10.1.41, 10.3.17, 10.4.7
-
None
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
-
-
MDEV-35974 Generic binary tarbal (bintar) does not work on modern linux distros
-
- Open
-