inet 액세스가 없는 시스템의 rpm 패키지 관리

inet 액세스가 없는 시스템의 rpm 패키지 관리

아웃바운드가 없는 방화벽 뒤에 CentOS 6.7 시스템이 있습니다. 이것은 일반적인 작업 플랫폼입니다.

다음을 설치해야 합니다: - jemalloc - redis

내 로컬 시스템에 jemalloc의 rpm이 있지만 설치되지 않고 glibc가 필요하다고 불평합니다.

[root@localhost tmp]# rpm -ivh jemalloc-3.6.0-8.el7.centos.x86_64.rpm
error: Failed dependencies:
        libc.so.6(GLIBC_2.14)(64bit) is needed by jemalloc-3.6.0-8.el7.centos.x86_64
[root@localhost tmp]#

그러나 glibc가 로컬 rpm 저장소에 있고 다음과 같이 보이기 때문에 이것은 나에게 이해가 되지 않습니다.

[root@localhost tmp]# rpm -qa|grep glibc
glibc-2.12-1.166.el6_7.3.x86_64
glibc-headers-2.12-1.166.el6_7.3.x86_64
glibc-common-2.12-1.166.el6_7.3.x86_64
glibc-devel-2.12-1.166.el6_7.3.x86_64
[root@localhost tmp]# yum install glibc
Loaded plugins: changelog, fastestmirror, security
Setting up Install Process
Loading mirror speeds from cached hostfile
Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again
[root@localhost tmp]

내가 무엇을 놓치고 있나요?

답변1

답변: Centos 6.x에서는 jemalloc 3.6.0-1을 사용하고 Centos 7에서는 jemalloc 3.6.0-8을 사용하지 마십시오....

관련 정보