Skip to content

Instantly share code, notes, and snippets.

@oafridi
Last active August 29, 2015 14:01
Show Gist options
  • Save oafridi/4639e31775c599ed1978 to your computer and use it in GitHub Desktop.
Save oafridi/4639e31775c599ed1978 to your computer and use it in GitHub Desktop.
missing dependencies for gems in linux
# All installs
sudo apt-get install build-essential
sudo apt-get install libssl-dev
#therubyracer
gem uninstall libv8
$ gem install therubyracer
# nokogiri requirements
sudo apt-get install libxslt-dev libxml2-dev
#mysql
sagi libmysqlclient-dev
#postgres
sagi libpq-dev
#sqlite
sagi libsqlite3-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment