View Single Post
  #1  
Old 03-14-2007, 03:06 AM
andi andi is offline
New Member
 
Join Date: Mar 2007
Posts: 3
Default LSAPI undifined symbol: rb_io_reopen

Hi,

i've experiencing problems with current LSAPI. The stderr.log says this:

Code:
ruby: relocation error: /usr/local/lib/ruby/gems/1.8/gems/ruby-lsapi-2.2/lib/lsapi.so: undefined symbol: rb_io_reopen
It happens when executing this action in a controller:

Code:
  def system
    @rails_props = Array.new
    begin
      require_dependency "builtin/rails_info/rails/info.rb"
      @rails_props = Rails::Info.properties
    rescue
      @rails_props[0] = ["Message", "This info is not available at the moment" ]
    end
  end
LiteSpeed displays a status 503 "Sever busy" notice.

In earlier LSAPIs it worked fine. I'm sorry that I don't have more information on this, but all logs look fine except the stderr.log of LiteSpeed. I've tried to load the info.rb file in the environment.rb or directly at the top of the controller, no use.

I'd appreciate any hints and help where to look to resolve this.

Thanks
Andi

PS: I forgot: Litespeed 2.2.6, ruby-LSAPI 2.2

Last edited by andi; 03-14-2007 at 03:54 AM..
Reply With Quote