Pages

Bài đăng phổ biến

Showing posts with label /usr/lib64/ruby/gems/1.8/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251:in `require': no such file to load -- fcgi (LoadError). Show all posts
Showing posts with label /usr/lib64/ruby/gems/1.8/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251:in `require': no such file to load -- fcgi (LoadError). Show all posts

Sunday, February 3, 2013

/usr/lib64/ruby/gems/1.8/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251:in `require': no such file to load -- fcgi (LoadError)

Problem: Apache can not load dispatch.fcgi it return this error:
/usr/lib64/ruby/gems/1.8/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251:in `require': no such file to load -- fcgi (LoadError)

Fix:
Adding to lines to dispatch.fcgi solved it:

require 'rubygems'
require 'fcgi'
Have Funs!!!

(Source: http://www.redmine.org/boards/2/topics/31410 )