Rebuild against libssl1.1 needed for Debian Stretch
See original GitHub issueDescription
The apt package is build against libssl1.0 which is not available on Debian Stretch giving the following error:
libssl.so.1.0.0: cannot open shared object file: No such file or directory
Environment summary
Install Method: apt-get
CLI Version:
azure-cli (2.0.9)
acr (2.0.7)
acs (2.0.9)
appservice (0.1.9)
batch (3.0.2)
billing (0.1.2)
cdn (0.0.5)
cloud (2.0.5)
cognitiveservices (0.1.5)
command-modules-nspkg (2.0.0)
component (2.0.6)
configure (2.0.9)
consumption (0.1.2)
core (2.0.10)
cosmosdb (0.1.9)
dla (0.0.9)
dls (0.0.9)
feedback (2.0.5)
find (0.2.5)
interactive (0.3.5)
iot (0.1.8)
keyvault (2.0.7)
lab (0.0.7)
monitor (0.0.7)
network (2.0.9)
nspkg (3.0.0)
profile (2.0.7)
rdbms (0.0.4)
redis (0.2.6)
resource (2.0.9)
role (2.0.7)
sf (1.0.4)
sql (2.0.6)
storage (2.0.9)
vm (2.0.9)
Python (Linux) 3.6.1 (default, Jun 22 2017, 12:11:55)
[GCC 4.8.4]
Python location '/opt/az/bin/python3'
OS Version:
Debian Stretch
Shell Type:
bash
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (3 by maintainers)
Top Results From Across the Web
Chapter 5. Issues to be aware of for stretch - Debian
When apt-get dist-upgrade has finished, the “formal” upgrade is complete. For the upgrade to stretch, there are no special actions needed before performing ......
Read more >Error on Debian 9.1 Stretch - Linux - Pulseway Forum
Hi,. I have installed the Debian GNU/Linux 9.0 (stratch) on one of mine VM's and the issue was with libssl1.0.1. As soon as...
Read more >How to get openssl to work on Debian 9.5
The openssl package (and anything that requires OpenSSL libraries) depends on libssl1.1 . This way, the package management allows you to ...
Read more >Installing RStudio Server on Debian 9 - R-bloggers
linode1234567 , typically). If you click on it, you will see your Linode is 'Brand New', which means you need to configure it....
Read more >OpenSSL 1.1.0 - narkive
We did a rebuild of all packages build-depending on libssl-dev. ... have libssl1.1-dev around for anyone who can really do the switch.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Wouldn’t it be vastly preferable if you just didn’t bundle an entire copy of python3 in the package and just had a dependency on the distribution python packages you needed? Embedding copies of system packages in your package is always going to be fragile this way and also have tons of security issues.
Installing libssl1.0.0 from jessie-backports causes issues then with .net core 2.0 cli