-
Notifications
You must be signed in to change notification settings - Fork 51
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
BIO_up_ref: symbol not found (docker) #55
Comments
You can close this issue, because I figured it out that I need openssl1.1 either use TLS or not...
It'ld be super helpfully if you add in the readme that we need openssl1.1 independently of the use of TLS. Cheers 👍 |
Hi @Shelvak , Thank you for opening this issue! This might be a bug in the OpenSSL detection code. I'm not sure why, but the installer recognized a matching OpenSSL version and linked against it. I don't really use Docker, so I'm not sure how that happened. Do you know which OpenSSL version you have installed or if LibreSSL is installed (and which version)? Kindly, |
yeah I tried with
All the tests were installing (or not) the packages before the And iodine works with both libressl(2.7.4) and openssl(1.1.1a) in alpine3.9. ~~ If you tell me how can I do to get the
The list of
If you want to try with docker, you can add this to a Dockerfile in your repo and then test with
|
I'll look into this a bit more when I have a decent internet connection. I'm currently in a jungle retreat in Costa Rica, where a VM download might take a couple of days. Thanks again! I'll keep you posted. |
Hi there, I'm trying to test iodine in my env, and I'm having problems in docker (my prod env). Any thoughts in what could I do about that, or if i need to install any extra lib?
Tested in => CodeFresh && locally with
Docker version 18.09.0-ce, build 4d60db472b
Alpine => 3.7
Ruby => 2.5.3
iodine => (0.7.21)
I tried to start up the server instead of the precompile and getting the same error.
If you need any extra data just tell me 👍
The text was updated successfully, but these errors were encountered: