Closed Shekelme closed 4 years ago
The binaries we generate are built and meant to run on Ubuntu 18.04. If you want to run on a different version, you'll probably need to build it yourself. Our CI script is a good reference for how to do this:
https://github.com/kadena-io/chainweb-node/blob/master/.github/workflows/applications.yml#L62
We currently only release binaries for Ubuntu LTS (18.04 and 16.04) and Mac OS X. If you think that we should also provide binaries for other OSes, feel free to file a new issue for it.
I'm getting the following error message when I'm trying to start the chainweb-node:
shekel@randomx1:~/kadena-chainweb$ ./chainweb-node --config-file=minimal-config.yaml ./chainweb-node: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
Also,
ldd
shows the following:How should I fix this? All dependencies has been installed in advance.
libtinfo-dev
is also installed, so aslibrocksdb-dev
.OS: Ubuntu 19.10 Server
p.s. I have started chainweb-node by putting a "not found" libraries to /lib/x86_64-linux-gnu/ folder, but it's a brute force method...