On Tue, Aug 09, 2005 at 10:40:28PM +0100, Colm MacCarthaigh wrote: > mod_setenvif.c:126: error: syntax error before '*' token > mod_setenvif.c:126: warning: data definition has no type or storage class > mod_setenvif.c: In function `match_headers': > mod_setenvif.c:542: error: called object is not a function > mod_setenvif.c: In function `setenvif_post_config': > mod_setenvif.c:633: error: `apr_OFN_ssl_extlist_by_oid_t' undeclared (first > use in this function) > mod_setenvif.c:633: error: (Each undeclared identifier is reported only > once
This looks like you have an old copy of mod_ssl.h being picked up. Do you have modules/ssl updated to the HEAD? Is a different copy being found in the INCLUDES path? joe
