I know this is kind of duplicate question but I tested the solutions mentioned in the questions and got nothing.still have problem.I recently have installed rails 4.0.0 and ruby 2.0.0 and I get error when I want to start rails server by:
rails s
I confront with :
/home/pooya/.rvm/gems/ruby-2.0.0-p247/gems/sqlite3-1.3.7/lib/sqlite3.rb:6:in `require': cannot load such file -- sqlite3/sqlite3_native (LoadError)
And there is something weird here.my sqlite3 version is 3.7.9 while it is 1.3.7 in the code error!
what to do?