Skip to content

Commit 8f1b7c4

Browse files
committed
Expanded installation instructions
1 parent f4c95c7 commit 8f1b7c4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: doc/getting-started/install.md

+7
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,13 @@ export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH"
113113
export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH"
114114
```
115115

116+
For some distributions you will also need to configure the dynamic linker. If
117+
the executable is linked with the right `libsodium.so` file (which you can
118+
check with `ldd`) but the process isn't (it dies with unknown symbol exception
119+
or can check with `pldd`) added a file which points to installation target of
120+
`libsodium` (in standard configuration it is `/usr/local/lib`) under
121+
`/etc/ld.so.conf` and run `ldconfig`.
122+
116123
##### Using the ported `c` code
117124

118125
In order to avoid having to install the custom version, `cardano-crypto-praos`

0 commit comments

Comments
 (0)