On Tue, 27 Jul 2010 08:03:57 -0400 Michael Powe <michael@xxxxxxxxxxxx> wrote: > Hello, > > I have a module that compiles and installs for Apache httpd 2.0.47 and > Apache httpd 2.0.63. However, when I try to compile for 2.2.15, I get > the following result: Have you asked the module author? Someone who can write a module for 2.0 should have no trouble updating it. > I am thinking that the first error ('expected specifier-qualifier-list before > regex_t') may be causing a cascade effect. ap_regex_t. Or see the #defines at the top of mod_proxy_html for a version that'll compile on both 2.0 and 2.2. The apr_socket is not a cascade: it's because httpd-2.0 uses APR 0.9. You'll need to fix that up yourself. -- Nick Kew --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx