/usr/lib/libc.so is needed by oracle-validated-1.0.0-22.el5.x86_64
Hi,
I'm struggle. Any suggestion?
[felipe@felipe-pc tmp]$ cat /etc/*-release
Enterprise Linux Enterprise Linux Server release 5.4 (Carthage)
Red Hat Enterprise Linux Server release 5.4 (Tikanga)
[felipe@felipe-pc tmp]$ cat /proc/version
Linux version 2.6.18-164.el5 (mockbuild@ca-build10.us.oracle.com) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-46)) #1 SMP Thu Sep 3 04:15:13 EDT 2009
*[felipe@felipe-pc tmp]$ rpm -i oracle-validated-1.0.0-22.el5.x86_64.rpm*
error: Failed dependencies:
*/usr/lib/libc.so is needed by oracle-validated-1.0.0-22.el5.x86_64*
[felipe@felipe-pc tmp]$ sudo find / -name libc.so
Password:
/usr/lib/i386-redhat-linux4E/lib/libc.so
/usr/lib/x86_64-redhat-linux4E/lib64/libc.so
/usr/lib64/libc.so
/home/felipe/bpm-installers/rcuHome/lib/stubs/libc.so
[felipe@felipe-pc tmp]$ ls -l /usr/lib/x86_64-redhat-linux4E/lib64/libc.so
-rw-r--r-- 1 root root 268 Jun 5 2007 /usr/lib/x86_64-redhat-linux4E/lib64/libc.so
[felipe@felipe-pc tmp]$ sudo ln -s /usr/lib/x86_64-redhat-linux4E/lib64/libc.so /usr/lib/libc.so
[felipe@felipe-pc tmp]$ rpm -i oracle-validated-1.0.0-22.el5.x86_64.rpm
error: Failed dependencies:
/usr/lib/libc.so is needed by oracle-validated-1.0.0-22.el5.x86_64
[felipe@felipe-pc tmp]$
In short, I found the missing file (libc.so) and I tried to create a simbolic link to it in the path rpm was asking (/usr/lib). In my system I found 2 (32 and 64 version). I tried both, I mean to link /usr/lib/libc.so to 64 version (as you can see in the console). It did not work. Then I did rm and ln -s to the 32 version of it but same result.
Any idea?
Thanks in advance.
Felipe