> I tried installing the glibc-common-2.2.4-20.s390.rpm > from the RH 7.2 updates FTP site. > > I get this if I use: rpm -Uvh glibc-common-2.2.4-20.s390.rpm > > error: failed dependencies: > glibc-common = 2.2.4-19a is needed by glibc-2.2.4-19a > > > And....I get this if I use: rpm -ivh glibc-common-2.2.4-20.s390.rpm > > file /usr/share/i18n/charmaps/VISCII.gz from install of glibc-common-2.2.4-20 > conflicts with file from package glibc-common-2.2.4-19a > > > ...so do I have to go find the 2.2.4-19a RPM first and install that one > before this one?? > If so, where do I get that one, since it's not in the RH update dir??
You find which glibc packages you have then rpm --upgrade <them all> or rpm --freshen <all glibc packages> I started thinking you got bit by the "glibc-common is new" bug which is why I mention the first technique. On IA32 it's a bit more complicated - you have to choose the right version of IA32. -- Cheers John Summerfield Microsoft's most solid OS: http://www.geocities.com/rcwoolley/ Note: mail delivered to me is deemed to be intended for me, for my disposition. ============================== If you don't like being told you're wrong, be right!
