elrepo
업데이트된 CentOS 5 시스템에 설치할 수 없습니다 .
설치하려고 할 때 발생하는 오류는 다음과 같습니다.
[root@static ~]# rpm -Uvh http://www.elrepo.org/elrepo-release-5-5.el5.elrepo.noarch.rpm
Retrieving http://www.elrepo.org/elrepo-release-5-5.el5.elrepo.noarch.rpm
error: Failed dependencies:
kernel = 2.6.18 is needed by elrepo-release-5-5.el5.elrepo.noarch
다음은 시스템에서 실행되는 커널 버전입니다.
[root@static ~]# uname -r
2.6.32-042stab078.28
설치를 완료할 수 없는 이유를 설명해 주시겠습니까?
답변1
elrepo
설치하려는 릴리스에 정확한 버전의 커널이 필요하다는 오류가 표시됩니다 .
elrepo
시스템에서 실행 중인 커널은 최신 버전이므로 커널 자체를 필요한 버전으로 다운그레이드하거나 현재 커널 버전과 호환되는 릴리스를 찾아야 합니다 .
답변2
지금 :
[root@static ~]# rpm -Uvh커널-2.6.18-417.el5.centos.plus.x86_64.rpm 경고: kernel-2.6.18-417.el5.centos.plus.x86_64.rpm: 헤더 V3 DSA/SHA1 서명, 키 ID e8562897: NOKEY 오류: 실패한 종속성: kernel-2.6.18-417.el5.centos.plus.x86_64에는 mkinitrd >= 4.2.21-1이 필요합니다. util-linux-ng-2.17.2-12.24.el6_8.1.x86_64에는 커널 >= 2.6.32-642가 필요합니다. util-linux-ng-2.17.2-12.24.el6_8.1.x86_64에는 (설치된) 커널 >= 2.6.32-642가 필요합니다.
:|