From 8b38b87c6c1dcf71b1c74772582f171255d9d968 Mon Sep 17 00:00:00 2001 From: Michael Sofaer Date: Sun, 24 Oct 2010 11:56:07 -0700 Subject: [PATCH] event machine needs C++ --- chef/cookbooks/bootstrap/recipes/default.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chef/cookbooks/bootstrap/recipes/default.rb b/chef/cookbooks/bootstrap/recipes/default.rb index aaf725642..bf7b5da36 100644 --- a/chef/cookbooks/bootstrap/recipes/default.rb +++ b/chef/cookbooks/bootstrap/recipes/default.rb @@ -4,3 +4,6 @@ end execute "nokogiri deps" do command "yum install -y libxml2-devel libxslt-devel" end +execute "eventmachine deps" do + command "yum install -y gcc-c++" +end \ No newline at end of file