On Fri, 18 Aug 2023 at 06:11, Fred Moyer <f...@redhotpenguin.com> wrote: > > Hitting an issue on MacOS, perl 5.36.1, httpd 2.4.57. Not sure if this > is me out of practice or not. Do I need to build against httpd 2.2? > > ulimit -c unlimited; /opt/homebrew/Cellar/perl/5.36.1/bin/perl > /Users/phred/dev/mod_perl-2.0.13-rc1/t/TEST -bugreport -verbose=0 > /opt/homebrew/opt/httpd/bin/httpd -d > /Users/phred/dev/mod_perl-2.0.13-rc1/t -f > /Users/phred/dev/mod_perl-2.0.13-rc1/t/conf/httpd.conf -D APACHE2 -D > APACHE2_4 -D PERL_USEITHREADS > using Apache/2.4.57 (prefork MPM) > > waiting 300 seconds for server to start: .httpd: Syntax error on line > 85 of /Users/phred/dev/mod_perl-2.0.13-rc1/t/conf/httpd.conf: Cannot > load /Users/phred/dev/mod_perl-2.0.13-rc1/src/modules/perl/mod_perl.so > into server: > dlopen(/Users/phred/dev/mod_perl-2.0.13-rc1/src/modules/perl/mod_perl.so, > 0x000A): symbol not found in flat namespace > '_modperl_handler_anon_add' > .........................^C[warning] > halting tests
Sorry, I don't know what the problem is there. It should certainly work with htpd-2.4. Were there any build errors/warnings? Is this a clean set-up, or do either httpd or perl have an old mod_perl in them already? > > On Sun, Aug 6, 2023 at 5:00 AM Steve Hay <steve...@apache.org> wrote: > > > > Please download, test, and report back on this mod_perl 2.0.13 release > > candidate. > > > > https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.13-rc1.tar.gz > > > > SHA256: > > mod_perl-2.0.13-rc1.tar.gz: EC72BC99 EC01DAE5 BEB1DC8F 2F3807CB A4A9BF4D > > D492E846 858DABC0 EEA8E6B7 > > > > SHA512: > > mod_perl-2.0.13-rc1.tar.gz: 15EA2E30 B5BE0B76 7E49FC46 20F93AA0 FF4E9EBA > > 03E7EDFD 64166223 5C1E652B B3C1CB69 CB60DF33 > > C64121C5 C74F3ABB A9ACDB6B 19E9B19A 46790DFE > > 015C77C9 > > > > Major changes in this release are as follows: > > > > Use get_server_banner() instead of deprecated get_server_version() in > > Apache2::Status. [Petr Písař <ppi...@redhat.com] > > > > Avoid generating APR precompiled headers. [Sam James <s...@gentoo.org>] > > > > Fix build for perl >= 5.37.1. [Jitka Plesnikova <jples...@redhat.com>] > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscr...@perl.apache.org > > For additional commands, e-mail: dev-h...@perl.apache.org > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@perl.apache.org > For additional commands, e-mail: dev-h...@perl.apache.org >