Hi
I am setting up a cardano stake pool on a Ubuntu 20.04 (LTS) x64 node and have run into a problem while installing it. Following the guide located at https://docs.cardano.org/projects/cardano-node/en/latest/getting-started/install.html
When trying to copy the executables files to the .local/bin directory i get an error:
Command:
cp -p dist-newstyle/build/x86_64-linux/ghc-8.10.2/cardano-node-1.21.1/x/cardano-node/build/cardano-node/cardano-node ~/.local/bin/
Error:
cp: cannot stat ‘dist-newstyle/build/x86_64-linux/ghc-8.10.2/cardano-node-1.21.1/x/cardano-node/build/cardano-node/cardano-node’: No such file or directory
I have tried running the installation as root and a normal user with sudo permissions. Getting the same error…
any tips?
brgs
Bjorn