Re: Problems "make"ing mod_ruby

"Jason Edwards" <[email protected]> Wed, 16 Jan 2008 19:36:24 -0700
Newsgroups gmane.comp.apache.mod-ruby
Message-ID <[email protected]>
You could find out by doing:

`yum whatprovides apr.h`

then `yum install` that package, of course.  The convention in the
redhat world is development packages end with '-devel'

Jason

On Jan 16, 2008 6:39 PM, Arnold Daniels <[email protected]> wrote:
> Hi Dave,
>
> I looks like you are missing the apache runtime header files. Do a
> `locate apr.h` and see what is comes up with. On a debian/ubuntu system
> you would need to do `apt-get install libapr0-dev`, but I don't know the
> equivalent on Fedora.
>
> The files should be located in /usr/include/apr0 (could be apr1).
>
> Good luck,
> Arnold
>
>
>
> [email protected] wrote:
> > Hi,
> >
> > I just downloaded mod_ruby-1.2.6 for my Apache 2.2 server running on Fe=
dora Core 6 Linux.  I ran ./configure.rb without problems, but when I run m=
ake, I get the below errors.  It seems to be complaining about files not be=
ing found.  Where do I find these most sacred files?
> >
> > Thanks, - Dave
> >
> > gcc   -g -O2  -fPIC -Wall  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=3D2=
 -fexceptions -fstack-protector --param=3Dssp-buffer-size=3D4 -m32 -march=
=3Di386 -mtune=3Dgeneric -fasynchronous-unwind-tables  -DLINUX=3D2 -D_REENT=
RANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -pthread -I. -I/usr/local/lib/ruby=
/1.8/i686-linux -I/usr/include/httpd    -c mod_ruby.c
> > In file included from /usr/include/httpd/httpd.h:43,
> >                  from mod_ruby.h:52,
> >                  from mod_ruby.c:33:
> > /usr/include/httpd/ap_config.h:25:17: error: apr.h: No such file or dir=
ectory
> > /usr/include/httpd/ap_config.h:26:23: error: apr_hooks.h: No such file =
or directory
> > /usr/include/httpd/ap_config.h:27:32: error: apr_optional_hooks.h: No s=
uch file or directory
> > In file included from /usr/include/httpd/httpd.h:46,
> >                  from mod_ruby.h:52,
> >                  from mod_ruby.c:33:
> > /usr/include/httpd/ap_release.h:24:41: error: apr_general.h: No such fi=
le or directory
> > In file included from mod_ruby.h:52,
> >                  from mod_ruby.c:33:
> > /usr/include/httpd/httpd.h:50:24: error: apr_tables.h: No such file or =
directory
> > /usr/include/httpd/httpd.h:51:23: error: apr_pools.h: No such file or d=
irectory
> > /usr/include/httpd/httpd.h:52:22: error: apr_time.h: No such file or di=
rectory
> > /usr/include/httpd/httpd.h:53:28: error: apr_network_io.h: No such file=
 or directory
> > /usr/include/httpd/httpd.h:54:25: error: apr_buckets.h: No such file or=
 directory
> > /usr/include/httpd/httpd.h:55:22: error: apr_poll.h: No such file or di=
rectory
> > In file included from /usr/include/httpd/httpd.h:59,
> >                  from mod_ruby.h:52,
> >                  from mod_ruby.c:33:
> > /usr/include/httpd/ap_regex.h:87: error: expected specifier-qualifier-l=
ist before =E2=80=98apr_size_t=E2=80=99
> > /usr/include/httpd/ap_regex.h:118: error: expected declaration specifie=
rs or =E2=80=98...=E2=80=99 before =E2=80=98apr_size_t=E2=80=99
> > /usr/include/httpd/ap_regex.h:127: error: expected =E2=80=98=3D=E2=80=
=99, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =E2=
=80=98__attribute__=E2=80=99 before =E2=80=98ap_regerror=E2=80=99
> > In file included from mod_ruby.h:52,
> >                  from mod_ruby.c:33:
> > /usr/include/httpd/httpd.h:433: error: expected =E2=80=98)=E2=80=99 bef=
ore =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/httpd.h:601: error: expected specifier-qualifier-lis=
t before =E2=80=98apr_int64_t=E2=80=99
> > /usr/include/httpd/httpd.h:723:21: error: apr_uri.h: No such file or di=
rectory
> > /usr/include/httpd/httpd.h:730: error: expected specifier-qualifier-lis=
t before =E2=80=98apr_pool_t=E2=80=99
> > /usr/include/httpd/httpd.h:746: error: expected specifier-qualifier-lis=
t before =E2=80=98apr_pool_t=E2=80=99
> > /usr/include/httpd/httpd.h:1008: error: expected specifier-qualifier-li=
st before =E2=80=98apr_pool_t=E2=80=99
> > /usr/include/httpd/httpd.h:1085: error: expected specifier-qualifier-li=
st before =E2=80=98APR_RING_ENTRY=E2=80=99
> > /usr/include/httpd/httpd.h:1118: error: expected specifier-qualifier-li=
st before =E2=80=98apr_sockaddr_t=E2=80=99
> > /usr/include/httpd/httpd.h:1146: error: expected specifier-qualifier-li=
st before =E2=80=98apr_port_t=E2=80=99
> > /usr/include/httpd/httpd.h:1199: error: expected specifier-qualifier-li=
st before =E2=80=98apr_bucket_brigade=E2=80=99
> > /usr/include/httpd/httpd.h:1207: error: expected specifier-qualifier-li=
st before =E2=80=98apr_bucket_brigade=E2=80=99
> > /usr/include/httpd/httpd.h:1213: error: expected specifier-qualifier-li=
st before =E2=80=98apr_socket_t=E2=80=99
> > /usr/include/httpd/httpd.h:1229: error: expected =E2=80=98)=E2=80=99 be=
fore =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/httpd.h:1239: error: expected =E2=80=98)=E2=80=99 be=
fore =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/httpd.h:1252: error: expected =E2=80=98)=E2=80=99 be=
fore =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/httpd.h:1262: error: expected =E2=80=98)=E2=80=99 be=
fore =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/httpd.h:1271: error: expected =E2=80=98)=E2=80=99 be=
fore =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/httpd.h:1281: error: expected =E2=80=98)=E2=80=99 be=
fore =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/httpd.h:1291: error: expected =E2=80=98)=E2=80=99 be=
fore =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/httpd.h:1303: error: expected =E2=80=98)=E2=80=99 be=
fore =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/httpd.h:1311: error: expected =E2=80=98)=E2=80=99 be=
fore =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/httpd.h:1320: error: expected =E2=80=98)=E2=80=99 be=
fore =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/httpd.h:1331: error: expected =E2=80=98)=E2=80=99 be=
fore =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/httpd.h:1354: error: expected =E2=80=98)=E2=80=99 be=
fore =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/httpd.h:1364: error: expected =E2=80=98)=E2=80=99 be=
fore =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/httpd.h:1376: error: expected =E2=80=98)=E2=80=99 be=
fore =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/httpd.h:1385: error: expected =E2=80=98)=E2=80=99 be=
fore =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/httpd.h:1394: error: expected =E2=80=98)=E2=80=99 be=
fore =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/httpd.h:1436: error: expected =E2=80=98)=E2=80=99 be=
fore =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/httpd.h:1446: error: expected =E2=80=98)=E2=80=99 be=
fore =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/httpd.h:1457: error: expected =E2=80=98)=E2=80=99 be=
fore =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/httpd.h:1465: error: expected =E2=80=98)=E2=80=99 be=
fore =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/httpd.h:1474: error: expected =E2=80=98=3D=E2=80=99,=
 =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =E2=80=
=98__attribute__=E2=80=99 before =E2=80=98ap_escape_errorlog_item=E2=80=99
> > /usr/include/httpd/httpd.h:1485: error: expected =E2=80=98)=E2=80=99 be=
fore =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/httpd.h:1494: error: expected =E2=80=98)=E2=80=99 be=
fore =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/httpd.h:1523: error: expected =E2=80=98)=E2=80=99 be=
fore =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/httpd.h:1537: error: expected =E2=80=98)=E2=80=99 be=
fore =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/httpd.h:1547: error: expected =E2=80=98)=E2=80=99 be=
fore =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/httpd.h:1599: error: expected =E2=80=98)=E2=80=99 be=
fore =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/httpd.h:1607: error: expected =E2=80=98)=E2=80=99 be=
fore =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/httpd.h:1621: error: expected =E2=80=98)=E2=80=99 be=
fore =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/httpd.h:1629: error: expected =E2=80=98)=E2=80=99 be=
fore =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/httpd.h:1642: error: expected =E2=80=98)=E2=80=99 be=
fore =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/httpd.h:1682: error: expected =E2=80=98)=E2=80=99 be=
fore =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/httpd.h:1694: error: expected =E2=80=98)=E2=80=99 be=
fore =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/httpd.h:1704: error: expected =E2=80=98)=E2=80=99 be=
fore =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/httpd.h:1712: error: expected =E2=80=98)=E2=80=99 be=
fore =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/httpd.h:1723: error: expected =E2=80=98)=E2=80=99 be=
fore =E2=80=98*=E2=80=99 token
> > In file included from mod_ruby.h:53,
> >                  from mod_ruby.c:33:
> > /usr/include/httpd/http_config.h:279: error: expected specifier-qualifi=
er-list before =E2=80=98apr_int64_t=E2=80=99
> > /usr/include/httpd/http_config.h:357: error: expected =E2=80=98)=E2=80=
=99 before =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/http_config.h:365: error: expected =E2=80=98;=E2=80=
=99 before =E2=80=98void=E2=80=99
> > /usr/include/httpd/http_config.h:557: error: expected =E2=80=98)=E2=80=
=99 before =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/http_config.h:566: error: expected declaration speci=
fiers or =E2=80=98...=E2=80=99 before =E2=80=98apr_pool_t=E2=80=99
> > /usr/include/httpd/http_config.h:582: error: expected declaration speci=
fiers or =E2=80=98...=E2=80=99 before =E2=80=98apr_pool_t=E2=80=99
> > /usr/include/httpd/http_config.h:607: error: expected =E2=80=98=3D=E2=
=80=99, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98ap_pcfg_openfile=E2=80=99
> > /usr/include/httpd/http_config.h:619: error: expected =E2=80=98)=E2=80=
=99 before =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/http_config.h:669: error: expected =E2=80=98)=E2=80=
=99 before =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/http_config.h:685: error: expected declaration speci=
fiers or =E2=80=98...=E2=80=99 before =E2=80=98apr_pool_t=E2=80=99
> > /usr/include/httpd/http_config.h:686: error: expected declaration speci=
fiers or =E2=80=98...=E2=80=99 before =E2=80=98apr_pool_t=E2=80=99
> > /usr/include/httpd/http_config.h:975: error: expected =E2=80=98)=E2=80=
=99 before =E2=80=98int=E2=80=99
> > In file included from mod_ruby.h:54,
> >                  from mod_ruby.c:33:
> > /usr/include/httpd/http_core.h:30:22: error: apr_hash.h: No such file o=
r directory
> > /usr/include/httpd/http_core.h:31:26: error: apr_optional.h: No such fi=
le or directory
> > In file included from /usr/include/httpd/http_core.h:32,
> >                  from mod_ruby.h:54,
> >                  from mod_ruby.c:33:
> > /usr/include/httpd/util_filter.h:72: warning: data definition has no ty=
pe or storage class
> > /usr/include/httpd/util_filter.h:72: warning: type defaults to =E2=80=
=98int=E2=80=99 in declaration of =E2=80=98ap_input_mode_t=E2=80=99
> > /usr/include/httpd/util_filter.h:136: error: expected declaration speci=
fiers or =E2=80=98...=E2=80=99 before =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/util_filter.h:137: error: expected declaration speci=
fiers or =E2=80=98...=E2=80=99 before =E2=80=98apr_bucket_brigade=E2=80=99
> > /usr/include/httpd/util_filter.h:137: warning: type defaults to =E2=80=
=98int=E2=80=99 in declaration of =E2=80=98apr_status_t=E2=80=99
> > /usr/include/httpd/util_filter.h:137: error: =E2=80=98apr_status_t=E2=
=80=99 declared as function returning a function
> > /usr/include/httpd/util_filter.h:139: error: expected declaration speci=
fiers or =E2=80=98...=E2=80=99 before =E2=80=98apr_bucket_brigade=E2=80=99
> > /usr/include/httpd/util_filter.h:140: error: expected declaration speci=
fiers or =E2=80=98...=E2=80=99 before =E2=80=98ap_input_mode_t=E2=80=99
> > /usr/include/httpd/util_filter.h:141: error: expected declaration speci=
fiers or =E2=80=98...=E2=80=99 before =E2=80=98apr_read_type_e=E2=80=99
> > /usr/include/httpd/util_filter.h:142: error: expected declaration speci=
fiers or =E2=80=98...=E2=80=99 before =E2=80=98apr_off_t=E2=80=99
> > /usr/include/httpd/util_filter.h:142: error: =E2=80=98ap_in_filter_func=
=E2=80=99 declared as function returning a function
> > /usr/include/httpd/util_filter.h:146: error: expected specifier-qualifi=
er-list before =E2=80=98ap_out_filter_func=E2=80=99
> > /usr/include/httpd/util_filter.h:296: error: expected declaration speci=
fiers or =E2=80=98...=E2=80=99 before =E2=80=98apr_bucket_brigade=E2=80=99
> > /usr/include/httpd/util_filter.h:297: error: expected declaration speci=
fiers or =E2=80=98...=E2=80=99 before =E2=80=98ap_input_mode_t=E2=80=99
> > /usr/include/httpd/util_filter.h:298: error: expected declaration speci=
fiers or =E2=80=98...=E2=80=99 before =E2=80=98apr_read_type_e=E2=80=99
> > /usr/include/httpd/util_filter.h:299: error: expected declaration speci=
fiers or =E2=80=98...=E2=80=99 before =E2=80=98apr_off_t=E2=80=99
> > /usr/include/httpd/util_filter.h:299: error: =E2=80=98ap_get_brigade=E2=
=80=99 declared as function returning a function
> > /usr/include/httpd/util_filter.h:310: error: expected declaration speci=
fiers or =E2=80=98...=E2=80=99 before =E2=80=98apr_bucket_brigade=E2=80=99
> > /usr/include/httpd/util_filter.h:310: error: =E2=80=98ap_pass_brigade=
=E2=80=99 declared as function returning a function
> > /usr/include/httpd/util_filter.h:348: error: expected declaration speci=
fiers or =E2=80=98...=E2=80=99 before =E2=80=98ap_out_filter_func=E2=80=99
> > /usr/include/httpd/util_filter.h:374: error: expected declaration speci=
fiers or =E2=80=98...=E2=80=99 before =E2=80=98ap_out_filter_func=E2=80=99
> > /usr/include/httpd/util_filter.h:492: error: expected declaration speci=
fiers or =E2=80=98...=E2=80=99 before =E2=80=98apr_bucket_brigade=E2=80=99
> > /usr/include/httpd/util_filter.h:493: error: expected declaration speci=
fiers or =E2=80=98...=E2=80=99 before =E2=80=98apr_bucket_brigade=E2=80=99
> > /usr/include/httpd/util_filter.h:493: error: expected declaration speci=
fiers or =E2=80=98...=E2=80=99 before =E2=80=98apr_pool_t=E2=80=99
> > /usr/include/httpd/util_filter.h:493: error: =E2=80=98ap_save_brigade=
=E2=80=99 declared as function returning a function
> > /usr/include/httpd/util_filter.h:503: error: expected =E2=80=98)=E2=80=
=99 before =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/util_filter.h:511: error: expected declaration speci=
fiers or =E2=80=98...=E2=80=99 before =E2=80=98apr_bucket_brigade=E2=80=99
> > /usr/include/httpd/util_filter.h:511: error: =E2=80=98ap_fflush=E2=80=
=99 declared as function returning a function
> > /usr/include/httpd/util_filter.h:548: error: expected declaration speci=
fiers or =E2=80=98...=E2=80=99 before =E2=80=98apr_bucket_brigade=E2=80=99
> > /usr/include/httpd/util_filter.h:549: error: =E2=80=98ap_fputstrs=E2=80=
=99 declared as function returning a function
> > /usr/include/httpd/util_filter.h:559: error: expected declaration speci=
fiers or =E2=80=98...=E2=80=99 before =E2=80=98apr_bucket_brigade=E2=80=99
> > /usr/include/httpd/util_filter.h:562: error: =E2=80=98ap_fprintf=E2=80=
=99 declared as function returning a function
> > /usr/include/httpd/util_filter.h:562: error: format string argument not=
 a string type
> > In file included from mod_ruby.h:54,
> >                  from mod_ruby.c:33:
> > /usr/include/httpd/http_core.h:208: error: expected =E2=80=98)=E2=80=99=
 before =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/http_core.h:222: error: expected =E2=80=98=3D=E2=80=
=99, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =E2=
=80=98__attribute__=E2=80=99 before =E2=80=98ap_get_server_port=E2=80=99
> > /usr/include/httpd/http_core.h:229: error: expected =E2=80=98=3D=E2=80=
=99, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =E2=
=80=98__attribute__=E2=80=99 before =E2=80=98ap_get_limit_req_body=E2=80=99
> > /usr/include/httpd/http_core.h:278: error: expected specifier-qualifier=
-list before =E2=80=98apr_int64_t=E2=80=99
> > /usr/include/httpd/http_core.h:314: error: expected =E2=80=98=3D=E2=80=
=99, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =E2=
=80=98__attribute__=E2=80=99 before =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/http_core.h:633: error: expected specifier-qualifier=
-list before =E2=80=98apr_hash_t=E2=80=99
> > /usr/include/httpd/http_core.h:662: error: expected =E2=80=98)=E2=80=99=
 before =E2=80=98int=E2=80=99
> > /usr/include/httpd/http_core.h:680: error: expected declaration specifi=
ers or =E2=80=98...=E2=80=99 before =E2=80=98ap_ident_lookup=E2=80=99
> > /usr/include/httpd/http_core.h:681: error: expected declaration specifi=
ers or =E2=80=98...=E2=80=99 before =E2=80=98(=E2=80=99 token
> > /usr/include/httpd/http_core.h:681: warning: data definition has no typ=
e or storage class
> > /usr/include/httpd/http_core.h:681: warning: type defaults to =E2=80=98=
int=E2=80=99 in declaration of =E2=80=98APR_DECLARE_OPTIONAL_FN=E2=80=99
> > In file included from mod_ruby.h:55,
> >                  from mod_ruby.c:33:
> > /usr/include/httpd/http_log.h:33:29: error: apr_thread_proc.h: No such =
file or directory
> > In file included from mod_ruby.h:55,
> >                  from mod_ruby.c:33:
> > /usr/include/httpd/http_log.h:102: error: expected =E2=80=98)=E2=80=99 =
before =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/http_log.h:109: error: expected =E2=80=98)=E2=80=99 =
before =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/http_log.h:121: error: expected =E2=80=98)=E2=80=99 =
before =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/http_log.h:196: error: expected declaration specifie=
rs or =E2=80=98...=E2=80=99 before =E2=80=98apr_pool_t=E2=80=99
> > /usr/include/httpd/http_log.h:198: error: format string argument not a =
string type
> > /usr/include/httpd/http_log.h:261: error: expected =E2=80=98)=E2=80=99 =
before =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/http_log.h:269: error: expected =E2=80=98)=E2=80=99 =
before =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/http_log.h:282: error: expected specifier-qualifier-=
list before =E2=80=98apr_pool_t=E2=80=99
> > /usr/include/httpd/http_log.h:301: error: expected =E2=80=98)=E2=80=99 =
before =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/http_log.h:335: error: expected =E2=80=98)=E2=80=99 =
before =E2=80=98void=E2=80=99
> > In file included from mod_ruby.h:56,
> >                  from mod_ruby.c:33:
> > /usr/include/httpd/http_main.h:49: error: expected =E2=80=98=3D=E2=80=
=99, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =E2=
=80=98__attribute__=E2=80=99 before =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/http_main.h:52: error: expected =E2=80=98=3D=E2=80=
=99, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =E2=
=80=98__attribute__=E2=80=99 before =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/http_main.h:55: error: expected =E2=80=98=3D=E2=80=
=99, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =E2=
=80=98__attribute__=E2=80=99 before =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/http_main.h:64: error: expected declaration specifie=
rs or =E2=80=98...=E2=80=99 before =E2=80=98ap_signal_server=E2=80=99
> > /usr/include/httpd/http_main.h:64: error: expected declaration specifie=
rs or =E2=80=98...=E2=80=99 before =E2=80=98(=E2=80=99 token
> > /usr/include/httpd/http_main.h:64: warning: data definition has no type=
 or storage class
> > /usr/include/httpd/http_main.h:64: warning: type defaults to =E2=80=98i=
nt=E2=80=99 in declaration of =E2=80=98APR_DECLARE_OPTIONAL_FN=E2=80=99
> > /usr/include/httpd/http_main.h:64: error: conflicting types for =E2=80=
=98APR_DECLARE_OPTIONAL_FN=E2=80=99
> > /usr/include/httpd/http_core.h:681: error: previous declaration of =E2=
=80=98APR_DECLARE_OPTIONAL_FN=E2=80=99 was here
> > In file included from mod_ruby.h:57,
> >                  from mod_ruby.c:33:
> > /usr/include/httpd/http_protocol.h:31:26: error: apr_portable.h: No suc=
h file or directory
> > /usr/include/httpd/http_protocol.h:32:22: error: apr_mmap.h: No such fi=
le or directory
> > In file included from mod_ruby.h:57,
> >                  from mod_ruby.c:33:
> > /usr/include/httpd/http_protocol.h:45: error: expected =E2=80=98)=E2=80=
=99 before =E2=80=98void=E2=80=99
> > /usr/include/httpd/http_protocol.h:77: error: expected declaration spec=
ifiers or =E2=80=98...=E2=80=99 before =E2=80=98apr_bucket_brigade=E2=80=99
> > /usr/include/httpd/http_protocol.h:111: error: expected declaration spe=
cifiers or =E2=80=98...=E2=80=99 before =E2=80=98apr_off_t=E2=80=99
> > /usr/include/httpd/http_protocol.h:127: error: expected =E2=80=98=3D=E2=
=80=99, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98ap_rationalize_mtime=E2=80=
=99
> > /usr/include/httpd/http_protocol.h:203: error: expected =E2=80=98)=E2=
=80=99 before =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/http_protocol.h:228: error: expected =E2=80=98)=E2=
=80=99 before =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/http_protocol.h:235: error: expected =E2=80=98)=E2=
=80=99 before =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/http_protocol.h:253: error: expected =E2=80=98)=E2=
=80=99 before =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/http_protocol.h:426: error: expected declaration spe=
cifiers or =E2=80=98...=E2=80=99 before =E2=80=98apr_size_t=E2=80=99
> > /usr/include/httpd/http_protocol.h:534: error: expected declaration spe=
cifiers or =E2=80=98...=E2=80=99 before =E2=80=98apr_size_t=E2=80=99
> > /usr/include/httpd/http_protocol.h:535: error: expected declaration spe=
cifiers or =E2=80=98...=E2=80=99 before =E2=80=98apr_size_t=E2=80=99
> > /usr/include/httpd/http_protocol.h:537: error: expected declaration spe=
cifiers or =E2=80=98...=E2=80=99 before =E2=80=98apr_bucket_brigade=E2=80=
=99
> > /usr/include/httpd/http_protocol.h:537: error: =E2=80=98ap_rgetline_cor=
e=E2=80=99 declared as function returning a function
> > /usr/include/httpd/http_protocol.h:554: error: expected =E2=80=98)=E2=
=80=99 before =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/http_protocol.h:569: error: expected =E2=80=98)=E2=
=80=99 before =E2=80=98int=E2=80=99
> > /usr/include/httpd/http_protocol.h:608: error: expected specifier-quali=
fier-list before =E2=80=98apr_bucket_refcount=E2=80=99
> > /usr/include/httpd/http_protocol.h:616: error: expected =E2=80=98=3D=E2=
=80=99, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98ap_bucket_type_error=E2=80=
=99
> > /usr/include/httpd/http_protocol.h:633: error: expected =E2=80=98=3D=E2=
=80=99, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/http_protocol.h:644: error: expected =E2=80=98=3D=E2=
=80=99, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/http_protocol.h:648: error: expected declaration spe=
cifiers or =E2=80=98...=E2=80=99 before =E2=80=98apr_bucket_brigade=E2=80=
=99
> > /usr/include/httpd/http_protocol.h:648: error: =E2=80=98ap_byterange_fi=
lter=E2=80=99 declared as function returning a function
> > /usr/include/httpd/http_protocol.h:649: error: expected declaration spe=
cifiers or =E2=80=98...=E2=80=99 before =E2=80=98apr_bucket_brigade=E2=80=
=99
> > /usr/include/httpd/http_protocol.h:649: error: =E2=80=98ap_http_header_=
filter=E2=80=99 declared as function returning a function
> > /usr/include/httpd/http_protocol.h:651: error: expected declaration spe=
cifiers or =E2=80=98...=E2=80=99 before =E2=80=98apr_bucket_brigade=E2=80=
=99
> > /usr/include/httpd/http_protocol.h:651: error: =E2=80=98ap_content_leng=
th_filter=E2=80=99 declared as function returning a function
> > /usr/include/httpd/http_protocol.h:652: error: expected declaration spe=
cifiers or =E2=80=98...=E2=80=99 before =E2=80=98apr_bucket_brigade=E2=80=
=99
> > /usr/include/httpd/http_protocol.h:652: error: =E2=80=98ap_old_write_fi=
lter=E2=80=99 declared as function returning a function
> > In file included from mod_ruby.h:58,
> >                  from mod_ruby.c:33:
> > /usr/include/httpd/http_request.h:105: warning: type defaults to =E2=80=
=98int=E2=80=99 in declaration of =E2=80=98apr_finfo_t=E2=80=99
> > /usr/include/httpd/http_request.h:105: error: expected =E2=80=98;=E2=80=
=99, =E2=80=98,=E2=80=99 or =E2=80=98)=E2=80=99 before =E2=80=98*=E2=80=99 =
token
> > /usr/include/httpd/http_request.h:131: error: expected declaration spec=
ifiers or =E2=80=98...=E2=80=99 before =E2=80=98apr_bucket_brigade=E2=80=99
> > /usr/include/httpd/http_request.h:131: error: =E2=80=98ap_sub_req_outpu=
t_filter=E2=80=99 declared as function returning a function
> > /usr/include/httpd/http_request.h:198: error: expected declaration spec=
ifiers or =E2=80=98...=E2=80=99 before =E2=80=98apr_time_t=E2=80=99
> > /usr/include/httpd/http_request.h:261: error: expected =E2=80=98)=E2=80=
=99 before =E2=80=98int=E2=80=99
> > In file included from mod_ruby.h:59,
> >                  from mod_ruby.c:33:
> > /usr/include/httpd/util_script.h:51: error: expected =E2=80=98)=E2=80=
=99 before =E2=80=98*=E2=80=99 token
> > /usr/include/httpd/util_script.h:90: error: expected declaration specif=
iers or =E2=80=98...=E2=80=99 before =E2=80=98apr_file_t=E2=80=99
> > /usr/include/httpd/util_script.h:104: error: expected declaration speci=
fiers or =E2=80=98...=E2=80=99 before =E2=80=98apr_bucket_brigade=E2=80=99
> > In file included from mod_ruby.c:33:
> > mod_ruby.h:80:21: error: apr_lib.h: No such file or directory
> > mod_ruby.h:81:23: error: apr_pools.h: No such file or directory
> > mod_ruby.h:82:25: error: apr_strings.h: No such file or directory
> > mod_ruby.h:83:24: error: apr_tables.h: No such file or directory
> > In file included from mod_ruby.c:33:
> > mod_ruby.h:87: error: expected =E2=80=98=3D=E2=80=99, =E2=80=98,=E2=80=
=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =E2=80=98__attribute__=
=E2=80=99 before =E2=80=98pool=E2=80=99
> > mod_ruby.h:88: error: expected =E2=80=98=3D=E2=80=99, =E2=80=98,=E2=80=
=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =E2=80=98__attribute__=
=E2=80=99 before =E2=80=98array_header=E2=80=99
> > mod_ruby.h:89: error: expected =E2=80=98=3D=E2=80=99, =E2=80=98,=E2=80=
=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =E2=80=98__attribute__=
=E2=80=99 before =E2=80=98table=E2=80=99
> > mod_ruby.h:90: error: expected =E2=80=98=3D=E2=80=99, =E2=80=98,=E2=80=
=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =E2=80=98__attribute__=
=E2=80=99 before =E2=80=98table_entry=E2=80=99
> > In file included from mod_ruby.h:165,
> >                  from mod_ruby.c:33:
> > apache_request.h:32: error: expected specifier-qualifier-list before =
=E2=80=98table=E2=80=99
> > apache_request.h:50: error: expected specifier-qualifier-list before =
=E2=80=98table=E2=80=99
> > apache_request.h:90: error: expected =E2=80=98=3D=E2=80=99, =E2=80=98,=
=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =E2=80=98__attribu=
te__=E2=80=99 before =E2=80=98*=E2=80=99 token
> > apache_request.h:95: error: expected =E2=80=98=3D=E2=80=99, =E2=80=98,=
=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =E2=80=98__attribu=
te__=E2=80=99 before =E2=80=98*=E2=80=99 token
> > apache_request.h:96: error: expected =E2=80=98=3D=E2=80=99, =E2=80=98,=
=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =E2=80=98__attribu=
te__=E2=80=99 before =E2=80=98*=E2=80=99 token
> > apache_request.h:123: error: expected =E2=80=98)=E2=80=99 before =E2=80=
=98*=E2=80=99 token
> > In file included from mod_ruby.h:166,
> >                  from mod_ruby.c:33:
> > apache_multipart_buffer.h:48: error: expected =E2=80=98=3D=E2=80=99, =
=E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =E2=80=
=98__attribute__=E2=80=99 before =E2=80=98*=E2=80=99 token
> > In file included from mod_ruby.h:167,
> >                  from mod_ruby.c:33:
> > apache_cookie.h:23: error: expected =E2=80=98=3D=E2=80=99, =E2=80=98,=
=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =E2=80=98__attribu=
te__=E2=80=99 before =E2=80=98ApacheCookieJar=E2=80=99
> > apache_cookie.h:28: error: expected specifier-qualifier-list before =E2=
=80=98array_header=E2=80=99
> > apache_cookie.h:83: error: expected =E2=80=98=3D=E2=80=99, =E2=80=98,=
=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =E2=80=98__attribu=
te__=E2=80=99 before =E2=80=98*=E2=80=99 token
> > In file included from mod_ruby.c:33:
> > mod_ruby.h:173: error: expected specifier-qualifier-list before =E2=80=
=98array_header=E2=80=99
> > mod_ruby.h:182: error: expected specifier-qualifier-list before =E2=80=
=98table=E2=80=99
> > mod_ruby.h:209: error: expected specifier-qualifier-list before =E2=80=
=98table=E2=80=99
> > mod_ruby.h:235: error: expected =E2=80=98=3D=E2=80=99, =E2=80=98,=E2=80=
=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =E2=80=98__attribute__=
=E2=80=99 before =E2=80=98*=E2=80=99 token
> > In file included from mod_ruby.c:34:
> > ruby_config.h:33: error: expected =E2=80=98)=E2=80=99 before =E2=80=98*=
=E2=80=99 token
> > ruby_config.h:34: error: expected =E2=80=98)=E2=80=99 before =E2=80=98*=
=E2=80=99 token
> > ruby_config.h:35: error: expected =E2=80=98)=E2=80=99 before =E2=80=98*=
=E2=80=99 token
> > ruby_config.h:36: error: expected =E2=80=98)=E2=80=99 before =E2=80=98*=
=E2=80=99 token
> > In file included from mod_ruby.c:35:
> > apachelib.h:49: error: expected =E2=80=98)=E2=80=99 before =E2=80=98*=
=E2=80=99 token
> > apachelib.h:55: error: expected =E2=80=98)=E2=80=99 before =E2=80=98*=
=E2=80=99 token
> > apachelib.h:95: error: expected =E2=80=98)=E2=80=99 before =E2=80=98*=
=E2=80=99 token
> > mod_ruby.c:106: error: expected =E2=80=98=3D=E2=80=99, =E2=80=98,=E2=80=
=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =E2=80=98__attribute__=
=E2=80=99 before =E2=80=98*=E2=80=99 token
> > mod_ruby.c:221: error: expected =E2=80=98)=E2=80=99 before =E2=80=98*=
=E2=80=99 token
> > mod_ruby.c:222: error: expected =E2=80=98)=E2=80=99 before =E2=80=98*=
=E2=80=99 token
> > mod_ruby.c:224: error: expected =E2=80=98)=E2=80=99 before =E2=80=98*=
=E2=80=99 token
> > mod_ruby.c:244: error: =E2=80=98ruby_create_dir_config=E2=80=99 undecla=
red here (not in a function)
> > mod_ruby.c:244: warning: excess elements in struct initializer
> > mod_ruby.c:244: warning: (near initialization for =E2=80=98ruby_module=
=E2=80=99)
> > mod_ruby.c:245: error: =E2=80=98ruby_merge_dir_config=E2=80=99 undeclar=
ed here (not in a function)
> > mod_ruby.c:245: warning: excess elements in struct initializer
> > mod_ruby.c:245: warning: (near initialization for =E2=80=98ruby_module=
=E2=80=99)
> > mod_ruby.c:246: error: =E2=80=98ruby_create_server_config=E2=80=99 unde=
clared here (not in a function)
> > mod_ruby.c:246: warning: excess elements in struct initializer
> > mod_ruby.c:246: warning: (near initialization for =E2=80=98ruby_module=
=E2=80=99)
> > mod_ruby.c:247: error: =E2=80=98ruby_merge_server_config=E2=80=99 undec=
lared here (not in a function)
> > mod_ruby.c:247: warning: excess elements in struct initializer
> > mod_ruby.c:247: warning: (near initialization for =E2=80=98ruby_module=
=E2=80=99)
> > mod_ruby.c:248: warning: excess elements in struct initializer
> > mod_ruby.c:248: warning: (near initialization for =E2=80=98ruby_module=
=E2=80=99)
> > mod_ruby.c:249: error: =E2=80=98ruby_register_hooks=E2=80=99 undeclared=
 here (not in a function)
> > mod_ruby.c:250: warning: excess elements in struct initializer
> > mod_ruby.c:250: warning: (near initialization for =E2=80=98ruby_module=
=E2=80=99)
> > mod_ruby.c: In function =E2=80=98handle_error=E2=80=99:
> > mod_ruby.c:527: error: =E2=80=98request_rec=E2=80=99 has no member name=
d =E2=80=98request_config=E2=80=99
> > mod_ruby.c:528: error: =E2=80=98request_rec=E2=80=99 has no member name=
d =E2=80=98request_config=E2=80=99
> > mod_ruby.c:529: error: =E2=80=98ruby_request_config=E2=80=99 has no mem=
ber named =E2=80=98request_object=E2=80=99
> > mod_ruby.c:530: error: =E2=80=98ruby_request_config=E2=80=99 has no mem=
ber named =E2=80=98request_object=E2=80=99
> > mod_ruby.c:533: error: =E2=80=98request_rec=E2=80=99 has no member name=
d =E2=80=98server=E2=80=99
> > mod_ruby.c: In function =E2=80=98mod_ruby_setup_loadpath=E2=80=99:
> > mod_ruby.c:551: error: =E2=80=98ruby_server_config=E2=80=99 has no memb=
er named =E2=80=98load_path=E2=80=99
> > mod_ruby.c:552: error: =E2=80=98ruby_server_config=E2=80=99 has no memb=
er named =E2=80=98load_path=E2=80=99
> > mod_ruby.c:553: error: =E2=80=98ruby_server_config=E2=80=99 has no memb=
er named =E2=80=98load_path=E2=80=99
> > mod_ruby.c:558: error: =E2=80=98ruby_dir_config=E2=80=99 has no member =
named =E2=80=98load_path=E2=80=99
> > mod_ruby.c:559: error: =E2=80=98ruby_dir_config=E2=80=99 has no member =
named =E2=80=98load_path=E2=80=99
> > mod_ruby.c:560: error: =E2=80=98ruby_dir_config=E2=80=99 has no member =
named =E2=80=98load_path=E2=80=99
> > mod_ruby.c: At top level:
> > mod_ruby.c:592: error: expected =E2=80=98)=E2=80=99 before =E2=80=98*=
=E2=80=99 token
> > mod_ruby.c: In function =E2=80=98ruby_init_interpreter=E2=80=99:
> > mod_ruby.c:635: error: =E2=80=98server_rec=E2=80=99 has no member named=
 =E2=80=98module_config=E2=80=99
> > mod_ruby.c:692: error: =E2=80=98ruby_server_config=E2=80=99 has no memb=
er named =E2=80=98load_path=E2=80=99
> > mod_ruby.c:693: error: =E2=80=98ruby_server_config=E2=80=99 has no memb=
er named =E2=80=98load_path=E2=80=99
> > mod_ruby.c:697: error: =E2=80=98ruby_server_config=E2=80=99 has no memb=
er named =E2=80=98load_path=E2=80=99
> > mod_ruby.c:701: error: =E2=80=98ruby_required_libraries=E2=80=99 undecl=
ared (first use in this function)
> > mod_ruby.c:701: error: (Each undeclared identifier is reported only onc=
e
> > mod_ruby.c:701: error: for each function it appears in.)
> > mod_ruby.c: At top level:
> > mod_ruby.c:814: error: =E2=80=98ruby_child_cleanup=E2=80=99 declared as=
 function returning a function
> > mod_ruby.c: In function =E2=80=98ruby_child_cleanup=E2=80=99:
> > mod_ruby.c:836: error: =E2=80=98APR_SUCCESS=E2=80=99 undeclared (first =
use in this function)
> > mod_ruby.c: At top level:
> > mod_ruby.c:842: error: expected declaration specifiers or =E2=80=98...=
=E2=80=99 before =E2=80=98pool=E2=80=99
> > mod_ruby.c: In function =E2=80=98fake_request_rec=E2=80=99:
> > mod_ruby.c:844: warning: implicit declaration of function =E2=80=98apr_=
pcalloc=E2=80=99
> > mod_ruby.c:844: error: =E2=80=98p=E2=80=99 undeclared (first use in thi=
s function)
> > mod_ruby.c:845: error: =E2=80=98request_rec=E2=80=99 has no member name=
d =E2=80=98pool=E2=80=99
> > mod_ruby.c:846: error: =E2=80=98request_rec=E2=80=99 has no member name=
d =E2=80=98server=E2=80=99
> > mod_ruby.c:847: error: =E2=80=98request_rec=E2=80=99 has no member name=
d =E2=80=98per_dir_config=E2=80=99
> > mod_ruby.c:848: error: =E2=80=98request_rec=E2=80=99 has no member name=
d =E2=80=98request_config=E2=80=99
> > mod_ruby.c:849: error: =E2=80=98request_rec=E2=80=99 has no member name=
d =E2=80=98uri=E2=80=99
> > mod_ruby.c:850: error: =E2=80=98request_rec=E2=80=99 has no member name=
d =E2=80=98notes=E2=80=99
> > mod_ruby.c: At top level:
> > mod_ruby.c:854: error: expected declaration specifiers or =E2=80=98...=
=E2=80=99 before =E2=80=98array_header=E2=80=99
> > mod_ruby.c:857: error: expected =E2=80=98)=E2=80=99 before =E2=80=98*=
=E2=80=99 token
> > mod_ruby.c:923: error: expected =E2=80=98)=E2=80=99 before =E2=80=98*=
=E2=80=99 token
> > mod_ruby.c:957: error: expected =E2=80=98)=E2=80=99 before =E2=80=98*=
=E2=80=99 token
> > mod_ruby.c: In function =E2=80=98rb_setup_cgi_env=E2=80=99:
> > mod_ruby.c:974: error: =E2=80=98request_rec=E2=80=99 has no member name=
d =E2=80=98server=E2=80=99
> > mod_ruby.c:975: error: =E2=80=98request_rec=E2=80=99 has no member name=
d =E2=80=98per_dir_config=E2=80=99
> > mod_ruby.c:975: error: =E2=80=98request_rec=E2=80=99 has no member name=
d =E2=80=98per_dir_config=E2=80=99
> > mod_ruby.c:977: warning: implicit declaration of function =E2=80=98mod_=
ruby_clearenv=E2=80=99
> > mod_ruby.c:977: error: =E2=80=98request_rec=E2=80=99 has no member name=
d =E2=80=98pool=E2=80=99
> > mod_ruby.c:980: warning: implicit declaration of function =E2=80=98sete=
nv_from_table=E2=80=99
> > mod_ruby.c:980: error: =E2=80=98request_rec=E2=80=99 has no member name=
d =E2=80=98subprocess_env=E2=80=99
> > mod_ruby.c:981: error: =E2=80=98ruby_server_config=E2=80=99 has no memb=
er named =E2=80=98env=E2=80=99
> > mod_ruby.c:982: error: =E2=80=98ruby_dir_config=E2=80=99 has no member =
named =E2=80=98env=E2=80=99
> > mod_ruby.c: At top level:
> > mod_ruby.c:1076: error: expected =E2=80=98=3D=E2=80=99, =E2=80=98,=E2=
=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =E2=80=98__attribute_=
_=E2=80=99 before =E2=80=98*=E2=80=99 token
> > mod_ruby.c:1095: error: expected =E2=80=98)=E2=80=99 before =E2=80=98*=
=E2=80=99 token
> > mod_ruby.c: In function =E2=80=98per_request_init=E2=80=99:
> > mod_ruby.c:1117: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98request_config=E2=80=99
> > mod_ruby.c:1118: warning: implicit declaration of function =E2=80=98apr=
_palloc=E2=80=99
> > mod_ruby.c:1118: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98pool=E2=80=99
> > mod_ruby.c:1118: warning: assignment makes pointer from integer without=
 a cast
> > mod_ruby.c:1119: error: =E2=80=98ruby_request_config=E2=80=99 has no me=
mber named =E2=80=98saved_env=E2=80=99
> > mod_ruby.c:1119: warning: implicit declaration of function =E2=80=98sav=
e_env=E2=80=99
> > mod_ruby.c:1119: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98pool=E2=80=99
> > mod_ruby.c:1120: error: =E2=80=98ruby_request_config=E2=80=99 has no me=
mber named =E2=80=98request_object=E2=80=99
> > mod_ruby.c:1121: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98request_config=E2=80=99
> > mod_ruby.c:1123: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98per_dir_config=E2=80=99
> > mod_ruby.c:1123: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98per_dir_config=E2=80=99
> > mod_ruby.c:1124: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98server=E2=80=99
> > mod_ruby.c:1135: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98filename=E2=80=99
> > mod_ruby.c:1136: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98filename=E2=80=99
> > mod_ruby.c: In function =E2=80=98per_request_cleanup=E2=80=99:
> > mod_ruby.c:1147: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98per_dir_config=E2=80=99
> > mod_ruby.c:1147: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98per_dir_config=E2=80=99
> > mod_ruby.c:1150: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98next=E2=80=99
> > mod_ruby.c:1151: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98next=E2=80=99
> > mod_ruby.c:1159: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98main=E2=80=99
> > mod_ruby.c:1160: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98main=E2=80=99
> > mod_ruby.c:1174: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98request_config=E2=80=99
> > mod_ruby.c:1175: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98request_config=E2=80=99
> > mod_ruby.c:1177: warning: implicit declaration of function =E2=80=98res=
tore_env=E2=80=99
> > mod_ruby.c:1177: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98pool=E2=80=99
> > mod_ruby.c:1177: error: =E2=80=98ruby_request_config=E2=80=99 has no me=
mber named =E2=80=98saved_env=E2=80=99
> > mod_ruby.c:1180: error: =E2=80=98ruby_dir_config=E2=80=99 has no member=
 named =E2=80=98gc_per_request=E2=80=99
> > mod_ruby.c: In function =E2=80=98ruby_handler_0=E2=80=99:
> > mod_ruby.c:1215: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98server=E2=80=99
> > mod_ruby.c: At top level:
> > mod_ruby.c:1224: error: expected specifier-qualifier-list before =E2=80=
=98array_header=E2=80=99
> > mod_ruby.c: In function =E2=80=98ruby_handler_internal=E2=80=99:
> > mod_ruby.c:1234: error: =E2=80=98array_header=E2=80=99 undeclared (firs=
t use in this function)
> > mod_ruby.c:1234: error: =E2=80=98handlers_arr=E2=80=99 undeclared (firs=
t use in this function)
> > mod_ruby.c:1234: error: =E2=80=98handler_internal_arg_t=E2=80=99 has no=
 member named =E2=80=98handlers_arr=E2=80=99
> > mod_ruby.c:1235: error: =E2=80=98handler_internal_arg_t=E2=80=99 has no=
 member named =E2=80=98mid=E2=80=99
> > mod_ruby.c:1236: error: =E2=80=98handler_internal_arg_t=E2=80=99 has no=
 member named =E2=80=98run_all=E2=80=99
> > mod_ruby.c:1237: error: =E2=80=98handler_internal_arg_t=E2=80=99 has no=
 member named =E2=80=98flush=E2=80=99
> > mod_ruby.c:1251: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98server=E2=80=99
> > mod_ruby.c:1252: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98per_dir_config=E2=80=99
> > mod_ruby.c:1252: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98per_dir_config=E2=80=99
> > mod_ruby.c:1253: error: =E2=80=98ruby_dir_config=E2=80=99 has no member=
 named =E2=80=98safe_level=E2=80=99
> > mod_ruby.c:1256: error: =E2=80=98handler_internal_arg_t=E2=80=99 has no=
 member named =E2=80=98retval=E2=80=99
> > mod_ruby.c:1264: error: =E2=80=98ruby_server_config=E2=80=99 has no mem=
ber named =E2=80=98timeout=E2=80=99
> > mod_ruby.c:1277: error: =E2=80=98handler_internal_arg_t=E2=80=99 has no=
 member named =E2=80=98retval=E2=80=99
> > mod_ruby.c:1281: error: =E2=80=98handler_internal_arg_t=E2=80=99 has no=
 member named =E2=80=98retval=E2=80=99
> > mod_ruby.c:1284: error: =E2=80=98handler_internal_arg_t=E2=80=99 has no=
 member named =E2=80=98retval=E2=80=99
> > mod_ruby.c:1284: error: =E2=80=98handler_internal_arg_t=E2=80=99 has no=
 member named =E2=80=98retval=E2=80=99
> > mod_ruby.c:1287: error: =E2=80=98handler_internal_arg_t=E2=80=99 has no=
 member named =E2=80=98retval=E2=80=99
> > mod_ruby.c: At top level:
> > mod_ruby.c:1292: error: expected declaration specifiers or =E2=80=98...=
=E2=80=99 before =E2=80=98array_header=E2=80=99
> > mod_ruby.c: In function =E2=80=98ruby_handler=E2=80=99:
> > mod_ruby.c:1297: error: =E2=80=98handlers_arr=E2=80=99 undeclared (firs=
t use in this function)
> > mod_ruby.c:1300: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98pool=E2=80=99
> > mod_ruby.c:1300: warning: assignment makes pointer from integer without=
 a cast
> > mod_ruby.c:1302: error: =E2=80=98handler_internal_arg_t=E2=80=99 has no=
 member named =E2=80=98handlers_arr=E2=80=99
> > mod_ruby.c:1303: error: =E2=80=98handler_internal_arg_t=E2=80=99 has no=
 member named =E2=80=98mid=E2=80=99
> > mod_ruby.c:1304: error: =E2=80=98handler_internal_arg_t=E2=80=99 has no=
 member named =E2=80=98run_all=E2=80=99
> > mod_ruby.c:1305: error: =E2=80=98handler_internal_arg_t=E2=80=99 has no=
 member named =E2=80=98flush=E2=80=99
> > mod_ruby.c:1306: error: =E2=80=98handler_internal_arg_t=E2=80=99 has no=
 member named =E2=80=98retval=E2=80=99
> > mod_ruby.c:1329: error: =E2=80=98handler_internal_arg_t=E2=80=99 has no=
 member named =E2=80=98retval=E2=80=99
> > mod_ruby.c: In function =E2=80=98ruby_object_handler=E2=80=99:
> > mod_ruby.c:1338: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98handler=E2=80=99
> > mod_ruby.c:1338: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98handler=E2=80=99
> > mod_ruby.c:1338: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98handler=E2=80=99
> > mod_ruby.c:1338: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98handler=E2=80=99
> > mod_ruby.c:1338: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98handler=E2=80=99
> > mod_ruby.c:1338: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98handler=E2=80=99
> > mod_ruby.c:1338: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98handler=E2=80=99
> > mod_ruby.c:1338: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98handler=E2=80=99
> > mod_ruby.c:1338: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98handler=E2=80=99
> > mod_ruby.c:1338: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98handler=E2=80=99
> > mod_ruby.c:1338: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98handler=E2=80=99
> > mod_ruby.c:1338: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98handler=E2=80=99
> > mod_ruby.c:1338: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98handler=E2=80=99
> > mod_ruby.c:1338: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98handler=E2=80=99
> > mod_ruby.c:1338: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98handler=E2=80=99
> > mod_ruby.c:1338: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98handler=E2=80=99
> > mod_ruby.c:1338: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98handler=E2=80=99
> > mod_ruby.c:1338: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98handler=E2=80=99
> > mod_ruby.c:1338: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98handler=E2=80=99
> > mod_ruby.c:1338: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98handler=E2=80=99
> > mod_ruby.c:1342: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98per_dir_config=E2=80=99
> > mod_ruby.c:1342: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98per_dir_config=E2=80=99
> > mod_ruby.c:1343: error: =E2=80=98ruby_dir_config=E2=80=99 has no member=
 named =E2=80=98ruby_handler=E2=80=99
> > mod_ruby.c:1343: error: too many arguments to function =E2=80=98ruby_ha=
ndler=E2=80=99
> > mod_ruby.c:1345: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98finfo=E2=80=99
> > mod_ruby.c:1345: error: =E2=80=98APR_DIR=E2=80=99 undeclared (first use=
 in this function)
> > mod_ruby.c:1346: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98handler=E2=80=99
> > mod_ruby.c: In function =E2=80=98ruby_trans_handler=E2=80=99:
> > mod_ruby.c:1353: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98per_dir_config=E2=80=99
> > mod_ruby.c:1353: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98per_dir_config=E2=80=99
> > mod_ruby.c:1355: error: =E2=80=98ruby_dir_config=E2=80=99 has no member=
 named =E2=80=98ruby_trans_handler=E2=80=99
> > mod_ruby.c:1356: error: too many arguments to function =E2=80=98ruby_ha=
ndler=E2=80=99
> > mod_ruby.c: In function =E2=80=98ruby_authen_handler=E2=80=99:
> > mod_ruby.c:1361: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98per_dir_config=E2=80=99
> > mod_ruby.c:1361: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98per_dir_config=E2=80=99
> > mod_ruby.c:1364: error: =E2=80=98ruby_dir_config=E2=80=99 has no member=
 named =E2=80=98ruby_authen_handler=E2=80=99
> > mod_ruby.c:1365: error: =E2=80=98ruby_dir_config=E2=80=99 has no member=
 named =E2=80=98ruby_authen_handler=E2=80=99
> > mod_ruby.c:1366: error: too many arguments to function =E2=80=98ruby_ha=
ndler=E2=80=99
> > mod_ruby.c: In function =E2=80=98ruby_authz_handler=E2=80=99:
> > mod_ruby.c:1372: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98per_dir_config=E2=80=99
> > mod_ruby.c:1372: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98per_dir_config=E2=80=99
> > mod_ruby.c:1374: error: =E2=80=98ruby_dir_config=E2=80=99 has no member=
 named =E2=80=98ruby_authz_handler=E2=80=99
> > mod_ruby.c:1375: error: too many arguments to function =E2=80=98ruby_ha=
ndler=E2=80=99
> > mod_ruby.c: In function =E2=80=98ruby_access_handler=E2=80=99:
> > mod_ruby.c:1380: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98per_dir_config=E2=80=99
> > mod_ruby.c:1380: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98per_dir_config=E2=80=99
> > mod_ruby.c:1382: error: =E2=80=98ruby_dir_config=E2=80=99 has no member=
 named =E2=80=98ruby_access_handler=E2=80=99
> > mod_ruby.c:1383: error: too many arguments to function =E2=80=98ruby_ha=
ndler=E2=80=99
> > mod_ruby.c: In function =E2=80=98ruby_type_handler=E2=80=99:
> > mod_ruby.c:1388: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98per_dir_config=E2=80=99
> > mod_ruby.c:1388: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98per_dir_config=E2=80=99
> > mod_ruby.c:1390: error: =E2=80=98ruby_dir_config=E2=80=99 has no member=
 named =E2=80=98ruby_type_handler=E2=80=99
> > mod_ruby.c:1391: error: =E2=80=98ruby_dir_config=E2=80=99 has no member=
 named =E2=80=98ruby_type_handler=E2=80=99
> > mod_ruby.c:1392: error: too many arguments to function =E2=80=98ruby_ha=
ndler=E2=80=99
> > mod_ruby.c: In function =E2=80=98ruby_fixup_handler=E2=80=99:
> > mod_ruby.c:1397: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98per_dir_config=E2=80=99
> > mod_ruby.c:1397: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98per_dir_config=E2=80=99
> > mod_ruby.c:1399: error: =E2=80=98ruby_dir_config=E2=80=99 has no member=
 named =E2=80=98ruby_fixup_handler=E2=80=99
> > mod_ruby.c:1400: error: =E2=80=98ruby_dir_config=E2=80=99 has no member=
 named =E2=80=98ruby_fixup_handler=E2=80=99
> > mod_ruby.c:1401: error: too many arguments to function =E2=80=98ruby_ha=
ndler=E2=80=99
> > mod_ruby.c: In function =E2=80=98ruby_log_handler=E2=80=99:
> > mod_ruby.c:1406: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98per_dir_config=E2=80=99
> > mod_ruby.c:1406: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98per_dir_config=E2=80=99
> > mod_ruby.c:1408: error: =E2=80=98ruby_dir_config=E2=80=99 has no member=
 named =E2=80=98ruby_log_handler=E2=80=99
> > mod_ruby.c:1409: error: =E2=80=98ruby_dir_config=E2=80=99 has no member=
 named =E2=80=98ruby_log_handler=E2=80=99
> > mod_ruby.c:1410: error: too many arguments to function =E2=80=98ruby_ha=
ndler=E2=80=99
> > mod_ruby.c: At top level:
> > mod_ruby.c:1433: error: =E2=80=98ruby_cleanup_handler=E2=80=99 declared=
 as function returning a function
> > mod_ruby.c: In function =E2=80=98ruby_cleanup_handler=E2=80=99:
> > mod_ruby.c:1435: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98per_dir_config=E2=80=99
> > mod_ruby.c:1435: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98per_dir_config=E2=80=99
> > mod_ruby.c:1437: error: =E2=80=98ruby_dir_config=E2=80=99 has no member=
 named =E2=80=98ruby_cleanup_handler=E2=80=99
> > mod_ruby.c:1438: error: too many arguments to function =E2=80=98ruby_ha=
ndler=E2=80=99
> > mod_ruby.c:1439: error: =E2=80=98APR_SUCCESS=E2=80=99 undeclared (first=
 use in this function)
> > mod_ruby.c: In function =E2=80=98ruby_post_read_request_handler=E2=80=
=99:
> > mod_ruby.c:1444: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98per_dir_config=E2=80=99
> > mod_ruby.c:1444: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98per_dir_config=E2=80=99
> > mod_ruby.c:1447: warning: implicit declaration of function =E2=80=98apr=
_pool_cleanup_register=E2=80=99
> > mod_ruby.c:1447: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98pool=E2=80=99
> > mod_ruby.c:1448: error: =E2=80=98apr_pool_cleanup_null=E2=80=99 undecla=
red (first use in this function)
> > mod_ruby.c:1450: error: =E2=80=98ruby_dir_config=E2=80=99 has no member=
 named =E2=80=98ruby_init_handler=E2=80=99
> > mod_ruby.c:1451: error: =E2=80=98ruby_dir_config=E2=80=99 has no member=
 named =E2=80=98ruby_init_handler=E2=80=99
> > mod_ruby.c:1452: error: too many arguments to function =E2=80=98ruby_ha=
ndler=E2=80=99
> > mod_ruby.c:1453: warning: implicit declaration of function =E2=80=98apr=
_table_set=E2=80=99
> > mod_ruby.c:1453: error: =E2=80=98request_rec=E2=80=99 has no member nam=
ed =E2=80=98notes=E2=80=99
> > mod_ruby.c:1457: error: =E2=80=98ruby_dir_config=E2=80=99 has no member=
 named =E2=80=98ruby_post_read_request_handler=E2=80=99
> > mod_ruby.c:1458: error: too many arguments to function =E2=80=98ruby_ha=
ndler=E2=80=99
>
> > make: *** [mod_ruby.o] Error 1
> >
> >
>
>