Skip to content

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

@kitsuta

Description

@kitsuta

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions