-- Running cmake version 3.7.2 -- Could NOT find Git (missing: GIT_EXECUTABLE) -- Configuring with MAX_INDEXES = 64U CMake Error at cmake/os/Linux.cmake:28 (MESSAGE): GCC 4.4 or newer is required! Call Stack (most recent call first): CMakeLists.txt:
-- Could NOT find Git (missing: ?GIT_EXECUTABLE)?
-- Configuring with MAX_INDEXES = 64U
CMake Error at cmake/os/Linux.cmake:28 (MESSAGE):
? GCC 4.4 or newer is required!
Call Stack (most recent call first):
? CMakeLists.txt:162 (INCLUDE)
-- Configuring incomplete, errors occurred!
See also "/home/mysql-5.7.17/CMakeFiles/CMakeOutput.log".
2017-02-08
gcc版本過(guò)低
需要GCC 4.4或更高版本
sudo yum install gcc