RPM dependencies fail

Hello,

I am trying to install krb5-libs-1.4-4.pp-rh73.i386.rpm on my Red Hat 7.X server, however while installing/upgrading it fails due to dependencies.

I checked for these dependencies and i already found them on the server.
I wonder why it is giving these errors.
I tried copying these libraries to /usr/lib and then trying upgrading the package with no success.

#rpm -Uvh krb5-libs-1.4-4.pp-rh73.i386.rpm
error: failed dependencies:
        libdyn.so.1   is needed by pam_krb5-1.31-1
        libgssrpc.so.3   is needed by pam_krb5-1.31-1
        libkadm5clnt.so.4   is needed by pam_krb5-1.31-1
        libkdb5.so.3   is needed by pam_krb5-1.31-1



# rpm -qa | grep -i krb5
pam_krb5-1.31-1
krb5-libs-1.2.2-24


#pwd; ll libdyn.so.1 libgssrpc.so.3 libkadm5clnt.so.4 libkdb5.so.3
/usr/kerberos/lib
lrwxrwxrwx    1 root     root           13 Oct 18  2001 libdyn.so.1 -> libdyn.so.1.0
lrwxrwxrwx    1 root     root           16 Oct 18  2001 libgssrpc.so.3 -> libgssrpc.so.3.0
lrwxrwxrwx    1 root     root           19 Oct 18  2001 libkadm5clnt.so.4 -> libkadm5clnt.so.4.0
lrwxrwxrwx    1 root     root           14 Oct 18  2001 libkdb5.so.3 -> libkdb5.so.3.0

Please suggest a solution to this

Thanks
Sunny

use nodeps option.

rpm -Uvh --nodeps krb5-libs-1.4-4.pp-rh73.i386.rpm