-
Notifications
You must be signed in to change notification settings - Fork 30
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
slight.exe doesn't run on WS2019 or WS2022 due to missing dlls #378
Comments
after running |
@jsturtevant I am not sure what's the best practices for how openssl should be used. Any suggestions? I should point out that our Makefile has a command for install all deps on Windoes. Shall we make this more visiable for people trying to compile slight on their host? |
it's not just compiling. If I try to install the released binary on a fresh machine, you will need this additional install of
I am not sure, I will need to look more deeply into how it is being used. |
Yes!! i just had an issue where there was no output aswell, now i fixed it because all i did was read this issue and installed openssl with choco:
|
Description of the bug
When running on Windows Server 2019/2022 slight doesn't run:
To Reproduce
Run either WS2022 and WS2019
install:
Additional context
We may want to link the runtime for windows statically as many of the binaries. info in https://stackoverflow.com/a/44387312/697126
The text was updated successfully, but these errors were encountered: