magfest / reggie-formula

SaltStack formula and dev environment for Reggie, MAGFest's registration and management system
GNU General Public License v3.0
1 stars 6 forks source link

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

Open kitsuta opened 5 years ago

kitsuta commented 5 years ago

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.