[MDEV-14881] Add hint regarding clearing Cmake cache to warning regarding missing libaio Created: 2018-01-06 Updated: 2020-08-25 Resolved: 2018-01-07 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Compiling |
| Affects Version/s: | 10.2.12 |
| Fix Version/s: | 10.3.4 |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Hartmut Holzgraefe | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
When using the "-DBUILD_CONFIG=mysql_release" option cmake fails when the libaio.h header is not found, which is expected behaviour so far. Instructions how to install the missing package are given, but the instructions should also mention that the Cmake cache needs to be cleared afterwards. |
| Comments |
| Comment by Hartmut Holzgraefe [ 2018-01-06 ] |
| Comment by Vladislav Vaintroub [ 2018-01-07 ] |
|
Fixed differently in https://github.com/mariadb/server/commit/7349b9ab5eda351737f9d63c445df0ade6dcbf9e |