You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run docker.io/shamelesscookie/openssl:3.0.0-alpha13 version
OpenSSL 3.0.0-alpha13 11 Mar 2021 (Library: OpenSSL 3.0.0-alpha13 11 Mar 2021)
With 3.0.0 (latest):
docker run docker.io/shamelesscookie/openssl:3.0.0 version
Error loading shared library libssl.so.3: No such file or directory (needed by /usr/local/ssl/bin/openssl)
Error loading shared library libcrypto.so.3: No such file or directory (needed by /usr/local/ssl/bin/openssl)
Error relocating /usr/local/ssl/bin/openssl: OCSP_BASICRESP_new: symbol not found
Error relocating /usr/local/ssl/bin/openssl: SSL_alert_type_string_long: symbol not found
Error relocating /usr/local/ssl/bin/openssl: PEM_read_bio_PKCS8_PRIV_KEY_INFO: symbol not found
Error relocating /usr/local/ssl/bin/openssl: EVP_ASYM_CIPHER_fetch: symbol not found
Error relocating /usr/local/ssl/bin/openssl: X509_CRL_set_issuer_name: symbol not found
...
(Did not work with 3.0.0-beta2 either.)
Would it be possible to fix this?
The text was updated successfully, but these errors were encountered:
With 3.0.0-alpha13:
With 3.0.0 (latest):
(Did not work with 3.0.0-beta2 either.)
Would it be possible to fix this?
The text was updated successfully, but these errors were encountered: