[MDEV-14682] TokuDB fails to compile if libz is not installed Created: 2017-12-16 Updated: 2020-12-01 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Compiling, Storage Engine - TokuDB |
| Affects Version/s: | 10.1 |
| Fix Version/s: | 10.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Vicențiu Ciorbaru | Assignee: | Vicențiu Ciorbaru |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Tokudb configure step succeeded, even if libz is not installed. Compilation failed with:
Only checked 10.1 |
| Comments |
| Comment by Sergei Golubchik [ 2017-12-16 ] |
|
We shouldn't build dynamic PerconaFT libraries at all, it's just a waste of time, they aren't used anywhere. |