— Looking for SHA512_DIGEST_LENGTH
— Looking for SHA512_DIGEST_LENGTH – not found.
CMake Error at cmake/ssl.cmake:83 (MESSAGE):
Cannot find appropriate system libraries for SSL. Use WITH_SSL=bundled to
enable SSL support
Call Stack (most recent call first):
CMakeLists.txt:266 (MYSQL_CHECK_SSL)
****** 中间省略
— Check size of pthread_t – done
— Performing Test HAVE_PEERCRED
— Performing Test HAVE_PEERCRED – Success
— Configuring incomplete, errors occurred!
原来有这个 -DWITH_SSL=system
##解决方法
yum install openssl-devel openssl