On Feb 23, 3:39 pm, Nathan Powell <[email protected]> wrote: > On Thu, Feb 23, 2012 at 5:57 PM, AlanLaird<[email protected]> 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 libstdc++ > > > If I do something like: > > > package { "libstdc++.i386" : ensure => latest } > > > It tells me "nothing to do" > > What does it "say" if you do: > > sudo yum -q install libstdc++.i386
Yum tells me "Error: Nothing to do" in that case. '#yum -y install libstdc++34-3.4.0-1.i386' works without issue. Alan -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
