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?

gefragt vor einem Monat113 Aufrufe
Keine Antworten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen