Closed NomanNasirMinhas closed 11 months ago
Fascinating error: For some reason, openssl
in an alpine
image on Apple HW installs providers to a different directory than on x64
hardware (lib
rather than lib64
): By changing the erring line above to ... ${OPENSSL_PATH}/lib/ossl-modules/oqsprovider.so
in the Dockerfile everything will work OK. Let me think about a long-term fix.
I am building httpd demo on Mac M1 Pro, but is failing with following error trace.