Re: glibc upgrade



"onkar" <onkar.n.m@xxxxxxxxx> writes:

On Apr 9, 12:31 pm, "zouz" <elsid...@xxxxxxxxx> wrote:
On Apr 9, 1:57 am, "zouz" <elsid...@xxxxxxxxx> wrote:

On Apr 9, 1:30 am, "onkar" <onkar....@xxxxxxxxx> wrote:

Can any one help me upgrading the glibc on my system from 2.3 to
2.5 .. I have tried installing it using rpm -Uvh but it is not
working .. has any one tried compiling and installing it before?
Please help me .. I am using system i386 with kernel 2.6.9-5.EL -
that is Redhat Enterprise Linux - AS 4

onkar

Download glibc version 2.5 first and then upgrate it.
Here is a website with the latest versions :http://rpm.pbone.net/index.php3/stat/3/srodzaj/1/search/glibc.

cheers,
zaher el sid***

what do you mean its not working?
try to download glibc* version 2.5 from the site i pointed at
earlier,
run command rmp -Uvh glibc-*
tell me what you get when you type rpm -aq | grep glibc

last thing : please reply here - no need to use my email,
cheers,

zaher el sid***


That is not "not working". That is telling you that in order to upgrade it
you will have to upgrade a number of other packages as well.
download also glibc-common, gdb, glibc-headers, glibc-utils, glibc-devel
and install them all at once.


[root@localhost Desktop]# rpm -Uvh glibc-2.5-3.i386.rpm
warning: glibc-2.5-3.i386.rpm: V3 DSA signature: NOKEY, key ID
4f2a6fd2
error: Failed dependencies:
glibc-common = 2.5-3 is needed by glibc-2.5-3.i386
gdb < 6.3.0.0-1.111 conflicts with glibc-2.5-3.i386
glibc > 2.3.4 conflicts with glibc-common-2.3.4-2.i386
glibc = 2.3.4 is needed by (installed) glibc-
headers-2.3.4-2.i386
glibc = 2.3.4 is needed by (installed) glibc-devel-2.3.4-2.i386
glibc = 2.3.4-2 is needed by (installed) glibc-
utils-2.3.4-2.i386

when I tried to upgrade glibc-common = 2.5-3 it says this :


[root@localhost Desktop]# rpm -Uvh glibc-common-2.5-3.i386.rpm
warning: glibc-common-2.5-3.i386.rpm: V3 DSA signature: NOKEY, key ID
4f2a6fd2
error: Failed dependencies:
glibc < 2.5 conflicts with glibc-common-2.5-3.i386
glibc-common = 2.3.4-2 is needed by (installed)
glibc-2.3.4-2.i686

???


i tried with --Force option but it too doesnt seem to work .. now can
you suggest something.. ok .. i tried to compile the tarball image as
well ..

You have to install them all at once-- ie on the same command line.
rpm -Uhv glibc* gdb*



thanks for your interest ..

Onkar

.