[Groonga-commit] droonga/chef-cookbooks at 93c52ea [master] Install ruby-dev to avoid "cannot load such file -- mkmf (LoadError)"

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Apr 18 15:20:16 JST 2014


YUKI Hiroshi	2014-04-18 15:20:16 +0900 (Fri, 18 Apr 2014)

  New Revision: 93c52ea4e4a939d13471fd4ff00201d2d4cc0178
  https://github.com/droonga/chef-cookbooks/commit/93c52ea4e4a939d13471fd4ff00201d2d4cc0178

  Message:
    Install ruby-dev to avoid "cannot load such file -- mkmf (LoadError)"

  Modified files:
    droonga/recipes/engine.rb

  Modified: droonga/recipes/engine.rb (+4 -0)
===================================================================
--- droonga/recipes/engine.rb    2014-04-18 15:00:53 +0900 (e59bc12)
+++ droonga/recipes/engine.rb    2014-04-18 15:20:16 +0900 (fd44ba6)
@@ -40,6 +40,10 @@ user user_name do
   supports :manage_home => true
 end
 
+package "ruby-dev" do
+  action :install
+end
+
 gem_package "bundler" do
   action :install
 end
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index