AUR web interface

Tasklist

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

Attached to Project: AUR web interface
Opened by Jurahu (jurahu) - Thursday, 22 February 2007, 14:41 GMT
Task Type Bug Report
Category Backend
Status Closed
Assigned To No-one
Architecture All
Severity Medium
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:10 GMT
Reason for closing:  Not a bug
Additional comments about closing:  This bug report doesn't belong here. Please contact the package's maintainer.
Comment by Jens Adam (byte) - Friday, 23 February 2007, 12:47 GMT
You failed again. Use this link: http://bugs.archlinux.org/newtask/proj1

Loading...