OpenSSL libs missing
See original GitHub issueWhen I use this action to install Qt on windows-2022
, build a project with it, and bundle up the artifact, the resulting binaries fail at making network requests, spitting out QNetworkReply::UnknownNetworkError
s.
The URLs are all https.
There need to be libssl.dll
and libcrypto.dll
, or libeay.dll
and ssleay.dll
(not sure which ones are the current standard), in the installed Qt folder that will be included in the build.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Error: Missing the OpenSSL lib? while trying to install python
I have added openssl to the path variable as openssl is already available, still it is throwing the same error. Also, now tried...
Read more >ERROR: The Python ssl extension was not compiled. Missing ...
ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib? Please consult to the Wiki page to fix the problem. https://github....
Read more >ERROR: The Python ssl extension was not compiled. Missing ...
ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib? · What does libedit-dev have to do with OpenSSL? – muru...
Read more >109 - Super User
I was trying to install node.js and found OpenSSL support missing during ./configure . How ...
Read more >Resolving pyenv — ERROR: The Python ssl extension was ...
Missing the OpenSSL lib? This solution was created by GitHub user JustAnotherArchivest in the issue https://github.com/pyenv/pyenv/issues/945 on ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I understand that I can add it with
tools: 'tools_openssl_x64'
, however, I do not know how to access the contents of the tool from within a workflow.If anyone needs it, I built a github action that takes the dlls from msys2 github action: https://github.com/guysoft/pi-imager/blob/qml/.github/workflows/build-windows.yml#L59