On Fri, Oct 29, 2010 at 7:07 AM, Joe Flowers <joe.flow...@nofreewill.com>wrote:

> Hello again,
>
> I would like to be able to create a 32-bit RPM (with no 64-bit library
> dependencies) on a 64-bit machine.
>
> I have a 64-bit, SuSE development machine, and I would like to create an
> RPM on this 64-bit machine that will install 32-bit software on a 32-bit
> SuSE machine.
>
> Any ideas on the correct way for me to proceed?
>
> Thanks for any and all guidance!
>
> Joe
>
> P.S. Thanks very much Jeff for the answer to my "Creating an RPM to install
> a daemon" question.
>
> --------------
> ______________________________________________________________________
> RPM Package Manager                                    http://rpm5.org
> User Communication List                             rpm-users@rpm5.org
>


Joe, I use a 32bit chroot to build all my 32bit rpms along side the 64bit
rpms. You will also need to use something like "linux32 rpmbuild -ba
pkgname.spec" to trick some packages that check uname.

Matt

Reply via email to