Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The "AIXPlatform" page has been changed by EricCovener: https://wiki.apache.org/httpd/AIXPlatform?action=diff&rev1=19&rev2=20 Comment: add openssl 1.1 hint % t/TEST }}} + == Using OpenSSL 1.1 == + In my experience, openssl 1.1.0.f and 1.1.0.g causes SIGILL crashes at process termination. + A simple workaround is to add LoadFile to libcrypto.so.1.1 before loading mod_ssl. This prevents libcrypto from being unloaded when mod_ssl is dlclose()'ed. + Secondly, since having openssl 1.1 in your LIBPATH breaks most other tools like perl and wget, you should only add this path to bin/envvars. + --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org