Re: loading mod_ssl in apache-httpd fails with undefined symbols

2023-08-30 Thread Theo Buehler
> that makes it work. > Initially I had > > SSLCryptoDevice builtin I see. That needs ENGINE support and will no longer work, just like SSLEngine. Neither of these is suggested in the @sample'd config files, so I don't think a current.html entry is warranted. > removing that entry, made apache

Re: loading mod_ssl in apache-httpd fails with undefined symbols

2023-08-30 Thread Sebastian Reitenbach
Hi Theo, On Tuesday, August 29, 2023 21:53 CEST, Theo Buehler wrote:  > httpd2:/usr/local/lib/apache2/mod_ssl.so: undefined symbol 'ENGINE_get_first' > httpd2:/usr/local/lib/apache2/mod_ssl.so: undefined symbol 'ENGINE_get_next' These were removed in the last libcrypto bump. Does mod_ssl

Re: loading mod_ssl in apache-httpd fails with undefined symbols

2023-08-29 Thread Theo Buehler
> httpd2:/usr/local/lib/apache2/mod_ssl.so: undefined symbol 'ENGINE_get_first' > httpd2:/usr/local/lib/apache2/mod_ssl.so: undefined symbol 'ENGINE_get_next' These were removed in the last libcrypto bump. Does mod_ssl work with this diff? Index: Makefile

loading mod_ssl in apache-httpd fails with undefined symbols

2023-08-29 Thread Sebastian Reitenbach
Hi, on a recent snapshot: OpenBSD 7.3-current (GENERIC) #1292: Wed Aug 23 10:34:04 MDT 2023     dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC starting httpd fails: sudo /etc/rc.d/apache2 -d start  doing _rc_parse_conf apache2_flags empty, using default >< doing rc_check