我得到了一个带有Apache2.4.6和OpenSSL的OpenSSL服务器,我希望安装mod_ssl。问题是,yum找不到这个包:
yum install mod_ssl
No package mod_ssl available.
Error: Nothing to do此外,在搜索过程中找不到它,只找到mod_gnutls:
yum search mod_ssl
=================================================== Matched: mod_ssl ===================================================
mod_gnutls.x86_64 : GnuTLS module for the Apache HTTP server如何安装mod_ssl?我是否需要找到一个rpm或者安装一个回购程序才能找到它?
下面是清单httpd和openssl的输出,以显示版本:
yum list httpd openssl
Installed Packages
httpd.x86_64 2.4.6-67 @rhel-7-server-rpms
openssl.x86_64 1:1.0.2k-8.el7 @rhel-7-server-rpms这是我的评论家:
yum repolist
repo id repo name status
epel/x86_64 Extra Packages for Enterprise Linux 7 - x86_64 11,769
webtatic/x86_64 Webtatic Repository EL7 - x86_64 649
repolist: 12,713发布于 2017-08-16 09:49:00
在您的rhel-7-server-rpms的输出中没有基本存储库( yum repolist )
我已经验证了mod_ssl是在基本的RHEL7存储库中找到的。
使用订阅管理器重新启用该回购。
https://serverfault.com/questions/868899
复制相似问题