Difference between revisions of "Libsilkworm capi.so"
Jump to navigation
Jump to search
(Created page with " <pre> How to run erigon as a separate user? (e.g. as a systemd daemon) Running erigon from build/bin as a separate user might produce an error: error while loading shared li...") |
|||
Line 10: | Line 10: | ||
and then run /opt/erigon/erigon. | and then run /opt/erigon/erigon. | ||
</pre> | </pre> | ||
+ | |||
+ | [[brew install erigon]] | ||
+ | |||
{{erigon}} | {{erigon}} |
Latest revision as of 09:13, 8 August 2024
How to run erigon as a separate user? (e.g. as a systemd daemon) Running erigon from build/bin as a separate user might produce an error: error while loading shared libraries: libsilkworm_capi.so: cannot open shared object file: No such file or directory The library needs to be installed for another user using make DIST=<path> install. You could use $HOME/erigon or /opt/erigon as the installation path, for example: make DIST=/opt/erigon install and then run /opt/erigon/erigon.
brew install erigon
Advertising: