咨询热线:4006-75-4006
售前:9:00-23:30 备案:9:00-18:00 技术:7*24h
1.在安装编译httpd2.4的时候出现错误:checking whether to enable mod_ssl... configure: error: mod_ssl has been requested but can not be built due to prerequisite failures
2.解决办法,这是由于没有安装openssl-devel,只要用yum进行安装即可
yum install openssl-devel