Wednesday, June 22, 2011

Rails 3 Error Installing mysql2 gem

 When trying to install mysql2 gem for Rails 3, issuing "bundle install" command


gives me following error "Error installing mysql2: ERROR: Failed to build gem native extension."




The following line should solve the issue:
sudo apt-get install libmysql-ruby libmysqlclient-dev