docs: Add OpenSSL 1.1 Troubleshooting for Fedora 36

Co-authored-by: Andrew Thurman <nickavem@fedoraproject.org>
pull/64/head
Andrew Thurman 2 years ago committed by GitHub
parent 20a443698b
commit 27ef0483a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -49,9 +49,10 @@ Below is a list of locations where you can find the log directory depending on p
[1] 257872 segmentation fault (core dumped) ./trash radarr
```
Ubuntu moved from libssl 1.1 to libssl 3.0 in 22.04. This currently breaks the updater.
Ubuntu and Fedora moved from libssl 1.1 to libssl 3.0 in version 22.04 and 36 respectively. This
currently breaks the updater.
See issue [#54] for more details.
As a workaround you can install libssl-1.1 from an earlier version, however, this might
As a workaround, you can install libssl-1.1 from an earlier version, however, this might
impact other applications.
On Ubuntu 22.04 x64 (64-bit) run the following commands in the shell
@ -64,5 +65,9 @@ Below is a list of locations where you can find the log directory depending on p
> `wget http://mirrors.kernel.org/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1l-1ubuntu1.2_i386.deb`<br/>
> `sudo dpkg -i libssl1.1_1.1.1l-1ubuntu1.2_i386.deb`
On Fedora 36 you can simply install the compatibility package included in the default repo
> `sudo dnf install openssl1.1`
[#42]: https://github.com/rcdailey/trash-updater/issues/42
[#54]: https://github.com/rcdailey/trash-updater/issues/54

Loading…
Cancel
Save