rbenv / ruby-build

A tool to download, compile, and install Ruby on Unix-like systems.
https://rbenv.org/man/ruby-build.1
MIT License
3.88k stars 779 forks source link

Since updating to 2.1.0dev I get `Unable to load the EventMachine C extension;...` #338

Closed jfrux closed 11 years ago

jfrux commented 11 years ago
$ thin start
Unable to load the EventMachine C extension; To use the pure-ruby reactor, require 'em/pure_ruby'
/Users/joshua/Projects/ccpd-platform/vendor/ruby/2.1.0/gems/eventmachine-1.0.3/lib/eventmachine.rb:8:in `require': cannot load such file -- rubyeventmachine (LoadError)
    from /Users/joshua/Projects/ccpd-platform/vendor/ruby/2.1.0/gems/eventmachine-1.0.3/lib/eventmachine.rb:8:in `<top (required)>'
    from /Users/joshua/Projects/ccpd-platform/vendor/ruby/2.1.0/gems/thin-1.5.1/lib/thin.rb:7:in `require'
    from /Users/joshua/Projects/ccpd-platform/vendor/ruby/2.1.0/gems/thin-1.5.1/lib/thin.rb:7:in `<top (required)>'
    from /Users/joshua/Projects/ccpd-platform/vendor/ruby/2.1.0/gems/thin-1.5.1/bin/thin:5:in `require'
    from /Users/joshua/Projects/ccpd-platform/vendor/ruby/2.1.0/gems/thin-1.5.1/bin/thin:5:in `<top (required)>'
    from /Users/joshua/.rvm/gems/ruby-head/bin/thin:19:in `load'
    from /Users/joshua/.rvm/gems/ruby-head/bin/thin:19:in `<main>'
    from /Users/joshua/.rvm/gems/ruby-head/bin/ruby_noexec_wrapper:14:in `eval'
    from /Users/joshua/.rvm/gems/ruby-head/bin/ruby_noexec_wrapper:14:in `<main>'

I've even ran the following prior to thin start and everything bundled fine. $ bundle install --binstubs --path vendor

sferik commented 11 years ago

What makes you think this is an issue with ruby-build?

jfrux commented 11 years ago

I'm sorry, totally wasn't paying attention where I posted this… :-/ Sorry about that!

On Apr 1, 2013, at 12:00 PM, Erik Michaels-Ober notifications@github.com wrote:

What makes you think this is an issue with ruby-build?

— Reply to this email directly or view it on GitHub.