VOOZH about

URL: https://rubychallenger.blogspot.com/2012/03/how-to-install-sqlite3-ruby-gem-on.html

⇱ The Ruby Challenger: How to install sqlite3-ruby gem on linux


Tuesday, March 6, 2012

How to install sqlite3-ruby gem on linux

If you are having trouble to install the sqlite3-ruby gem, try the following:

In systems with apt-get:

# apt-get install libsqlite3-dev

In systems with yum:

# yum install sqlite-devel
Subscribe to: Post Comments (Atom)