Having trouble with mod_ruby on OpenBSD 3.3
Adam Olsen <[email protected]>
| Newsgroups | gmane.comp.apache.mod-ruby |
|---|---|
| Message-ID | <[email protected]> |
Hey,
I just installed ruby 1.8, mod_ruby 1.0.7, and eruby 1.0.5 on my OpenBSD
3.3 box (all compiled from source in the order: ruby, mod_ruby, eruby).
Ruby scripts run by themselves, but an attempt to run an eruby script
fails. The script only containts this:
<%
print "Hello World"
%>
I get an "Internal Server Error" when trying to hit it with my browser.
The log says this:
[Tue Dec 23 21:39:55 2003] [error] mod_ruby: error in ruby
(eval):45: (eval):45:in `instance': wrong argument type Proc (expected
Data) (TypeError)
from (eval):45:in `value'
Any ideas on how to fix this? Eruby works fine on my Debian machine...
Thanks,
Adam Olsen