LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   failed dependencies (https://www.linuxquestions.org/questions/linux-general-1/failed-dependencies-67895/)

jaylee 06-25-2003 03:24 AM

failed dependencies
 
I execute the following command:

rpm -ivh xxxxx.rpm

and I got the following error:

failed dependencies:

libc.so.5 is needed by xxxxx

What should I do to get this fixed?

I'm using RedHat 9.

stony 06-25-2003 05:32 AM

Hi,

you have to install the libc5 package, but i don't know if this is useful, 'cause most systems are running on libc 6.

cu

Poetics 06-25-2003 05:38 AM

If something requires the libc5 package, it'll be taken care of by the libc6 package, I daresay

acid_kewpie 06-25-2003 05:44 AM

well not if it's dynamically linked to libc.so.5...

basically you're probably using a really old package. if there is no newer rpm available, download and compile the package from source and assuming nothing else has gone out of fashion then it should compile ok.

jaylee 06-25-2003 05:45 AM

my system has libc.so.

how do i know where do find libc.so.6 for installation?


All times are GMT -5. The time now is 02:40 PM.