Hi
I wanted to installing oracle 12c on oracle linux 5.3(64 bit), but during installation the message of OUI shows that 2 package should be installed.
Package: glibc-2.5-58.x86_64
Package: nfs-utils-1.0.9-60
I downloaded these packages, But I could not to install it, the error message are as follow:
[root@host rpms]rpm -ivh glibc-2.5-58.x86_64.rpm
warning: glibc-2.5-58.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID e8562897
error: Failed dependencies:
glibc-common = 2.5-58 is needed by glibc-2.5-58.x86_64
According to this message I ran following command :
[root@host rpms]rpm -Uvh glibc-common-2.5-58.x86_64.rpm
warning: glibc-common-2.5-58.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID e8562897
error: Failed dependencies:
glibc-common = 2.5-42 is needed by (installed) glibc-2.5-42.i686
glibc-common = 2.5-42 is needed by (installed) glibc-2.5-42.x86_64
and
[root@host rpms]rpm -ivh glibc-2.5-42.i686.rpm
warning: glibc-2.5-42.i686.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
Preparing... ########################################### [100%]
package glibc-2.5-42.i686 is already installed
How can I resolve this problem?