Closed chip closed 12 years ago
This issue should have been fixed in current master. Working on pushing new versions out as we speak.
@dbussink - Thanks, but I just downloaded the latest and I still have the error. Here's what Bundler
reported:
> bundle update
Fetching source index for http://rubygems.org/
Using addressable (2.2.6)
Installing data_objects (0.10.8)
Using dm-core (1.2.0)
Using dm-do-adapter (1.2.0)
Installing do_sqlite3 (0.10.8) with native extensions
Using dm-sqlite-adapter (1.2.0)
Using haml (3.1.4)
Using rack (1.4.1)
Using rack-protection (1.2.0)
Using tilt (1.3.3)
Using sinatra (1.3.2)
Using bundler (1.0.21)
Your bundle is updated! Use `bundle show [gemname]` to see where a bundled gem is installed.
What am I missing? Thanks.
Hi, I have a Sinatra app that gives me this error:
I'm running
RVM 1.8.5
,Ruby 1.8.7-p352
onOSX 10.7.2
. I googled forLoadError
,_sqlite3_enable_load_extension
, and a number of other things related todo_sqlite3
and haven't found anything useful yet.Do you have a suggestion? Thanks.