zhoujun.g 发表于 2018-11-18 10:09:54

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



页: [1]
查看完整版本: apache源码编译安装问题