On 8/22/07, Ross S. W. Walker <rwalker at medallion.com> wrote: > > -----Original Message----- > > Sent: Wednesday, August 22, 2007 2:18 PM > > Subject: [CentOS] x86_64 openssl conflict > > While yumming some packages, I keep getting the errors below. How to > > overcome it? > > > > Transaction Check Error: > > file /usr/share/man/man1/asn1parse.1ssl.gz from install of > > openssl-0.9.8b-8.3.el5 conflicts with file from package > > openssl-0.9.8b-8.3.el5 > try a 'yum remove openssl.i386' then retry. > > -Ross In a situation like this, it will be helpful to see the arch of package names. Add this line: %_query_all_fmt %%{name}-%%{version}-%%{release}.%%{arch} to either ~/.rpmmacros or /etc/rpm/macros (system wide). Akemi