From: Marius Friis Date: 2006-02-02T07:23:44+09:00 Subject: Re: Sqlite3 error on Mac OS X Did you install it using rubygems? Had a similar problem after installing it with a gem, couldnt get it working. In the end i downloaded the source and compiled it myself, worked fine after that. seems to be some sort of gem issue on os x or some such. - Marius On 1. feb. 2006, at 22.38, Dan Munk wrote: > Hi, > > I am having problems with sqlite connectivy. When I use the require > command with 'SQLite3' everything works fine. The problem is that > active record uses 'sqlite'. I was hoping to get some advice on the > best way to get everything in sync. > > irb(main):001:0> require 'rubygems' > => true > irb(main):002:0> require 'SQLite3' > => true > irb(main):003:0> require 'sqlite' > LoadError: no such file to load -- sqlite > from > /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:21:in > `require__' > from > /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:21:in > `require' > from (irb):3 > irb(main):004:0> > > Thanks, > Dan > > -- Marius Friis mariusfriis@mac.com