On 12/14/2011 12:07 PM, Johnny Hughes wrote: > On 12/13/2011 06:54 PM, Philip Manuel wrote: >> >> On 12/14/2011 11:49 AM, Johnny Hughes wrote: >> > You do have i686 packages on that machine ... that is what the error you > posted is. > > create (or edit( a file called: > > /root/.rpmmacros > > put this in the that file as the top line: > > %_query_all_fmt %%{name}-%%{version}-%%{release}.%%{arch} > > Then do the command: > > rpm -qa | grep i[3,6]86 > > That should show you the i686 packages that are installed on the machine. > cat /etc/rpm/macros.zomojo # Zomojo global rpm macros %org_tag .zmj %dist .el6 %rhel 6 %zmj_bjam_flags '-j 4' %packager Zomojo <build at zomojo.com> %_query_all_fmt %%{name}-%%{version}-%%{release}.%%{arch} rpm -qa | grep i[3,6]86 :~# Nothing other than x86_64 packages