> CentOS > CentOS故障 >

CentOS下安装mongoDB扩展时报错::make: *** [io_stream.lo] Error 1

安装mongoDB扩展经过make编译时报错:make: *** [io_stream.lo] Error 1

解决方法:需要安装openssl-devel

命令:yum install -y openssl-devel

(责任编辑:IT)