ruby_threadptr_data_type error

Posted by declan on Stack Overflow See other posts from Stack Overflow or by declan
Published on 2011-11-24T01:44:57Z Indexed on 2011/11/24 1:51 UTC
Read the original article Hit count: 428

I'm starting up a new rails app with the latest version of rails (3.1.3). When I try to invoke the rails generator things get a little rough. First I fixed this bug, and now I'm getting this one

/home/declan/.rvm/gems/ruby-1.9.3-p0@lcm/gems/ruby-debug-base19-0.11.25/lib/ruby-
    debug-base.rb:1:in `require': /home/declan/.rvm/gems/ruby-1.9.3-p0@lcm/gems/ruby-
    debug-base19-0.11.25/lib/ruby_debug.so: undefined symbol: ruby_threadptr_data_type 
    - /home/declan/.rvm/gems/ruby-1.9.3-p0@lcm/gems/ruby-debug-base19-0.11.25
    /lib/ruby_debug.so (LoadError)

 from /home/declan/.rvm/gems/ruby-1.9.3-p0@lcm/gems/ruby-debug-base19-0.11.25/lib/
    ruby-debug-base.rb:1:in `<top (required)>'

There's a discussion about this going on here, but I can't make enough sense of it to get things to work.

© Stack Overflow or respective owner

Related posts about ruby-on-rails-3

Related posts about ruby-debug