Error building cardano node in Ubuntu

I am facing this error while building cardano node from source. Please help.
Screenshot 2021-03-16 105907

1 Like

Besides using root, and possibly not cloning git repo, It seems you’re building from wrong folder.
Please refer to doco for build instructions.

Yeah, I realized I was making a lot of mistakes. I read about nix and managed to install the node through that. Thanks for the help!

Hi, I had the same issue. My problem was that I had cabal installed and it was version 3.0…while I had to use 3.4…So, I uninstalled cabal and all its dependencies:
sudo apt-get purge cabal-install
Then I installed 3.4 as it is shown in the tutorial.