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

BTCPayServer.Vault won't start on Ubuntu 22.04 #45

Closed
petzsch opened this issue Jun 17, 2022 · 1 comment · Fixed by #47
Closed

BTCPayServer.Vault won't start on Ubuntu 22.04 #45

petzsch opened this issue Jun 17, 2022 · 1 comment · Fixed by #47

Comments

@petzsch
Copy link

petzsch commented Jun 17, 2022

This is what I get:

markus@markus-IdeaPad-5-15ARE05:~$ BTCPayServer.Vault
No usable version of libssl was found
Aborted (core dumped)

Apparently it's linked to a different libssl version. Hope there is an easy fix for it.

@NicolasDorier
Copy link
Member

NicolasDorier commented Jun 20, 2022

apt-get update \
    && apt-get install -y --no-install-recommends \
        libc6 \
        libgcc1 \
        libgssapi-krb5-2 \
        libicu70 \
        libssl3 \
        libstdc++6 \
        zlib1g

I'll check if I can't get the package to do it automatically.

NicolasDorier added a commit that referenced this issue Jun 20, 2022
Add dotnet6.0 runtime deps to debian control file (Fix #45)
Philepe25 added a commit to Philepe25/BTCPayServer.Vault that referenced this issue Jul 12, 2022
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

Successfully merging a pull request may close this issue.

2 participants