On Thu, May 23, 2002 at 12:34:40PM -0400, Dave Myers wrote:
> 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??

To update all errata rpms, I personally do:
- Specify kernel directly and install it in addition to the old one.
  "rpm -ivh kernel-2.4.9-37.s390.rpm"
- Maybe change to boot this kernel:
  "vi /etc/zipl.conf" and "zipl"
- Update all further rpms from the errata dir that are already installed:
  "rpm -Fvh *.rpm"

The last command can fail as rpm is not yet smart enough to resolve newly
added dependencies, then I use some "rpm -Uvh blah" and try again with
"rpm -Fvh *.rpm"

For updating only glibc, you can do "rpm -Fvh glibc*.rpm nscd*.rpm" and it
should also work fine.

cu,

Florian La Roche

Reply via email to