Skip to content

Instantly share code, notes, and snippets.

@garethrees
Forked from Odaeus/packages.md
Created March 26, 2013 11:55
Show Gist options
  • Save garethrees/5244865 to your computer and use it in GitHub Desktop.
Save garethrees/5244865 to your computer and use it in GitHub Desktop.
Packages required for installing Ruby on CentOS 6

Minimal for gem compilation

  • build-essential

Common for gems

  • libxml2
  • libxml2-dev (for nokogiri)

Ruby compilation

  • libreadline6
  • libreadline6-dev (for IRB)
  • openssl
  • libssl-dev
  • libxslt-dev
  • libcurl4-openssl-dev
  • libpcre3-dev

MySQL

  • libmysqlclient-dev

PostgreSQL

  • libpq-dev

Phusion Passenger

  • libapr1-dev
  • libaprutil1-dev
@garethrees
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment