Skip to content

Instantly share code, notes, and snippets.

@johnjullies
Created November 12, 2014 10:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnjullies/8cae3b4afaeda8ff1cfb to your computer and use it in GitHub Desktop.
Save johnjullies/8cae3b4afaeda8ff1cfb to your computer and use it in GitHub Desktop.
# Installed in my Linux Mint Olivia
# native extension for the pg gem
sudo apt-get install libpq-dev
# mysql
sudo apt-get install libmysql-ruby libmysqlclient-dev
# If the above command doesn't work because libmysql-ruby cannot be found, the following should be sufficient:
sudo apt-get install libmysqlclient-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment