On Mon, Jan 30, 2012 at 2:39 PM, Joshua Scott <[email protected]>wrote:

> Hello,
>
> I am new to SQLlite in setting it up I am getting the following error when
> running the rake db:migrate command:
>
> usr/local/rvm/gems/ruby-1.9.3-p0/gems/sqlite3-1.3.5/lib/sqlite3/sqlite3_native.so:
> undefined symbol: sqlite3_open_v2
>

The sqlite3_open_v2() interface was added to SQLite with version 3.5.0 on
2007-09-04.  Maybe your sqlite3_native.so file is older than that?


>
> Any help you can provide would be awesome.
>
> Thanks so much,
>
> Josh
> _______________________________________________
> sqlite-users mailing list
> [email protected]
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to