mysql编译安装报错:Cannot find appropriate system libraries for WITH_SSL=system.
现象显示:
=================================================================
Cannot find appropriate system libraries for WITH_SSL=system.
Make sure you have specified a supported SSL version.
Valid options are :
system (use the OS openssl library),
yes (synonym for system),
</path/to/custom/openssl/installation>**
=================================================================
解决办法:yum install -y openssl-devel