Advertisement
thejoecarroll

Untitled

Oct 11th, 2012
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 2.73 KB | None | 0 0
  1. $ rake --trace db:migrate
  2. rake aborted!
  3. cannot load such file -- sqlite3/sqlite3_native
  4. /usr/local/rvm/gems/ruby-1.9.3-p194/gems/sqlite3-1.3.6/lib/sqlite3.rb:6:in `require'
  5. /usr/local/rvm/gems/ruby-1.9.3-p194/gems/sqlite3-1.3.6/lib/sqlite3.rb:6:in `rescue in <top (required)>'
  6. /usr/local/rvm/gems/ruby-1.9.3-p194/gems/sqlite3-1.3.6/lib/sqlite3.rb:2:in `<top (required)>'
  7. /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.2.1/lib/bundler/runtime.rb:68:in `require'
  8. /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.2.1/lib/bundler/runtime.rb:68:in `block (2 levels) in require'
  9. /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.2.1/lib/bundler/runtime.rb:66:in `each'
  10. /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.2.1/lib/bundler/runtime.rb:66:in `block in require'
  11. /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.2.1/lib/bundler/runtime.rb:55:in `each'
  12. /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.2.1/lib/bundler/runtime.rb:55:in `require'
  13. /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.2.1/lib/bundler.rb:128:in `require'
  14. /Users/joecarroll/Dropbox/Learning/Programming/edX/BerkeleyX CS169.1x Software as a Service/hw2/hw2_rottenpotatoes/config/application.rb:13:in `<top (required)>'
  15. /Users/joecarroll/Dropbox/Learning/Programming/edX/BerkeleyX CS169.1x Software as a Service/hw2/hw2_rottenpotatoes/Rakefile:5:in `require'
  16. /Users/joecarroll/Dropbox/Learning/Programming/edX/BerkeleyX CS169.1x Software as a Service/hw2/hw2_rottenpotatoes/Rakefile:5:in `<top (required)>'
  17. /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_module.rb:25:in `load'
  18. /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_module.rb:25:in `load_rakefile'
  19. /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/application.rb:501:in `raw_load_rakefile'
  20. /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/application.rb:82:in `block in load_rakefile'
  21. /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
  22. /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/application.rb:81:in `load_rakefile'
  23. /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/application.rb:65:in `block in run'
  24. /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
  25. /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/application.rb:63:in `run'
  26. /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/bin/rake:33:in `<top (required)>'
  27. /usr/local/rvm/gems/ruby-1.9.3-p194/bin/rake:19:in `load'
  28. /usr/local/rvm/gems/ruby-1.9.3-p194/bin/rake:19:in `<main>'
  29. /usr/local/rvm/gems/ruby-1.9.3-p194/bin/ruby_noexec_wrapper:14:in `eval'
  30. /usr/local/rvm/gems/ruby-1.9.3-p194/bin/ruby_noexec_wrapper:14:in `<main>'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement