Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Nov 29, 2019. It is now read-only.
kjw edited this page Apr 24, 2012 · 2 revisions

Gems with native dependencies

sqlite3

On older Linux distributions you may encounter the error:

./backup.h:7: error: expected specifier-qualifier-list before 'sqlite3_backup

Recompile sqlite3 with the following:

wget http://www.sqlite.org/sqlite-autoconf-3071100.tar.gz
tar xvfz sqlite-autoconf-3071100.tar.gz
cd sqlite-autoconf-3071100
./configure --prefix=$HOME/usr
make
make install

And then install the sqlite3 gem, pointing to the location of your new compilation:

gem intall sqlite3-ruby -- --with-sqlite3-dir=$HOME/usr

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.