Index: [Article Count Order] [Thread]

Date:  Wed, 01 Sep 2004 20:18:19 -0400
From:  Adam Thorsen <athorsen@...>
Subject:  Apache::RubyRun, Apache::ERubyRun problems
To:  modruby@... (modruby ML)
Message-Id:  <413666CB.9070000@...>
X-Mail-Count: 01286

First off, I'd like to say I love mod_ruby :)

Now, here is my problem:

I am using:
 Apache/1.3.29 (Unix)
ruby 1.8.1 (2003-12-25) [i386-openbsd3.5]
eruby-1.0.5
mod_ruby-1.2.2

I installed and configured mod_ruby and eruby as I was told to here:
http://modruby.net/en/index.rbx/mod_ruby/install.html

When I attempt to access either a .rthml file or a .rbx file, I get this 
error from apache:

mod_ruby: (eval): (eval)uninitialized constant Apache::RubyRun (NameError)
mod_ruby:   from (eval):0:in `value'

or

(eval): (eval)uninitialized constant Apache::ERubyRun (NameError)
[Wed Sep  1 19:27:28 2004] [error] mod_ruby:   from (eval):0:in `value'

depending on whether I'm trying to load a .rbx or .rhtml file.

I have seen similar questions on the list before, but I haven't seen any 
solutions yet.

Thanks for your help in advance,

-Adam