-
Notifications
You must be signed in to change notification settings - Fork 243
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 version detection during install #1224
Comments
@xsrvmy Thanks for pulling this into its own issue. This is definitely a concern, especially with the Short-term, a version override (along with some docs about how to use it prominently linked somewhere) may be the easiest approach. More medium term, I have a draft PR out right now #1214 that switches to a statically-linked TLS implementation (also see volta-cli/rfcs#47 for more background), which would sidestep this issue entirely. |
Is this the issue to watch as I am unable to install Volta at all on PopOS |
Hi @jrock2004, I'm unfamiliar with PopOS. What is the error you are seeing when trying to install? |
It is the OpenSSL version mismatch. I went ahead and installed arch. Let me try booting into popos and see if issue remains. |
@charlespierce Here is the error |
This came up in #1150 twice already. The installer assumes that the version supplied by the openssl executable is the one to use, which can cause a problem if the openssl executable is not from the system, or if multiple versions of libssl are installed (no longer a problem with 3.0 support). Some better way of handling this is required. I think one of the following should work:
The text was updated successfully, but these errors were encountered: