我得到了一台装有 Apache 2.4.6 和 OpenSSL 的 RHEL7 服务器,我想安装 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 或安装一个 repo 才能让 yum 找到它吗?
以下是列出 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
答案1
rhel-7-server-rpms
您的输出中没有基础存储库(yum repolist
我已经验证可以mod_ssl
在基础 RHEL7 存储库中找到它。
使用订阅管理器重新启用该 repo。