LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Solving dependencies of libraries (https://www.linuxquestions.org/questions/linux-software-2/solving-dependencies-of-libraries-305469/)

executive 03-24-2005 08:37 AM

Solving dependencies of libraries
 
Hi,

I have tried to install a new version of glibc using rpm, but ended up with problems as you see below.



Nussnb56:~/Diameter # rpm -Uvh glibc-2.3.2-9.i686.rpm
error: failed dependencies:
glibc = 2.2.5 is needed by glibc-locale-2.2.5-151
glibc = 2.2.5 is needed by glibc-devel-2.2.5-151
glibc = 2.2.5 is needed by glibc-profile-2.2.5-151


Now I need to install this glibc. So please tell me how can I avoid the error and successfully install glibc.

regards,
Aoun.

huibert.alblas 03-25-2005 07:00 AM

you need to upgrade all rpms at once:

Code:

Nussnb56:~/Diameter # rpm -Uvh glibc-2.3.2-9.i686.rpm glibc-locale-2.3.2-9.i686.rpm glibc-devel-2.3.2-9.i686.rpm glibc-profile-2.3.2-9.i686.rpm


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