Linux CentOS에 mod_ssl 패키지를 설치할 수 없습니다.

Linux CentOS에 mod_ssl 패키지를 설치할 수 없습니다.

VPS Linux CentOS에 애플리케이션을 설치해야 합니다. 하지만 mod_ssl에 문제가 있습니다.

애플리케이션을 설치하기 위해 명령을 실행하면 다음 경고가 표시됩니다.

Package 1:mod_ssl-2.4.6-97.el7.centos.x86_64 is obsoleted by ea-apache24-mod_ssl-2.4.46-6.12.1.cpanel.x86_64 which is already installed

후에:

Error: Package: filemaker_server-19.2.1-23.x86_64 (/filemaker_server-19.2.1-23.x86_64)
       Requires: mod_ssl
       Available: 1:mod_ssl-2.4.6-95.el7.centos.x86_64 (base)
           mod_ssl = 1:2.4.6-95.el7.centos
       Available: 1:mod_ssl-2.4.6-97.el7.centos.x86_64 (updates)
           mod_ssl = 1:2.4.6-97.el7.centos

yum install mod_ssl을 사용하여 mod_ssl을 설치하려고 하면 다음과 같이 표시됩니다.

No package mod_ssl available.
Error: Nothing to do

난 정말 여기에 갇혀있습니다. 누구든지 나를 도와줄 수 있나요?

내 저장소 목록:

CentOS-Base.repo       CentOS-Media.repo        CentOS-Vault.repo          dedi.repo          mysql-community.repo
CentOS-CR.repo         CentOS-SCLo-scl.repo     CentOS-x86_64-kernel.repo  EA4.repo           mysql-community-source.repo
CentOS-Debuginfo.repo  CentOS-SCLo-scl-rh.repo  cPAddons.repo              epel.repo          UL_hostgator_br.repo
CentOS-fasttrack.repo  CentOS-Sources.repo      cpanel-plugins.repo        epel-testing.repo  ul.repo

mod_ssl을 검색하면:

mod_gnutls.x86_64 : GnuTLS module for the Apache HTTP server

답변1

mode_ssl이 경우 Apache 모듈에 이 기능이 있으므로 이 종속성(약)을 무시할 수 있습니다 .

예를 들어 사용할 수 있는 명령은 다음과 같습니다.

rpm -i --nodeps filemaker_server-19.2.1-23.x86_64.rpm

또는

yum install --skip-broken filemaker_server-19.2.1-23.x86_64

관련 정보