I'm using mysql as the database for a rails app and trying to bundle install the mysql2
gem. During the step
Installing mysql2 0.3.19 with native extensions
rather than failing and giving me an error message, it simply hangs and never gives any output at all.
For background I'm installing on a fresh digital ocean droplet that comes with rails installed on Ubuntu 14.04, using ruby 2.0.0 and without specifying a version for the mysql2
gem.