<font face="Helv" size="2">
<div>Hi,</div>
<div>&nbsp;</div>
<div>Good day.</div>
<div>Recently I had a weird situation where I can install two rpms together (in one line) without any errors but once I install them one after the other, I got a file conflict errors. When looking closedly, the files that complain about conflicting are actually owned by both packages.</div>

<div>Can anyone&nbsp;please shed some lights on me why installing them together will work? (I actually expect to see&nbsp;file conflict error there too).</div>
<div>Thanks in advance.</div>
<div>&nbsp;</div>
<div># rpm -ivh libstdc++-devel-3.4.4-2.ppc.rpm</div>
<p>Preparing... ########################################### [100%]</p>
<p>1:libstdc++-devel ########################################### [100%]</p>
<p># rpm -ivh libstdc++-devel-3.4.4-2.ppc64.rpm</p>
<p>Preparing... ########################################### [100%]</p>
<p>file /usr/include/c++/3.4.3/ppc64-redhat-linux/bits/stdc++.h.gch/O0g from install of libstdc++-devel-3.4.4-2 conflicts with file from package libstdc++-devel-3.4.4-2</p>
<p>file /usr/include/c++/3.4.3/ppc64-redhat-linux/bits/stdc++.h.gch/O2g from install of libstdc++-devel-3.4.4-2 conflicts with file from package libstdc++-devel-3.4.4-2</p>
<p># rpm -qa | grep libstdc++-devel | xargs rpm -e --allmatches --nodeps</p>
<p># rpm -ivh libstdc++-devel-3.4.4-2.ppc64.rpm libstdc++-devel-3.4.4-2.ppc.rpm</p>
<p>Preparing... ########################################### [100%]</p>
<p>1:libstdc++-devel ########################################### [ 50%]</p>
<p>2:libstdc++-devel ########################################### [100%]</p>
<p># rpm -qf /usr/include/c++/3.4.3/ppc64-redhat-linux/bits/stdc++.h.gch/O0g</p>
<p>libstdc++-devel-3.4.4-2</p>
<p>libstdc++-devel-3.4.4-2</p>
<p># rpm --version</p>
<p>RPM version 4.3.3</p>
<p>Regards,</p>
<p>-----------------------------------------------------------------------------------</p>
<p>Steven</p></font>