-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Mon, 30 Jun 2003 10:54:14, Lancer wrote:

> I have a new install of AS 2.1 which I understand is based on RH 8.0 for RPM
> purposes. I have new RPMs which are dependent on libc.so.6 so I am trying to
> upgrade glibc. As shown below this seems to be a chicken/egg thing. How do I
> upgrade glibc?
> 
> [EMAIL PROTECTED] rpms]# uname -a
> Linux host 2.4.9-e.3 #1 Fri May 3 17:02:43 EDT 2002 i686 unknown
> 
> 
> [EMAIL PROTECTED] rpms]# rpm -i glibc-2.3.2-4.80.6.i686.rpm
> error: failed dependencies:
> glibc-common = 2.3.2-4.80.6 is needed by glibc-2.3.2-4.80.6
> glibc > 2.2.4 conflicts with glibc-common-2.2.4-26
> 
> 
> [EMAIL PROTECTED] rpms]# rpm -i glibc-common-2.3.2-4.80.6.i386.rpm
> error: failed dependencies:
> glibc < 2.3.2 conflicts with glibc-common-2.3.2-4.80.6

Both at once solves the circular dependencies. Also, you will
need -U (upgrade) instead of -i (install):

  rpm -Uvh glibc-2.3.2-4.80.6.i686.rpm glibc-common-2.3.2-4.80.6.i386.rpm

- -- 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/AGWf0iMVcrivHFQRAuFJAJ903xtZ6r0ZrBiC+7NZ0ikA389hNACfSAbS
mgEkBhhxeSGNx+UGExDOkaM=
=fSJT
-----END PGP SIGNATURE-----


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to