Hi,

I have a yum group list "My Group"  with a 32-bit library in following
statement:

<packagereq type="mandatory">glibc.i686</packagereq>

But it could never install the 32-bit library in 64-bit machine, the
"glibc.i686" is ignored:

# yum groupinstall "My Group"
.........
Warning: Group MyGroup does not have any packages

It seems I can only use "glibc", not "glibc.i686" in the group list
file. Then the following in the group list can only install the 64-bit
glibc, not 32-bit glibc.

<packagereq type="mandatory">glibc</packagereq>

How can I define 32-bit library in the group list file to install it
on 64-bit machine?

Thank you.

Kind regards,

Jupiter
_______________________________________________
Yum-devel mailing list
Yum-devel@lists.baseurl.org
http://lists.baseurl.org/mailman/listinfo/yum-devel

Reply via email to