Hi,
I'm trying to write a recipe to install the latest libstdc++ in both
32bit and 64bit flavors and running into issues. Yum only wants to
install the 64bit version if I do:
yum install libstdc++
If I do something like:
package { "libstdc++.i386" : ensure => latest }
It tells me "nothing to
On Feb 23, 3:39 pm, Nathan Powell wrote:
> On Thu, Feb 23, 2012 at 5:57 PM, AlanLaird wrote:
> > I'm trying to write a recipe to install the latest libstdc++ in both
> > 32bit and 64bit flavors and running into issues. Yum only wants to
> > install the 64bit version if I do:
>
> > yum install lib
On Feb 24, 5:52 am, jcbollinger wrote:
> On Feb 23, 4:57 pm, AlanLaird wrote:
>
> > Any suggestions on the right way to do this?
>
> If neither of the things you already tried works, then perhaps you
> should fall back to "don't worry about it." If you install software
> only from packages, then,
On Feb 27, 3:57 pm, jcbollinger wrote:
> > > On Thu, Feb 23, 2012 at 5:57 PM, AlanLaird wrote:
> > > > I'm trying to write a recipe to install the latest libstdc++ in both
> > > > 32bit and 64bit flavors and running into issues. Yum only wants to
> > > > install the 64bit version if I do:
>
> > >