Displaying 1 result from an estimated 1 matches for "fr_lib".
Did you mean:
r_lib
2007 May 15
0
Trouble with "require" and FastCGI
.... First what works for
me - WinXP/Rails/Apache/FireRuby works great. I''ve also got WinXP/
Rails/Apache/FastCGI working well. When I mix FastCGI and FireRuby I
blow up with this:
126: The specified module could not be found. - C:/ruby/lib/ruby/
gems/1.8/gems/fireruby-0.4.1-mswin32/lib/fr_lib.so
The top of the call stack looks like this:
C:/ruby/lib/ruby/gems/1.8/gems/fireruby-0.4.1-mswin32/lib/fr_lib.so
C:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:33:in
`require''
The file referenced in the error does exist. I''m betting this is
something simple, but I&...