View Single Post

   
  #3 (permalink)  
Old 01-19-2008, 07:11 AM
Jean-David Beyer
 
Posts: n/a
Default Re: How to Upgrade glibc???

linuxquestion@yahoo.com wrote:
> Dear Experts,
>
>
> To install some software, I need to upgrade the package, glic, to a newer
> version.
>
>
> I downloaded the newer version, and compiled it. Interestingly, it took
> over ONE HOUR to compile.
>
> And, it also produced MANY files.
>
> /usr/src/redhat/RPMS/i386/glibc-2.3.2-95.27.i386.rpm
> /usr/src/redhat/RPMS/i386/glibc-devel-2.3.2-95.27.i386.rpm
> /usr/src/redhat/RPMS/i386/glibc-headers-2.3.2-95.27.i386.rpm
> /usr/src/redhat/RPMS/i386/glibc-profile-2.3.2-95.27.i386.rpm
> /usr/src/redhat/RPMS/i386/glibc-common-2.3.2-95.27.i386.rpm
> /usr/src/redhat/RPMS/i386/nscd-2.3.2-95.27.i386.rpm
> /usr/src/redhat/RPMS/i386/glibc-debug-2.3.2-95.27.i386.rpm
> /usr/src/redhat/RPMS/i386/glibc-utils-2.3.2-95.27.i386.rpm
> /usr/src/redhat/RPMS/i386/glibc-debuginfo-2.3.2-95.27.i386.rpm
> /usr/src/redhat/RPMS/i386/glibc-debuginfo-common-2.3.2-95.27.i386.rpm
>
>
>
> When I test to see if I can install one of them, I get:
>
> rpm -Uvh --test /usr/src/redhat/RPMS/i386/glibc-2.3.2-95.27.i386.rpm


cd /usr/src/redhat/RPMS/i386
rpm -Uvh --test glibc-2.3.2-95.27.i386.rpm glibc-*-2.3.2-95.27.i386.rpm \
nscd-*-2.3.2-95.27-i386.rpm nptl-devel-2.3.2-95.27.i386.rpm

You will have to keep going until you get them all. If you are running RHEL3
already, your subscription entitles you to all updates, so just run up2date.

> error: Failed dependencies: glibc-common = 2.3.2-95.27 is needed by
> glibc-2.3.2-95.27 glibc = 2.3.2-95.20 is needed by (installed) glibc-
> utils-2.3.2-95.20
>
>
>
> When I test to see if I can install all of them, I get Failed
> dependencies again:
>
> rpm -Uvh --test glibc-2.3.2-95.27.i386.rpm glibc-
> common-2.3.2-95.27.i386.rpm glibc- debug-2.3.2-95.27.i386.rpm
> glibc- debuginfo-2.3.2-95.27.i386.rpm glibc-debuginfo-
> common-2.3.2-95.27.i386.rpm glibc- devel-2.3.2-95.27.i386.rpm
> glibc- headers-2.3.2-95.27.i386.rpm glibc-
> profile-2.3.2-95.27.i386.rpm glibc- utils-2.3.2-95.27.i386.rpm
> nscd-2.3.2-95.27.i386.rpm
>
> error: Failed dependencies: glibc-devel = 2.3.2-95.20 is needed by
> (installed) nptl- devel-2.3.2-95.20
>
>
> How can I install all of them cleanly????
>
> I'm using Redhat AS 3.2.
>

Why not just upgrade (with up2date) to RHEL 3.9 we are up to now? They are
up to glibc-*-2.3.2-95.50
>
> Thanks a lot!
>



--
.~. Jean-David Beyer Registered Linux User 85642.
/V\ PGP-Key: 9A2FC99A Registered Machine 241939.
/( )\ Shrewsbury, New Jersey http://counter.li.org
^^-^^ 20:30:01 up 6 days, 1:30, 3 users, load average: 4.63, 4.40, 4.20
Reply With Quote