On 01/30/2013 03:11 PM, PuppetUser wrote:
Hi,I am trying to install fog which is required for cloud provisioner. > gem install fog -v 0.7.2 I am getting the following error Building native extensions. This could take a while... ................ ERROR: Error installing fog: ERROR: Failed to build gem native extension. /usr/bin/ruby extconf.rb creating Makefile make /usr/lib/ruby/site_ruby/1.8/rubygems/ext/builder.rb:31:in `exec': No such file or directory - make (Errno::ENOENT)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ That's the issue right there. It looks as if you don't have make installed on the machine. You'll also need gcc and likely a bunch of -devel packages. Jason -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
