bundle install fails for postgres or mysql
Created by: naikaa
I am running the following command to install gitlab 5.0 : sudo -u git -H bundle install --deployment --without development test postgres
this command fails
Gem files will remain installed in /home/git/gitlab/vendor/bundle/ruby/1.9.1/gems/mysql2-0.3.11 for inspection.
Results logged to /home/git/gitlab/vendor/bundle/ruby/1.9.1/gems/mysql2-0.3.11/ext/mysql2/gem_make.out
An error occurred while installing mysql2 (0.3.11), and Bundler cannot continue.
Make sure that gem install mysql2 -v '0.3.11'
succeeds before bundling.