On 7/12/06, Joshua Wehner <joshua.wehner / gmail.com> wrote: > Hi -- > > I'm trying to set up Rails with sqlite on a raw Debian box. Rails is > fine, but I'm having problems with sqlite. Actually, sqlite is fine, but > the sqlite3-ruby bindings are problematic. I /suspect/ that this box > doesn't have some important development tools (I had to install gcc and > make manually), but I don't know what else I'm missing... do you have swig installed? iirc the sqlite3-ruby bindings depend on it. martin