AUR web interface

Tasklist

FS#6457 - mod_ruby does not work with apache2.2 ?

Attached to Project: AUR web interface
Opened by Jurahu (jurahu) - Tuesday, 20 February 2007, 10:19 GMT
Task Type Bug Report
Category Backend
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version 1.2.9
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

pacman -Qi apache mod_ruby
Name : apache
Version : 2.2.4-1

Name : mod_ruby
Version : 1.2.5-1

httpd.conf:
LoadModule ruby_module /usr/lib/apache/mod_ruby.so

<IfModule mod_ruby.c>
RubyRequire apache/ruby-run

# Execute *.rbx files as Ruby scripts
<Files *.rbx>
SetHandler ruby-object
RubyHandler Apache::RubyRun.instance
</Files>
</IfModule>

on apachectl -t getting this error

httpd: Syntax error on line 115 of /etc/httpd/conf/httpd.conf: API module structure `ruby_module' in file /usr/lib/apache/mod_ruby.so is garbled - perhaps this is not an Apache module DSO?

if I dump the shared object the ruby_module symbol is there ;)...

objdump /usr/lib/apache/mod_ruby.so -t|grep ruby_module
0001cc00 g O .data 00000038 ruby_module

on www.modruby.net they said that this was corrected in 1.2.5
This task depends upon

Closed by  Jaroslaw Swierczynski (swiergot)
Sunday, 25 February 2007, 21:15 GMT
Reason for closing:  Duplicate
Comment by Jens Adam (byte) - Thursday, 22 February 2007, 12:48 GMT
Please file this again for the correct project and category, because "This is the bug tracker for the AUR".
Comment by Jurahu (jurahu) - Thursday, 22 February 2007, 14:40 GMT
Corrected - sorry for mess.

Loading...