apache源码编译安装问题
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache源码编译安装问题相关的知识,希望对你有一定的参考价值。
checking for OpenSSLversion >= 0.9.8a... FAILED
configure: WARNING:OpenSSL version is too old
no
checking whether toenable mod_ssl... configure: error: mod_ssl has been requested but can not bebuilt due to prerequisite failures
解决方法:
yum -y install openssl-devel
yum update openssl
以上是关于apache源码编译安装问题的主要内容,如果未能解决你的问题,请参考以下文章