[Etherboot-developers] Re: RH7 glibc update
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Marty C. <md...@th...> - 2001-01-22 13:24:02
|
On 1/21/2001 8:21 PM Marty Connor md...@th... wrote:
> ^%#$%@W&@#@
>I just installed a virgin copy of RH7 on a machine and started to apply
>all the package updates, and it now tells me that it can't update glibc
>because I don't have the correct previous version. I've tried --force
>and other flags, but it won't do the upgrade.
Alright, I figured it out. RPM couldn't do the upgrade because I was
trying to upgrade glibc-common and glibc-2.2-12 separately. RPM needs
both updates to appear on the same line. So:
rpm -Uvh glibc-common
rpm -Uvh glibc-2.2-12
won't work.
but
rpm -Uvh glibc-common glibc-2.2-12
will work, because RPM will find the dependencies it needs in both
packages right then.
grrrrr...
Marty
---
Try: http://rom-o-matic.net/ to make Etherboot images instantly.
Name: Martin D. Connor
US Mail: Entity Cyber, Inc.; P.O. Box 391827; Cambridge, MA 02139; USA
Voice: (617) 491-6935, Fax: (617) 491-7046
Email: md...@th...
Web: http://www.thinguin.org/
|