From: Bruce Van Horn Date: 2006-01-03T05:17:56+09:00 Subject: installing mod_ruby I'm trying to install mod_ruby per the instructions at http://wiki.modruby.net/en/?InstallGuide When I run make I get a bunch of errors. Here is a small sample but there are at least a hundred more lines like this following: /usr/local/apache2/include/apr_strings.h:297: error: syntax error before ‘apr_off_t’ /usr/local/apache2/include/apr_strings.h:313: error: syntax error before ‘*’ token /usr/local/apache2/include/apr_strings.h:349: error: syntax error before ‘size’ mod_ruby.c:151: warning: missing braces around initializer mod_ruby.c:151: warning: (near initialization for ‘ruby_cmds[0].func’) mod_ruby.c:151: warning: initialization from incompatible pointer type mod_ruby.c:153: warning: initialization from incompatible pointer type I'm installing to suse 10 on an intel system (32 bit - nothing fancy). I've had similar problems with fastcgi. What am I doing wrong?