<br><br><div class="gmail_quote">On Sun, Dec 5, 2010 at 7:53 PM, Jussi Lehtola <span dir="ltr">&lt;<a href="mailto:jussilehtola@fedoraproject.org">jussilehtola@fedoraproject.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div></div><div class="h5">On Sun, 5 Dec 2010 19:48:05 +0100<br>
Jason Viloria &lt;<a href="mailto:jnvilo@gmail.com">jnvilo@gmail.com</a>&gt; wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; Can anyone help me out fix this confit please? System is F14 64bit.<br>
&gt; Need glibc.i686 to get skype to work.<br>
&gt;<br>
&gt; problem: yum install glibc.i686 fails with:<br>
&gt;<br>
&gt; Transaction Check Error:<br>
&gt;   file /usr/share/doc/glibc-2.12.90/NEWS from install of<br>
&gt; glibc-2.12.90-19.i686 conflicts with file from package<br>
&gt; glibc-2.12.90-17.x86_64<br>
<br>
</div></div>You&#39;ll need to update the x86_64 version to the same version of the<br>
32-bit package you&#39;re trying to install. So either run<br>
<br>
# yum update<br>
followed by<br>
# yum install glibc.i686<br>
<br>
or, to update just the 64-bit glibc package run<br>
<br>
# yum install glibc.i686 glibc.x86_64<br></blockquote><div><br>thanks, I should mention that I have tried the following already:<br><br>yum update [goes just fine and no new updates needed to be done]<br>yum  install glibc.i686 <br>
<br>and I get:<br><br>Transaction Check Error:<br>  file /usr/share/doc/glibc-2.12.90/NEWS from install of glibc-2.12.90-19.i686 conflicts with file from package glibc-2.12.90-17.x86_64<br><br><br>and doing : yum upgrade glibc<br>
<br>gives:<br><br>Transaction Check Error:<br>  package glibc-2.12.90-19.x86_64 (which is newer than glibc-2.12.90-17.i686) is already installed<br>  package glibc-2.12.90-19.x86_64 is already installed<br>  file /usr/share/doc/glibc-2.12.90/NEWS from install of glibc-2.12.90-17.i686 conflicts with file from package glibc-2.12.90-19.x86_64<br>
  file /usr/share/doc/glibc-2.12.90/NEWS conflicts between attempted installs of glibc-2.12.90-19.x86_64 and glibc-2.12.90-17.i686<br><br>Error Summary<br><br><br>It seems my rpmdb is somewhat fubard?<br><br>/jnvilo<br><br>
<br><br><br><br></div></div>