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 s

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 work

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