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
.