安装openssl报错configure: error: You need a C++ compiler for C++ support

是缺少c++编译器的原因

需要安装gcc gcc-c++环境,执行以下命令

yum install -y gcc gcc-c++

然后再进行编译,问题即可解决

 

相关文章: