We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Merge pull request #47 from btcpayserver/oqfinw
05b37a2
Add dotnet6.0 runtime deps to debian control file (Fix #45)
Revert "Add dotnet6.0 runtime deps to debian control file (Fix btcpay…
4f273fc
…server#45)"
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: