Sqlite3 error after Rails 3 (beta 4) install
Posted
by elsurudo
on Stack Overflow
See other posts from Stack Overflow
or by elsurudo
Published on 2010-06-12T03:31:45Z
Indexed on
2010/06/12
3:42 UTC
Read the original article
Hit count: 378
After Installing Rails 3, I get the following error regarding Sqlite3 when I try to do a migrate:
dlsym(0x1037e5f10, Init_sqlite3_native): symbol not found - /Library/Ruby/Gems/1.8/gems/sqlite3-ruby-1.3.0/lib/sqlite3/sqlite3_native.bundle
I am using Snow Leopard, if that makes a difference.
© Stack Overflow or respective owner