0

i want to ask , i have installing DRBD binary package for CentOS on RHEL v5, there is 2 files.

1. drbd83-8.3.13-2.el5.centos.x86_64.rpm
2. kmod-drbd83-8.3.13-1.el5.centos.x86_64.rpm

first i execute drbd83-8.3.13-2.el5.centos.x86_64.rpm file with rpm -i <filename>, and then i execute kmod-drbd83-8.3.13-1.el5.centos.x86_64.rpm file with same command, but the second operation give output below :

error: Failed dependencies:
        kernel(rhel5_lib_u6) = aab649531cab69cbeff5665f2aef9e0dba844b20 is needed by kmod-drbd83-8.3.13-1.el5.centos.x86_64

so what i must to do ?? i know, it required dependencies file named is aab649531cab69cbeff5665f2aef9e0dba844b20, but i do know what is aab649531cab69cbeff5665f2aef9e0dba844b20 ??

4

1 に答える 1

1

このエラーは、インストールしたカーネル DRBD モジュール (ドライバー) が、使用しているカーネル バージョン用にビルドされていないことを示しています。カーネルのバージョンは、

rpm -qa | grep kernel

Centos システムを (「yum update」を使用して) 更新し、関連する最新の kmod-drbd があることを確認します。

Centos パッケージ リポジトリで、あなたのものよりも新しい drbd-kmod バージョンがあることがわかります

于 2012-10-08T14:33:04.240 に答える