Add symlink command

pull/210/head
Jeremy Eder 2017-09-02 23:41:33 -04:00
parent be2e2b40b5
commit 20a58ffd37
1 changed files with 5 additions and 0 deletions

View File

@ -37,6 +37,11 @@ For RHEL, run:
sudo yum install -y socat device-mapper-libs ostree sudo yum install -y socat device-mapper-libs ostree
``` ```
Also for RHEL, the specific library version used to build crio has not yet been released yet. For now, symlink like so:
```
sudo ln -s /usr/lib64/libdevmapper.so.1.02 /usr/lib64/libdevmapper.so.1.02.1
```
### Download and Install Worker Binaries ### Download and Install Worker Binaries
``` ```