0

I'm trying to setup a Sinatra App with unicorn. After following this example and adjusting it to my needs, I've gotten this error:

<my_path_name>/vendor/bundle/ruby/1.9.1/gems/kgio-2.8.0/lib/kgio.rb:21:in 'require': cannot load such file -- kgio_ext (LoadError)

I'm using rvm 1.18.5, ruby 1.9.3p374 (2013-01-15 revision 38858) [x86_64-linux] and the latest release of unicorn 4.5.0 which pulls kgio 2.8.0

The OS is Red Hat Enterprise Linux Server release 5.6. I've also tried with ruby-1.9.3-p125.

Nuno Valente
  • 35
  • 1
  • 4

1 Answers1

0

Sounds like a similar problem here, maybe try one of those ideas.

Did the gem install go smoothly?

Community
  • 1
  • 1
jordelver
  • 8,292
  • 2
  • 32
  • 40
  • bundle install runs with no problem. I've tried to use Thin instead but I've hit a similar problem :\ [here](http://stackoverflow.com/questions/14610091/thin-eventmachine-fails-to-start) – Nuno Valente Jan 30 '13 at 17:39