We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b2a636 commit dc35a05Copy full SHA for dc35a05
docs/1.x/installation.md
@@ -268,9 +268,9 @@ Make sure the `relay.so` has all its dependencies using `ldd` (or `otool` on mac
268
```bash
269
ldd /tmp/relay/relay.so
270
271
-# libpthread.so.0 => /lib/aarch64-linux-gnu/libpthread.so.0 (0x0000ffff9676d000)
+# libck.so.0 => /usr/local/lib/libck.so.0 (0x00007ff86b737000)
272
# libssl.so.1.1 => /lib/aarch64-linux-gnu/libssl.so.1.1 (0x0000ffff966d3000)
273
-# libcrypto.so.1.1 => /lib/aarch64-linux-gnu/libcrypto.so.1.1 (0x0000ffff96445000)
+# libhiredis.so.1.1.0 => /usr/local/lib/libhiredis.so.1.1.0 (0x00007ff86b744000)
274
# libzstd.so.1 => not found
275
# liblz4.so.1 => /lib/aarch64-linux-gnu/liblz4.so.1 (0x0000ffff96203000)
276
```
0 commit comments