[Quickfix-developers] Quickfixengine: Ruby
Brought to you by:
orenmnero
From: Michael F. <mic...@gm...> - 2009-04-21 13:49:20
|
Hi, I am evaluating quickfixengine and have managed to compile and install under Fedora 10 / Mysql / Ruby / gcc v4.3 / 64bit after much trial and tribulation. I get the following error when trying the executor example: >> ruby executor.rb /usr/lib/ruby/1.8/site_ruby/quickfix_ruby.rb:1:in `require': no such file to load -- quickfix (LoadError) from /usr/lib/ruby/1.8/site_ruby/quickfix_ruby.rb:1 from executor.rb:1:in `require' from executor.rb:1 (I moved the site_ruby folder under 1.8 since initially it couldn't find quickfix_ruby.rb) Is the require looking for quickfix.rb? I can't find a quickfix.rb anywhere. |