From: andrew mcelroy Date: 2010-03-16T04:49:08+09:00 Subject: Re: ruby 1.9.1, rubygems, rvm. trouble getting sqlite3 to work. On Mon, Mar 15, 2010 at 2:40 PM, scott wrote: > i am trying to setup a slicehost server for rails development. i chose > to use the ubuntu 9.10 karmic image. > > rvm looks really useful so i am attempting to use it. > > i am running into trying to use sqlite3 with ruby 1.9.1. > here is what i have setup http://gist.github.com/333205. > everything seems to work great up to the sqlite3 part. make sure you don't have both sqlite3 and sqlite3-ruby. Those two modules can conflict. Andrew McElroy > > does anyone know how to get sqlite3 working with ruby 1.9.1 on ubuntu > 9.10? i have tried many approaches found through google and nothing > has worked. > > thanks, > scott > >