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?

已提问 1 个月前112 查看次数
没有答案

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容