Skip to content

Commit

Permalink
Review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ipopescu authored Jun 13, 2024
1 parent 50bb56f commit 117564f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/docs/casper/operators/setup/install-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ If you try to install packages, you will receive:
casper-client : Depends: libssl1.1 (>= 1.1.0) but it is not installable
```

This message is due to the default `openssl` moving to 3.* with Ubuntu 22.04. You need to install OpenSSL 1.* for prior versions of Ubuntu to use the Casper binaries with the following command:
https://packages.ubuntu.com/focal/amd64/libssl1.1/download
This message is due to the default `openssl` moving to 3.* with Ubuntu 22.04. You need to install [OpenSSL 1.*](https://packages.ubuntu.com/focal/amd64/libssl1.1/download) for prior versions of Ubuntu to use the Casper binaries with the following command:

```
curl -f -JLO http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.21_amd64.deb
Expand Down

0 comments on commit 117564f

Please sign in to comment.