I am looking to rake my database and load my server, but I get the following problems when I look at the database rake:
/.rvm/gems/ruby-1.9.3-p194/gems/ruby-debug-base19-0.11.25/lib/ruby_debug.bundle, 9): Symbol not found: _ruby_current_thread
and two lines indicating the same problem Symbol not found: _ruby_current_thread
:
Referenced from: /.rvm/gems/ruby-1.9.3-p194/gems/ruby-debug-base19-0.11.25/lib/ruby_debug.bundle /.rvm/gems/ruby-1.9.3-p194/gems/ruby-debug-base19-0.11.25/lib/ruby_debug.bundle
Expected in: flat namespace
It seems I can’t find a problem with this, thanks guys for your help in advance.
source share