[opensuse] Re: Installing both .i586 and .x86_64 version of the same package
Michael Schroeder wrote:
On Wed, May 18, 2011 at 12:51:09AM +0200, Joachim Schrod wrote:
On openSUSE 11.4 x86_64; I'd like to install both
libtcnative-1-0.x86_64=1.3.3-6.2 libtcnative-1-0.i586=1.3.3-6.2
I.e., both the 32bit and the 64bit versions of that library. Fwiw, this is runtime stuff for Tomcat. (I suppose, what I really want is a libtcnative-1-0-32bit package; but I didn't find one.)
Install the 'build-mkbaselibs' package and do echo 'libtcnative-1-0' > baselibs.conf /usr/lib/mkbaselibs -c /usr/lib/build/baselibs_global.conf -c baselibs.conf <rpm> on the libtcnative-1-0.i586 rpm. It'll create a '-32bit' package that you can install.
(The buildservice automatically does this if the source a "baselibs.conf" file.)
Thanks, that's a nice quickfix; while I set up a repository to use the buildservice. Joachim -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joachim Schrod Email: jschrod@acm.org Roedermark, Germany -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (1)
-
Joachim Schrod