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

libssl won't compile on Windows on the first try #17

Open
kitsuta opened this issue Jul 1, 2019 · 0 comments
Open

libssl won't compile on Windows on the first try #17

kitsuta opened this issue Jul 1, 2019 · 0 comments

Comments

@kitsuta
Copy link
Member

kitsuta commented Jul 1, 2019

Cataloging something we ran into -- when running the deploy on Windows, @KamikazeWombat got the error problems configuring packages (started with dpkg: error processing package libssl1.1:amd64 (--configure):).

From Slack:

this is what I found on the internet to fix the libssl problem:
sudo dpkg --purge --force-depends libssl1.1:amd64
sudo dpkg --configure -a
except I think the configure -a thing didn't work, so I just did apt-get install libssl1.1:amd64

We should test this to see if it happens to all Windows devs and/or non-Windows devs.

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