Re: [VOTE] Release libapreq2-2.17
"Edward J. Sabol" <[email protected]> Sun, 21 Aug 2022 16:28:25 -0400
| Newsgroups | gmane.comp.apache.mod-perl.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, Joe O.! On Aug 18, 2022, at 7:31 AM, Joe Orton <[email protected]> wrote: > https://dist.apache.org/repos/dist/dev/httpd/libapreq/ I successfully configured and compiled using the following command: ./configure --enable-perl-glue --with-apache2-apxs=3D/path/to/my/apxs = --with-perl=3D/path/to/some/perl "CFLAGS=3D-m32" "CXXFLAGS=3D-m32" = "LDFLAGS=3D-m32" (Yeah, I'm compiling a 32-bit version because of institutional inertia = and other esoteric reasons.) "make test" reported no errors. However, the following tests were = skipped: t/cgi.t .......... skipped: cannot find one of cgi.c or cgid.c t/apreq/cgi.t ........ skipped: cannot find one of cgi.c or cgid.c = =20 Any ideas as to why or what I should investigate or do to fix that, = assuming it's indicative of a problem? Thanks, Ed