[MDEV-20394] Galera library and garbd not compiled against TLS/SSL library statically in tarballs Created: 2019-08-20 Updated: 2023-04-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Galera, Packaging |
| Affects Version/s: | 10.2.26, 10.1.41, 10.3.17, 10.4.7 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Hartmut Holzgraefe | Assignee: | Seppo Jaakola |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | 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 ... |
| Comments |
| Comment by Sergei Golubchik [ 2019-08-28 ] |
|
I don't think Galera can be linked with yassl/wolfssl at all. So, this needs to be implemented first. |
| Comment by Jan Lindström (Inactive) [ 2019-12-12 ] |
|
Feature request. |