Indunil Jayasooriya wrote:
below are errors I got, my centos 4.4 kernel is 2.6.9-42.0.3.EL [root@worldnet opt]# rpm -ivh ipp2p-0.8.0-6.el4.hrb.i686.rpm warning: ipp2p-0.8.0-6.el4.hrb.i686.rpm: V3 DSA signature: NOKEY, key ID 3e6e97c3 error: Failed dependencies: kmod-ipp2p = 0.8.0 is needed by ipp2p-0.8.0-6.el4.hrb.i686 then I tried to install kmod-ipp2p then i got the below error, [root@worldnet opt]# rpm -ivh kmod-ipp2p-0.8.0-6.2.6.9_42.0.2.EL.el4.hrb.i686.rp m warning: kmod-ipp2p-0.8.0-6.2.6.9_42.0.2.EL.el4.hrb.i686.rpm: V3 DSA signature: NOKEY, key ID 3e6e97c3 error: Failed dependencies: ipp2p is needed by kmod-ipp2p-0.8.0-6.2.6.9_42.0.2.EL.el4.hrb.i686
I see one problem here: the kmod-ipp2p you have is for the 2.6.9-42.0.2.EL kernel, while you have 2.6.9-42.0.3 (a rebuild of the src.rpm against a newer kernel should fix that).
The second "problem" is a circular dependency between ipp2p and kmod-ipp2p, which can be solved easily by installing both packages in one run:
rpm -Uvh kmod-ipp2p ipp2p
Regards,
Ralph