Thanks, Joe, for your efforts with this release! Should there be a v2_15 tag in http://svn.apache.org/viewvc/httpd/apreq/tags/ ?
FWIW, I successfully compiled and tested it with Apache httpd 2.4.41 and mod_perl 2.0.11 on CentOS 6.10. My httpd and mod_perl are 32-bit/i686 for silly legacy reasons I won't get into. Previous build systems detected this and added "-m32" automatically where appropriate, but, when building libapreq2-2.15, I had to explicitly specify CFLAGS=-m32 to get it to build and test properly. No big deal. I realize compiling for 32-bits on a 64-bit system is very much an edge case, and the workaround is simple enough. I was wondering about the following test results: t/cgi.t .......... skipped: cannot find one of cgi.c or cgid.c and t/apreq/cgi.t ........ skipped: cannot find one of cgi.c or cgid.c I went back and checked my build of libapreq2-2.13 and it does the same thing, so I guess that's fine? Can anyone explain why the cgi.c isn't included though? Thanks! Regards, Ed