I ran into a segmentation error when I do rake db: create in
Error Output:
/home/[username]/.rvm/gems/ruby-1.9.2-p0/gems/sqlite3-1.3.3/lib/sqlite3/sqlite3_native.so: [BUG] Segmentation fault ruby 1.8.7 (2010-01-10 patchlevel 249) [i486-linux] Aborted
I tried to run a sample tutorial at http://guides.rubyonrails.org/getting_started.html and I get the same error with a completely new project.
source share