amazon linux 2 package mod_md 2.4.59 appears broken

0

After upgrading I get this error from apache:

$ sudo apachectl restart httpd: Syntax error on line 56 of /etc/httpd/conf/httpd.conf: Syntax error on line 1 of /etc/httpd/conf.modules.d/01_md.conf: Cannot load modules/mod_md.so into server: /etc/httpd/modules/mod_md.so: undefined symbol: EVP_PKEY_get0_RSA

As far as I can tell, this means mod_md.so was built with openssl 1.1 but the libssl library it links to is 1.0:

$ ldd mod_md.so linux-vdso.so.1 (0x00007ffe88df1000) libssl.so.10 => /lib64/libssl.so.10 (0x00007fd3be4ee000)

Only solution I have so far is to downgrade to 2.4.58 and wait for a fix.

Broken package or have I messed up?

asked 14 days ago82 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions