Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
3.1.1
-
None
-
Linux X86_64 Ubuntu 16.04
Description
Build failed with below error after executing cmake command.
This issue is observed on both little endian and big endian architectures.
I suspect that unavailability of "select.h" file caused the failure.
Please let me know if I miss anything.
CMake Error at libmariadb/plugins/auth/CMakeLists.txt:62 (IF):
|
if given arguments:
|
|
"STREQUAL" "OPENSSL" "OR" "STREQUAL" "SCHANNEL"
|
|
Unknown arguments specified
|
Call Stack (most recent call first):
|
libmariadb/plugins/CMakeLists.txt:7 (INCLUDE)
|
libmariadb/CMakeLists.txt:394 (INCLUDE)
|