I've had the mutual dependency problem before.  There's an option for rpm
that will force the install without asking questions.  Run it on one and the
other should fall in line with the regular command.  I think it's -f?  Check
man rpm to be sure.

I think it's: rpm -Uvhf <package>.i386.rpm

BTW, I wouldn't recommend doing this unless you're sure you have a mutual
dependency problem.  Some errors from rpm are very illuminating and can save
you a lot of trouble.  Use with care.

Good luck!

Drew
[EMAIL PROTECTED]

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Mike Burger
Sent: Wednesday, January 17, 2001 3:26 PM
To: [EMAIL PROTECTED]
Subject: Re: glibc update?


On 17 Jan 2001, Trond Eivind Glomsrød wrote:

> Mike Burger <[EMAIL PROTECTED]> writes:
>
> > Can anyone explain the following to me?  I was able to update
glibc-devel,
> > with no problems, using up2date...but up2date won't update glibc
> > itself,
>
> It asks whether it should skip them or not... just don't skip them,
> and it will do this update.

I should have prefaced the question with the fact that I'm not running X
on this system...it's a headless server box, and I've not the wherewithall
to get remote X going <G>

> > so I obtained the RPMS.  Here's the result:
> >
> > linux:~#rpm -qa | grep glibc
> > glibc-2.2-9
> > glibc-devel-2.2-12
> >
> > linux:~#rpm -U glibc-2.2-12.i386.rpm
> > error: failed dependencies:
> >         glibc-common = 2.2 is needed by glibc-2.2-12
> >         /usr/bin/getent   is needed by stunnel-3.10-2
> >
> > linux:~#rpm -i glibc-common-2.2-12.i386.rpm
> > error: failed dependencies:
> >         glibc < 2.2-12 conflicts with glibc-common-2.2-12
>
> rpm -U  glibc-common-2.2-12.i386.rpm  glibc-2.2-12.i386.rpm

I should have known...I didn't think to simply combine the RPMs on one
command line.  Thank you.

--Mike



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to