[MDEV-17615] cmake ssl error on musl/libressl Created: 2018-11-05 Updated: 2019-02-08 Resolved: 2019-01-21 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | SSL |
| Affects Version/s: | 10.1.37 |
| Fix Version/s: | 10.1.38, 5.5.63, 10.0.38 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Chingis | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Alpine Linux 3.8 |
||
| Attachments: |
|
| Description |
|
Since 10.1.37 cmake fails with the following error on alpine linux 3.8 with libressl:
|
| Comments |
| Comment by Thomas Rohloff [ 2019-01-10 ] | |||||||
|
Same here (gentoo linux, glibc, libressl). Reverting https://github.com/MariaDB/server/commit/31f1fe223e3ca0f2a44f7e55df05f096552ae61e fixes it:
Attached is a patch to revert the commit on 10.1.37 | |||||||
| Comment by Sergei Golubchik [ 2019-01-10 ] | |||||||
|
a better fix would be not to rely on openssl version (as 31f1fe223e does) but to check whether OpenSSL version is supported with try_compile and whatever piece of vio that fails on 1.1 |