File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,13 @@ export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH"
115
115
export PKG_CONFIG_PATH=" /usr/local/lib/pkgconfig:$PKG_CONFIG_PATH "
116
116
```
117
117
118
+ For some distributions you will also need to configure the dynamic linker. If
119
+ the executable is linked with the right ` libsodium.so ` file (which you can
120
+ check with ` ldd ` ) but the process isn't (it dies with unknown symbol exception
121
+ or can check with ` pldd ` ) added a file which points to installation target of
122
+ ` libsodium ` (in standard configuration it is ` /usr/local/lib ` ) under
123
+ ` /etc/ld.so.conf ` and run ` ldconfig ` .
124
+
118
125
##### Using the ported ` c ` code
119
126
120
127
In order to avoid having to install the custom version, ` cardano-crypto-praos `
You can’t perform that action at this time.
0 commit comments