Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Openssl 3.0.0 does not work with latest version #1

Open
jobonn opened this issue Sep 13, 2021 · 0 comments
Open

Openssl 3.0.0 does not work with latest version #1

jobonn opened this issue Sep 13, 2021 · 0 comments

Comments

@jobonn
Copy link

jobonn commented Sep 13, 2021

With 3.0.0-alpha13:

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant