LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   lib 64bit not recognize (https://www.linuxquestions.org/questions/linux-newbie-8/lib-64bit-not-recognize-4175582653/)

packets 06-20-2016 05:03 AM

lib 64bit not recognize
 
Hi,

I'm trying to install an rpm but it is looking for glibc 64bit. My OS is RHEL 5.8. Any idea why it was looking for libc.so.6 64bit when in fact it was already installed?

Code:

[06/20/16 05:46:13] [oasetup] [oasetup] [INFO] Installing with the "rpm -i /var/opt/OV/installation/standalone/HPOvXpl.rpm" command
warning: /var/opt/OV/installation/standalone/HPOvXpl.rpm: Header V3 DSA signature: NOKEY, key ID 2689b887
error: Failed dependencies:
        libc.so.6()(64bit) is needed by HPOvXpl-11.11.025-1.x86_64
        libc.so.6(GLIBC_2.2.5)(64bit) is needed by HPOvXpl-11.11.025-1.x86_64
        libc.so.6(GLIBC_2.3)(64bit) is needed by HPOvXpl-11.11.025-1.x86_64
        libdl.so.2()(64bit) is needed by HPOvXpl-11.11.025-1.x86_64
        libdl.so.2(GLIBC_2.2.5)(64bit) is needed by HPOvXpl-11.11.025-1.x86_64
        libgcc_s.so.1()(64bit) is needed by HPOvXpl-11.11.025-1.x86_64
        libgcc_s.so.1(GCC_3.0)(64bit) is needed by HPOvXpl-11.11.025-1.x86_64
        libm.so.6()(64bit) is needed by HPOvXpl-11.11.025-1.x86_64
        libm.so.6(GLIBC_2.2.5)(64bit) is needed by HPOvXpl-11.11.025-1.x86_64
        libpthread.so.0()(64bit) is needed by HPOvXpl-11.11.025-1.x86_64
        libpthread.so.0(GLIBC_2.2.5)(64bit) is needed by HPOvXpl-11.11.025-1.x86_64
        libpthread.so.0(GLIBC_2.3.2)(64bit) is needed by HPOvXpl-11.11.025-1.x86_64
        libstdc++.so.6()(64bit) is needed by HPOvXpl-11.11.025-1.x86_64
        libstdc++.so.6(CXXABI_1.3.1)(64bit) is needed by HPOvXpl-11.11.025-1.x86_64
        libstdc++.so.6(CXXABI_1.3)(64bit) is needed by HPOvXpl-11.11.025-1.x86_64
        libstdc++.so.6(GLIBCXX_3.4)(64bit) is needed by HPOvXpl-11.11.025-1.x86_64
[06/20/16 05:46:13] [oasetup] [oasetup] [ERROR]  Error in installing the HPOvXpl package. Check the /var/opt/OV/log/oainstall.log file for more information.
[root@linux tmp]# ls /lib64/libc.so.6
/lib64/libc.so.6


Emerson 06-20-2016 06:00 AM

Probably your glibc is too old.


All times are GMT -5. The time now is 07:46 PM.